| 441ac2e0 | 17-Oct-2021 |
Nipun Gupta <[email protected]> |
app/bbdev: handle endianness of test data
With data input, output and harq also supported in big endian format, this patch updates the testbbdev application to handle the endianness conversion as di
app/bbdev: handle endianness of test data
With data input, output and harq also supported in big endian format, this patch updates the testbbdev application to handle the endianness conversion as directed by the the driver being used.
The test vectors assumes the data in the little endian order, and thus if the driver supports big endian data processing, conversion from little endian to big is handled by the testbbdev application.
Signed-off-by: Nipun Gupta <[email protected]> Acked-by: Akhil Goyal <[email protected]> Acked-by: Nicolas Chautru <[email protected]>
show more ...
|
| 49ca9e5a | 26-Apr-2021 |
Min Hu (Connor) <[email protected]> |
app/bbdev: fix HARQ error messages
The logging should show context by printing the two variables which compared to each other. 'nb_harq_inputs', not 'nb_hard_outputs'; 'nb_harq_outputs', not 'nb_har
app/bbdev: fix HARQ error messages
The logging should show context by printing the two variables which compared to each other. 'nb_harq_inputs', not 'nb_hard_outputs'; 'nb_harq_outputs', not 'nb_hard_outputs'.
This patch corrected misused variable.
Fixes: d819c08327f3 ("app/bbdev: update for 5GNR") Cc: [email protected]
Signed-off-by: Min Hu (Connor) <[email protected]> Acked-by: Nicolas Chautru <[email protected]>
show more ...
|