[PATCH v2 3/6] cryptodev: hide sym session structure

Ji, Kai kai.ji at intel.com
Thu Sep 22 15:49:42 CEST 2022


Acked-by: Kai Ji <kai.ji at intel.com>

> -----Original Message-----
> From: Akhil Goyal <gakhil at marvell.com>
> Sent: Wednesday, September 21, 2022 4:03 PM
> To: dev at dpdk.org
> Cc: thomas at monjalon.net; david.marchand at redhat.com;
> hemant.agrawal at nxp.com; vattunuru at marvell.com;
> ferruh.yigit at xilinx.com; andrew.rybchenko at oktetlabs.ru;
> konstantin.v.ananyev at yandex.ru; jiawenwu at trustnetic.com;
> yisen.zhuang at huawei.com; irusskikh at marvell.com; jerinj at marvell.com;
> adwivedi at marvell.com; maxime.coquelin at redhat.com; chandu at amd.com;
> ruifeng.wang at arm.com; ajit.khaparde at broadcom.com;
> anoobj at marvell.com; De Lara Guarch, Pablo
> <pablo.de.lara.guarch at intel.com>; matan at nvidia.com; g.singh at nxp.com;
> Yang, Qiming <qiming.yang at intel.com>; Wu, Wenjun1
> <wenjun1.wu at intel.com>; jianwang at trustnetic.com; Wu, Jingjing
> <jingjing.wu at intel.com>; Xing, Beilei <beilei.xing at intel.com>;
> ndabilpuram at marvell.com; Akhil Goyal <gakhil at marvell.com>; Zhang, Roy
> Fan <roy.fan.zhang at 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 <gakhil at marvell.com>
> Signed-off-by: Fan Zhang <roy.fan.zhang at intel.com>
> ---


More information about the dev mailing list