Re: [dpdk-dev] [PATCH 0/6] examples/ipsec-secgw: fix 1st pkt dropped

2019-03-07 Thread Iremonger, Bernard
Hi Akhil, > Subject: Re: [dpdk-dev] [PATCH 0/6] examples/ipsec-secgw: fix 1st pkt dropped > > Hi Bernard, > > On 3/6/2019 9:30 PM, Bernard Iremonger wrote: > > This patchset fixes the issue of the first inbound packet being > > dropped for inline crypto. It also i

Re: [dpdk-dev] [PATCH 0/6] examples/ipsec-secgw: fix 1st pkt dropped

2019-03-06 Thread Akhil Goyal
Hi Bernard, On 3/6/2019 9:30 PM, Bernard Iremonger wrote: > This patchset fixes the issue of the first inbound packet > being dropped for inline crypto. It also improves the debug > output in esp.c, sa.c and ipsec-secgw.c > > Bernard Iremonger (6): >examples/ipsec-secgw: fix 1st pkt dropped fo

[dpdk-dev] [PATCH 0/6] examples/ipsec-secgw: fix 1st pkt dropped

2019-03-06 Thread Bernard Iremonger
This patchset fixes the issue of the first inbound packet being dropped for inline crypto. It also improves the debug output in esp.c, sa.c and ipsec-secgw.c Bernard Iremonger (6): examples/ipsec-secgw: fix 1st pkt dropped for inline crypto examples/ipsec-secgw: fix 1st packet dropped patch