On Tue, Jul 4, 2023 at 10:45 AM Nithin Dabilpuram <ndabilpu...@marvell.com> wrote: > > Announce addition of new security IPsec SA option to enable > out of place processing in Ingress Inline inbound SA's. > > Signed-off-by: Nithin Dabilpuram <ndabilpu...@marvell.com> > Acked-by: Akhil Goyal <gak...@marvell.com>
Acked-by: Jerin Jacob <jer...@marvell.com> > --- > > v2: > - Modified deprication notice to include reserved opts removal. > > doc/guides/rel_notes/deprecation.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index 8e1cdd677a..c46cc49812 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -156,3 +156,8 @@ Deprecation Notices > The new port library API (functions rte_swx_port_*) > will gradually transition from experimental to stable status > starting with DPDK 23.07 release. > + > +* security: New sa option ``ingress_oop`` would be added in structure > + ``rte_security_ipsec_sa_options`` to support out of place processing > + for inline inbound SA's from DPDK 23.11. ``reserved_opts`` field in the > + same struct would be removed as discussed in techboard meeting. > -- > 2.25.1 >