Re: [PATCH v3 03/26] app/test-bbdev: remove use of ethdev queue count value

2024-09-19 Thread David Marchand
On Wed, Aug 14, 2024 at 12:50 PM Bruce Richardson wrote: > > Replace the use of RTE_MAX_QUEUES_PER_PORT, which is intended as an > ethdev define, with the limit from the bbdev library. > > Signed-off-by: Bruce Richardson > Acked-by: Morten Brørup Cc: Maxime > --- > app/test-bbdev/test_bbdev.c

[PATCH v3 03/26] app/test-bbdev: remove use of ethdev queue count value

2024-08-14 Thread Bruce Richardson
Replace the use of RTE_MAX_QUEUES_PER_PORT, which is intended as an ethdev define, with the limit from the bbdev library. Signed-off-by: Bruce Richardson Acked-by: Morten Brørup --- app/test-bbdev/test_bbdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/test-bbde