> Enable UDP encapsulation for both transport and tunnel modes for the > inline crypto offload path. > > Signed-off-by: Radu Nicolau <radu.nico...@intel.com> > --- > doc/guides/sample_app_ug/ipsec_secgw.rst | 3 ++- > examples/ipsec-secgw/ipsec.c | 33 +++++++++++++++++++++--- > examples/ipsec-secgw/ipsec.h | 7 ++++- > examples/ipsec-secgw/sa.c | 9 +++++++ > 4 files changed, 46 insertions(+), 6 deletions(-) > > diff --git a/doc/guides/sample_app_ug/ipsec_secgw.rst > b/doc/guides/sample_app_ug/ipsec_secgw.rst > index 282926924f..2d0f322427 100644 > --- a/doc/guides/sample_app_ug/ipsec_secgw.rst > +++ b/doc/guides/sample_app_ug/ipsec_secgw.rst > @@ -717,7 +717,8 @@ where each options means: > ``<udp-encap>`` > > * Option to enable IPsec UDP encapsulation for NAT Traversal. > - Only *lookaside-protocol-offload* mode is supported at the moment. > + Only *lookaside-protocol-offload* and *inline-protocol-offload* modes > are > + supported at the moment.
Patch says inline crypto is supported but here inline protocol offload is supported. With this fixed, Acked-by: Akhil Goyal <gak...@marvell.com>