Re: [PATCH v1 6/9] test/bbdev: add soft output parsing capability

2024-06-12 Thread Maxime Coquelin
On 4/22/24 21:07, Hernan Vargas wrote: Add vector parsing capability for soft output vectors. Signed-off-by: Hernan Vargas --- app/test-bbdev/test_bbdev_vector.c | 4 1 file changed, 4 insertions(+) diff --git a/app/test-bbdev/test_bbdev_vector.c b/app/test-bbdev/test_bbdev_vector.

[PATCH v1 6/9] test/bbdev: add soft output parsing capability

2024-04-22 Thread Hernan Vargas
Add vector parsing capability for soft output vectors. Signed-off-by: Hernan Vargas --- app/test-bbdev/test_bbdev_vector.c | 4 1 file changed, 4 insertions(+) diff --git a/app/test-bbdev/test_bbdev_vector.c b/app/test-bbdev/test_bbdev_vector.c index 42fa630041e9..b3e9d4bb7504 100644 ---