Re: [dpdk-dev] [PATCH] crypto/cnxk: add max queue pairs limit devargs

2021-10-16 Thread Akhil Goyal
> Adds max queue pairs limit devargs for crypto cnxk driver. This > can be used to set a limit on the number of maximum queue pairs > supported by the device. The default value is 63. > > Signed-off-by: Ankur Dwivedi > Reviewed-by: Anoob Joseph > Reviewed-by: Jerin Jacob Kollanukkaran > --- App

[dpdk-dev] [PATCH] crypto/cnxk: add max queue pairs limit devargs

2021-09-30 Thread Ankur Dwivedi
Adds max queue pairs limit devargs for crypto cnxk driver. This can be used to set a limit on the number of maximum queue pairs supported by the device. The default value is 63. Signed-off-by: Ankur Dwivedi Reviewed-by: Anoob Joseph Reviewed-by: Jerin Jacob Kollanukkaran --- doc/guides/cryptod