RE: [PATCH] doc: announce deprecation for security ops

2023-07-06 Thread Akhil Goyal
> > Subject: [PATCH] doc: announce deprecation for security ops > > > > Structure rte_security_ops and rte_security_ctx are meant to be used by > > rte_security library and the PMDs associated. > > These will be moved to an internal header in DPDK 23.11 release. >

RE: [PATCH] doc: announce deprecation for security ops

2023-07-06 Thread Power, Ciara
nt.agra...@nxp.com; g.si...@nxp.com; > konstantin.v.anan...@yandex.ru; Nicolau, Radu ; > Power, Ciara ; ruifeng.w...@arm.com; > ma...@nvidia.com; fanzhang@gmail.com; Akhil Goyal > > Subject: [PATCH] doc: announce deprecation for security ops > > Structure rte_security_ops

Re: [PATCH] doc: announce deprecation for security ops

2023-07-05 Thread Jerin Jacob
On Wed, Jul 5, 2023 at 5:01 PM Konstantin Ananyev wrote: > > 04/07/2023 20:44, Akhil Goyal пишет: > > Structure rte_security_ops and rte_security_ctx are meant to > > be used by rte_security library and the PMDs associated. > > These will be moved to an internal header in DPDK 23.11 release. > > >

Re: [PATCH] doc: announce deprecation for security ops

2023-07-05 Thread Konstantin Ananyev
04/07/2023 20:44, Akhil Goyal пишет: Structure rte_security_ops and rte_security_ctx are meant to be used by rte_security library and the PMDs associated. These will be moved to an internal header in DPDK 23.11 release. Signed-off-by: Akhil Goyal --- doc/guides/rel_notes/deprecation.rst | 3 +

Re: [PATCH] doc: announce deprecation for security ops

2023-07-05 Thread Hemant Agrawal
Acked-by: Hemant Agrawal On 05-Jul-23 1:14 AM, Akhil Goyal wrote: Caution: This is an external email. Please take care when clicking links or opening attachments. When in doubt, report the message using the 'Report this email' button Structure rte_security_ops and rte_security_ctx are meant

[PATCH] doc: announce deprecation for security ops

2023-07-04 Thread Akhil Goyal
Structure rte_security_ops and rte_security_ctx are meant to be used by rte_security library and the PMDs associated. These will be moved to an internal header in DPDK 23.11 release. Signed-off-by: Akhil Goyal --- doc/guides/rel_notes/deprecation.rst | 3 +++ 1 file changed, 3 insertions(+) dif