Hi Arek, > -----Original Message----- > From: Arek Kusztal <arkadiuszx.kusz...@intel.com> > Sent: Wednesday 17 August 2022 07:56 > To: dev@dpdk.org > Cc: gak...@marvell.com; Ji, Kai <kai...@intel.com>; Kusztal, ArkadiuszX > <arkadiuszx.kusz...@intel.com> > Subject: [PATCH 1/3] crypto/qat: make immutable parameters constant > > All pointers passed to functions that are not supposed to have its data > changed should be marked as constant. > Additionally session field should be checked only in with session case. > > Signed-off-by: Arek Kusztal <arkadiuszx.kusz...@intel.com> > --- > drivers/common/qat/qat_adf/qat_pke.h | 16 ++--- > drivers/crypto/qat/qat_asym.c | 133 ++++++++++++++++++--------------- > -- > drivers/crypto/qat/qat_ec.h | 2 +- > 3 files changed, 76 insertions(+), 75 deletions(-)
Acked-by: Ciara Power <ciara.po...@intel.com>