Re: [dpdk-dev] [PATCH v3] examples/ipsec-secgw: limit inflight packets count

2018-05-09 Thread De Lara Guarch, Pablo
> -Original Message- > From: Akhil Goyal [mailto:akhil.go...@nxp.com] > Sent: Wednesday, May 9, 2018 1:02 PM > To: Nicolau, Radu ; dev@dpdk.org > Cc: akhil.go...@nxp.com; De Lara Guarch, Pablo > ; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] examples/ipsec-

Re: [dpdk-dev] [PATCH v3] examples/ipsec-secgw: limit inflight packets count

2018-05-09 Thread Akhil Goyal
On 5/9/2018 2:28 PM, Radu Nicolau wrote: Revert previous patch that introduce a performance degradation in certain scenarios and add a configurable limit for number inflight packets. Revert commit 84d4b5e4ec48 ("examples/ipsec-secgw: improve IPsec dequeue logic") Cc: sta...@dpdk.org Signed-off-

[dpdk-dev] [PATCH v3] examples/ipsec-secgw: limit inflight packets count

2018-05-09 Thread Radu Nicolau
Revert previous patch that introduce a performance degradation in certain scenarios and add a configurable limit for number inflight packets. Revert commit 84d4b5e4ec48 ("examples/ipsec-secgw: improve IPsec dequeue logic") Cc: sta...@dpdk.org Signed-off-by: Radu Nicolau --- v3: updated enqueue s