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

2019-04-04 Thread Bernard Iremonger
This patchset fixes the issue of the first inbound packet being dropped for inline crypto. Changes in v3: -- The previous refactoring of the create_session() function has been dropped. The create_session() function is now called from sa_init() at startup. The following functions hav

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

2019-04-05 Thread Ananyev, Konstantin
> > This patchset fixes the issue of the first inbound packet > being dropped for inline crypto. > > Changes in v3: > -- > The previous refactoring of the create_session() function has been dropped. > The create_session() function is now called from sa_init() at startup. > > The f