Re: [PATCH v1 11/11] test/bbdev: support 4 bit LLR compression

2023-10-17 Thread Maxime Coquelin
On 9/29/23 20:13, Hernan Vargas wrote: Add support to test LDPC UL operation for new capability. Option to compress HARQ memory to 4 bits per LLR. Signed-off-by: Hernan Vargas --- app/test-bbdev/test_bbdev_perf.c | 3 ++- app/test-bbdev/test_bbdev_vector.c | 2 ++ 2 files changed, 4 in

[PATCH v1 11/11] test/bbdev: support 4 bit LLR compression

2023-09-29 Thread Hernan Vargas
Add support to test LDPC UL operation for new capability. Option to compress HARQ memory to 4 bits per LLR. Signed-off-by: Hernan Vargas --- app/test-bbdev/test_bbdev_perf.c | 3 ++- app/test-bbdev/test_bbdev_vector.c | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/te