Acked-by: Arek Kusztal <arkadiuszx.kusz...@intel.com>
> -----Original Message----- > From: Akhil Goyal <gak...@marvell.com> > Sent: Wednesday, October 9, 2024 5:23 PM > To: Gowrishankar Muthukrishnan <gmuthukri...@marvell.com>; > dev@dpdk.org; Kusztal, ArkadiuszX <arkadiuszx.kusz...@intel.com>; Fan Zhang > <fanzhang....@gmail.com>; Anoob Joseph <ano...@marvell.com>; Ankur > Dwivedi <adwiv...@marvell.com>; Tejasree Kondoj <ktejas...@marvell.com>; > Ji, Kai <kai...@intel.com>; Dooley, Brian <brian.doo...@intel.com> > Cc: Richardson, Bruce <bruce.richard...@intel.com>; Jerin Jacob > <jer...@marvell.com>; jack.bond-pres...@foss.arm.com; Marchand, David > <david.march...@redhat.com>; hemant.agra...@nxp.com; De Lara Guarch, > Pablo <pablo.de.lara.gua...@intel.com>; Trahe, Fiona > <fiona.tr...@intel.com>; Doherty, Declan <declan.dohe...@intel.com>; > ma...@nvidia.com; ruifeng.w...@arm.com; Gujjar, Abhinandan S > <abhinandan.guj...@intel.com>; maxime.coque...@redhat.com; > chen...@nvidia.com; sunilprakashrao.uttar...@amd.com; > andrew.bo...@amd.com; ajit.khapa...@broadcom.com; > raveendra.padasal...@broadcom.com; vikas.gu...@broadcom.com; > zhangfei....@linaro.org; g.si...@nxp.com; jianjay.z...@huawei.com; Daly, > Lee <lee.d...@intel.com> > Subject: RE: [PATCH v2 2/2] cryptodev: move RSA padding information into > xform > > Hi Arek > Any objections on this patch? > > > Subject: [PATCH v2 2/2] cryptodev: move RSA padding information into > > xform > > > > RSA padding information could be a xform entity rather than part of > > crypto op, as it seems associated with hashing algorithm used for the > > entire crypto session, where this algorithm is used in message digest > > itself. Even in virtIO standard spec, this info is associated in the > > asymmetric session creation. Hence, moving this info from crypto op > > into xform structure. > > > > Signed-off-by: Gowrishankar Muthukrishnan <gmuthukri...@marvell.com>