> -----Original Message----- > From: Akhil Goyal <gak...@marvell.com> > Sent: Monday, October 11, 2021 1:43 PM > 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; Zhang, Roy Fan <roy.fan.zh...@intel.com>; > jianjay.z...@huawei.com; asoma...@amd.com; ruifeng.w...@arm.com; > Ananyev, Konstantin <konstantin.anan...@intel.com>; 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 1/5] cryptodev: separate out internal structures > > A new header file rte_cryptodev_core.h is added and all > internal data structures which need not be exposed directly to > application are moved to this file. These structures are mostly > used by drivers, but they need to be in the public header file > as they are accessed by datapath inline functions for > performance reasons. > > Signed-off-by: Akhil Goyal <gak...@marvell.com> > ---
Acked-by: Fan Zhang <roy.fan.zh...@intel.com>