[dpdk-dev] [PATCH v7 0/2] examples/ipsec-secgw: fix 1st pkt dropped
Iremonger, Bernard
bernard.iremonger at intel.com
Fri Jul 19 17:40:59 CEST 2019
Hi Akhil,
<snip>
> > > Subject: [PATCH v7 0/2] examples/ipsec-secgw: fix 1st pkt dropped
> > >
> > > This patchset fixes the issue of the first inbound packet being
> > > dropped for inline crypto.
> > >
> > > Changes in v7:
> > > --------------
> > > Rebased to DPDK 19.08-rc1
> > >
> > > Changes in v6:
> > > --------------
> > > Rebased to latest master.
> > > Minor changes to the following functions in ipsec.c:
> > > create_lookaside_session()
> > > create_inline_session()
> > >
> > > Bernard Iremonger (2):
> > > examples/ipsec-secgw: fix 1st pkt dropped for inline crypto
> > > examples/ipsec-secgw/test: fix inline test scripts
> > >
> > > examples/ipsec-secgw/ipsec-secgw.c | 244 +++++++--------
> > > examples/ipsec-secgw/ipsec.c | 449 ++++++++++++++------------
> -
> > > examples/ipsec-secgw/ipsec.h | 5 +-
> > > examples/ipsec-secgw/ipsec_process.c | 9 +-
> > > examples/ipsec-secgw/sa.c | 46 ++-
> > > examples/ipsec-secgw/test/trs_aesgcm_defs.sh | 10 -
> > > examples/ipsec-secgw/test/tun_aesgcm_defs.sh | 10 -
> > > 7 files changed, 403 insertions(+), 370 deletions(-)
> > >
> > > Changes in v5:
> > > -------------
> > > The v2 patchset has been rebased to the latest master.
> > > The v4 patchset has been dropped as it caused issues with the
> > > lookaside code which we are unable to test.
> > >
> > > Bernard Iremonger (2):
> > > examples/ipsec-secgw: fix 1st pkt dropped for inline crypto
> > > examples/ipsec-secgw/test: fix inline test scripts
> > >
> > > examples/ipsec-secgw/ipsec-secgw.c | 244 +++++++++++++---------
> --
> > ---
> > > examples/ipsec-secgw/ipsec.c | 122 +++++++++-----
> > > examples/ipsec-secgw/ipsec.h | 5 +-
> > > examples/ipsec-secgw/ipsec_process.c | 9 +-
> > > examples/ipsec-secgw/sa.c | 46 +++--
> > > examples/ipsec-secgw/test/trs_aesgcm_defs.sh | 10 --
> > > examples/ipsec-secgw/test/tun_aesgcm_defs.sh | 10 --
> > > 7 files changed, 245 insertions(+), 201 deletions(-)
> > >
> > > Changes in v2:
> > > -------------
> > > The first three patches of the v1 have been squashed.
> > > The commit message for the squashed patch has been updated.
> > > Patches 4,5 and 6 of the v1 have been dropped from this patchset.
> > > A patch to fix the test scripts has been added.
> > >
> > > Bernard Iremonger (2):
> > > examples/ipsec-secgw: fix 1st pkt dropped for inline crypto
> > > examples/ipsec-secgw/test: fix inline test scripts
> > >
> > > examples/ipsec-secgw/ipsec-secgw.c | 244 +++++++-------
> > > examples/ipsec-secgw/ipsec.c | 456 ++++++++++++++------------
> -
> > > examples/ipsec-secgw/ipsec.h | 5 +-
> > > examples/ipsec-secgw/ipsec_process.c | 9 +-
> > > examples/ipsec-secgw/sa.c | 46 ++-
> > > examples/ipsec-secgw/test/trs_aesgcm_defs.sh | 10 -
> > > examples/ipsec-secgw/test/tun_aesgcm_defs.sh | 10 -
> > > 7 files changed, 405 insertions(+), 375 deletions(-)
> > >
> > > --
> > > 2.7.4
> >
> > It was rebased manually, so please verify.
> > Applied to dpdk-next-crypto
> >
> > Thanks.
>
> I will verify.
>
> Regards,
>
> Bernard.
>
>
Our tests are passing fine with the rebased patches.
Regards,
Bernard.
More information about the dev
mailing list