> -----Original Message-----
> From: Iremonger, Bernard
> Sent: Wednesday, October 2, 2019 10:00 AM
> To: Ananyev, Konstantin <konstantin.anan...@intel.com>; dev@dpdk.org;
> akhil.go...@nxp.com
> Subject: RE: [PATCH v2 0/3] examples/ipsec-secgw: set default
>
> Hi Konstantin,
>
> > -----Original Message-----
> > From: Ananyev, Konstantin
> > Sent: Tuesday, October 1, 2019 6:31 PM
> > To: Iremonger, Bernard <bernard.iremon...@intel.com>; dev@dpdk.org;
> > akhil.go...@nxp.com
> > Subject: RE: [PATCH v2 0/3] examples/ipsec-secgw: set default
> >
> >
> > Hi Bernard,
> >
> > >
> > > This patch set, sets the default code path in the ipsec-secgw
> > > application to use the librte_ipsec.
> > > The *_old test scripts have been modified to use the legacy code path.
> > >
> > > Changes in v2:
> > > -------------
> > > The error messages for the -l option have been updated.
> > > The pktest.sh script has been updated to drop the -l option.
> >
> > The patches looks good to me.
> > Just one thing - shouldn't we also update the docs (AG for ipsec-secgw)?
> > Konstantin
>
> The 19.11 release notes and the sample application guide for ipsec-secgw have
> been updated.
> The updates are in the first patch (0001) with ipsec-secgw.c updates.
Ah, ok sorry for the noise then :)
Konstantin
>
>
> > > Bernard Iremonger (3):
> > > examples/ipsec-secgw: set default to IPsec library mode
> > > examples/ipsec-secgw: add -l 0 parameter to old scripts
> > > examples/ipsec-secgw: update pktest.sh script
> > >
> > > doc/guides/rel_notes/release_19_11.rst | 8 ++++
> > > doc/guides/sample_app_ug/ipsec_secgw.rst | 6 ++-
> > > examples/ipsec-secgw/ipsec-secgw.c | 46
> > > ++++++++++++++-------
> > -
> > > examples/ipsec-secgw/test/pkttest.sh | 1 -
> > > .../ipsec-secgw/test/trs_3descbc_sha1_old_defs.sh | 2 +-
> > > .../ipsec-secgw/test/trs_aescbc_sha1_old_defs.sh | 2 +-
> > > .../ipsec-secgw/test/trs_aesctr_sha1_old_defs.sh | 2 +-
> > > .../test/trs_aesgcm_inline_crypto_old_defs.sh | 2 +-
> > > examples/ipsec-secgw/test/trs_aesgcm_old_defs.sh | 2 +-
> > > .../ipsec-secgw/test/tun_3descbc_sha1_old_defs.sh | 2 +-
> > > .../ipsec-secgw/test/tun_aescbc_sha1_old_defs.sh | 2 +-
> > > .../ipsec-secgw/test/tun_aesctr_sha1_old_defs.sh | 2 +-
> > > .../test/tun_aesgcm_inline_crypto_old_defs.sh | 2 +-
> > > examples/ipsec-secgw/test/tun_aesgcm_old_defs.sh | 2 +-
> > > 14 files changed, 52 insertions(+), 29 deletions(-)
> > >
> > > --
> > > 2.7.4
>
> Regards,
>
> Bernard.