Hi Akhil, > -----Original Message----- > From: Akhil Goyal <gak...@marvell.com> > Sent: Wednesday, September 20, 2023 11:40 AM > To: dev@dpdk.org > Cc: tho...@monjalon.net; david.march...@redhat.com; > hemant.agra...@nxp.com; ano...@marvell.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; > g.si...@nxp.com; fanzhang....@gmail.com; jianjay.z...@huawei.com; > asoma...@amd.com; ruifeng.w...@arm.com; > konstantin.v.anan...@yandex.ru; Nicolau, Radu <radu.nico...@intel.com>; > ajit.khapa...@broadcom.com; rnagadhee...@marvell.com; > adwiv...@marvell.com; Power, Ciara <ciara.po...@intel.com>; Akhil Goyal > <gak...@marvell.com> > Subject: [PATCH v2] security: hide security context > > rte_security_ctx is used by all security APIs to identify which device > security_op it need to call and hence it should be opaque to the application. > Hence, it is now moved to internal header file and all APIs will now take an > opaque pointer for it. > The fast path inline APIs like set metadata need to get flags from > security_ctx. > The flags are now retrieved using inline APIs which use macros to get the > offset of flags in security_ctx. > > Signed-off-by: Akhil Goyal <gak...@marvell.com>
Acked-by: Ciara Power <ciara.po...@intel.com>