Re: [dpdk-dev] [PATCH v2 4/4] cryptodev: expose driver interface as internal

2021-08-30 Thread Zhang, Roy Fan
> -Original Message- > From: Akhil Goyal > Sent: Tuesday, August 10, 2021 8:50 PM > To: dev@dpdk.org > Cc: ano...@marvell.com; Nicolau, Radu ; Doherty, > Declan ; hemant.agra...@nxp.com; > ma...@nvidia.com; Ananyev, Konstantin ; > tho...@monjalon.net; Zhang, Roy Fan ; > asoma...@amd.com; r

Re: [dpdk-dev] [PATCH v2 4/4] cryptodev: expose driver interface as internal

2021-08-11 Thread Matan Azrad
From: Akhil Goyal > The rte_cryptodev_pmd.* files are for drivers only and should be private to > DPDK, and not installed for app use. > > Signed-off-by: Akhil Goyal Please consider adding to release notes. Acked-by: Matan Azrad

Re: [dpdk-dev] [PATCH v2 4/4] cryptodev: expose driver interface as internal

2021-08-11 Thread Akhil Goyal
> From: Akhil Goyal > > The rte_cryptodev_pmd.* files are for drivers only and should be private to > > DPDK, and not installed for app use. > > > > Signed-off-by: Akhil Goyal > > Please consider adding to release notes. > > Acked-by: Matan Azrad Yes will do so when it is available.