RE: [PATCH v2] common/qat: add legacy algorithm option

2024-05-30 Thread Akhil Goyal
> > Subject: [PATCH v2] common/qat: add legacy algorithm option > > > > This commit adds legacy algorithms flag to the qat_device struct. This will > > allow > > handling this flag within the device itself, and not using the global > > variable. >

RE: [PATCH v2] common/qat: add legacy algorithm option

2024-05-13 Thread Power, Ciara
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Sunday, May 5, 2024 7:32 PM > To: dev@dpdk.org > Cc: gak...@marvell.com; Power, Ciara ; Kusztal, > ArkadiuszX > Subject: [PATCH v2] common/qat: add legacy algorithm option > > This commit adds le

[PATCH v2] common/qat: add legacy algorithm option

2024-05-05 Thread Arkadiusz Kusztal
This commit adds legacy algorithms flag to the qat_device struct. This will allow handling this flag within the device itself, and not using the global variable. Signed-off-by: Arkadiusz Kusztal --- v2: - added session parameters handling drivers/common/qat/qat_common.h | 9 ++