Acked-by: Kai Ji <kai...@intel.com>
> -----Original Message----- > From: Akhil Goyal <gak...@marvell.com> > Sent: Wednesday, September 21, 2022 4:03 PM > To: dev@dpdk.org > Cc: tho...@monjalon.net; david.march...@redhat.com; > hemant.agra...@nxp.com; vattun...@marvell.com; > ferruh.yi...@xilinx.com; andrew.rybche...@oktetlabs.ru; > konstantin.v.anan...@yandex.ru; jiawe...@trustnetic.com; > yisen.zhu...@huawei.com; irussk...@marvell.com; jer...@marvell.com; > adwiv...@marvell.com; maxime.coque...@redhat.com; cha...@amd.com; > ruifeng.w...@arm.com; ajit.khapa...@broadcom.com; > ano...@marvell.com; De Lara Guarch, Pablo > <pablo.de.lara.gua...@intel.com>; ma...@nvidia.com; g.si...@nxp.com; > Yang, Qiming <qiming.y...@intel.com>; Wu, Wenjun1 > <wenjun1...@intel.com>; jianw...@trustnetic.com; Wu, Jingjing > <jingjing...@intel.com>; Xing, Beilei <beilei.x...@intel.com>; > ndabilpu...@marvell.com; Akhil Goyal <gak...@marvell.com>; Zhang, Roy > Fan <roy.fan.zh...@intel.com> > Subject: [PATCH v2 3/6] cryptodev: hide sym session structure > > Structure rte_cryptodev_sym_session is moved to internal > headers which are not visible to applications. > The only field which should be used by app is opaque_data. > This field can now be accessed via set/get APIs added in this > patch. > Subsequent changes in app and lib are made to compile the code. > > Signed-off-by: Akhil Goyal <gak...@marvell.com> > Signed-off-by: Fan Zhang <roy.fan.zh...@intel.com> > ---