Re: [dpdk-dev] [PATCH v6 1/2] examples/ipsec-secgw: fix 1st pkt dropped for inline crypto

2019-07-03 Thread Akhil Goyal
> > Hi Akhil, > > > > > > > > > > > > > Hi Akhil, > > > > > > > > > > > Hi Bernard, > > > > > > > > > > > > > > > > Inline crypto installs a flow rule in the NIC. This flow rule > > > > > > must be installed before the first inbound packet is received. > > > > > > > > > > > > The create_sessio

Re: [dpdk-dev] [PATCH v6 1/2] examples/ipsec-secgw: fix 1st pkt dropped for inline crypto

2019-07-03 Thread Iremonger, Bernard
Hi Akhil, > -Original Message- > From: Akhil Goyal [mailto:akhil.go...@nxp.com] > Sent: Wednesday, July 3, 2019 11:18 AM > To: Iremonger, Bernard ; Ananyev, > Konstantin ; dev@dpdk.org > Cc: sta...@dpdk.org > Subject: RE: [PATCH v6 1/2] examples/ipsec-secgw: fix 1st pkt dropped for > inlin

Re: [dpdk-dev] [PATCH v6 1/2] examples/ipsec-secgw: fix 1st pkt dropped for inline crypto

2019-07-03 Thread Akhil Goyal
> > Hi Akhil, > > > > > Hi Bernard, > > > > > > > > > > Inline crypto installs a flow rule in the NIC. This flow rule must > > > > be installed before the first inbound packet is received. > > > > > > > > The create_session() function installs the flow rule, > > > > create_session() has been r

Re: [dpdk-dev] [PATCH v6 1/2] examples/ipsec-secgw: fix 1st pkt dropped for inline crypto

2019-07-03 Thread Iremonger, Bernard
Hi Akhil, > -Original Message- > From: Akhil Goyal [mailto:akhil.go...@nxp.com] > Sent: Wednesday, July 3, 2019 11:05 AM > To: Ananyev, Konstantin ; Iremonger, > Bernard ; dev@dpdk.org > Cc: sta...@dpdk.org > Subject: RE: [PATCH v6 1/2] examples/ipsec-secgw: fix 1st pkt dropped for > inlin

Re: [dpdk-dev] [PATCH v6 1/2] examples/ipsec-secgw: fix 1st pkt dropped for inline crypto

2019-07-03 Thread Akhil Goyal
Hi Bernard, > > > > Inline crypto installs a flow rule in the NIC. This flow > > rule must be installed before the first inbound packet is > > received. > > > > The create_session() function installs the flow rule, > > create_session() has been refactored into create_inline_session() > > and creat

Re: [dpdk-dev] [PATCH v6 1/2] examples/ipsec-secgw: fix 1st pkt dropped for inline crypto

2019-06-13 Thread Ananyev, Konstantin
> -Original Message- > From: Iremonger, Bernard > Sent: Wednesday, June 12, 2019 3:52 PM > To: dev@dpdk.org; Ananyev, Konstantin ; > akhil.go...@nxp.com > Cc: Iremonger, Bernard ; sta...@dpdk.org > Subject: [PATCH v6 1/2] examples/ipsec-secgw: fix 1st pkt dropped for inline > crypto >

[dpdk-dev] [PATCH v6 1/2] examples/ipsec-secgw: fix 1st pkt dropped for inline crypto

2019-06-12 Thread Bernard Iremonger
Inline crypto installs a flow rule in the NIC. This flow rule must be installed before the first inbound packet is received. The create_session() function installs the flow rule, create_session() has been refactored into create_inline_session() and create_lookaside_session(). The create_inline_ses