Re: [PATCH v3 01/26] cryptodev: remove use of ethdev max queues definition

2024-09-19 Thread David Marchand
On Wed, Aug 14, 2024 at 12:50 PM Bruce Richardson wrote: > > The number of queue pairs supported by cryptodev should not be dependent > on the number of ethdev Rx or Tx queues, so add a new define for > cryptodev specifically. > > Signed-off-by: Bruce Richardson > Acked-by: Morten Brørup > --- >

[PATCH v3 01/26] cryptodev: remove use of ethdev max queues definition

2024-08-14 Thread Bruce Richardson
The number of queue pairs supported by cryptodev should not be dependent on the number of ethdev Rx or Tx queues, so add a new define for cryptodev specifically. Signed-off-by: Bruce Richardson Acked-by: Morten Brørup --- config/rte_config.h | 1 + lib/cryptodev/cryptodev_pmd.c | 4 ++