Re: [dpdk-dev] [PATCH 2/2] examples/ipsec-secgw: add target queues in flow actions

2017-12-01 Thread Nelio Laranjeiro
Hi Annob On Fri, Dec 01, 2017 at 08:34:04PM +0530, Anoob Joseph wrote: > > > > I think we have an agreement here, in order the final action to be > > tested: > > > > 1. PASSTHRU > > 2. RSS > > 3. QUEUE > > > > If those 3 fails, the functions fails to create the rule, the first > > succee

Re: [dpdk-dev] [PATCH 2/2] examples/ipsec-secgw: add target queues in flow actions

2017-12-01 Thread Anoob Joseph
Hi Nelio, On 30-11-2017 17:58, Nelio Laranjeiro wrote: Hi Annob, On Thu, Nov 30, 2017 at 04:16:23PM +0530, Anoob wrote: On 11/29/2017 06:20 PM, Nelio Laranjeiro wrote: Hi Anoob, On Wed, Nov 29, 2017 at 06:00:38PM +0530, Anoob wrote: Hi Nelio, Since support of RSS with inline cryp

Re: [dpdk-dev] [PATCH 2/2] examples/ipsec-secgw: add target queues in flow actions

2017-11-30 Thread Nelio Laranjeiro
Hi Annob, On Thu, Nov 30, 2017 at 04:16:23PM +0530, Anoob wrote: > On 11/29/2017 06:20 PM, Nelio Laranjeiro wrote: > > Hi Anoob, > > > > On Wed, Nov 29, 2017 at 06:00:38PM +0530, Anoob wrote: > > > Hi Nelio, > > > > > > Since support of RSS with inline crypto/protocol is hardware > > >

Re: [dpdk-dev] [PATCH 2/2] examples/ipsec-secgw: add target queues in flow actions

2017-11-30 Thread Anoob
Hi Nelio, Please see inline. Thanks, Anoob On 11/29/2017 06:20 PM, Nelio Laranjeiro wrote: Hi Anoob, On Wed, Nov 29, 2017 at 06:00:38PM +0530, Anoob wrote: Hi Nelio, Since support of RSS with inline crypto/protocol is hardware implementation dependent, it would be better if th

Re: [dpdk-dev] [PATCH 2/2] examples/ipsec-secgw: add target queues in flow actions

2017-11-29 Thread Nelio Laranjeiro
Hi Anoob, On Wed, Nov 29, 2017 at 06:00:38PM +0530, Anoob wrote: >Hi Nelio, > >Since support of RSS with inline crypto/protocol is hardware >implementation dependent, it would be better if there is some sort of >capability check before setting the flow parameters in the applicatio

Re: [dpdk-dev] [PATCH 2/2] examples/ipsec-secgw: add target queues in flow actions

2017-11-29 Thread Anoob
Hi Nelio, Since support of RSS with inline crypto/protocol is hardware implementation dependent, it would be better if there is some sort of capability check before setting the flow parameters in the application. If the hardware doesn't support RSS with inline processing, then the RSS flow a

[dpdk-dev] [PATCH 2/2] examples/ipsec-secgw: add target queues in flow actions

2017-11-23 Thread Nelio Laranjeiro
Mellanox INNOVA NIC needs to have final target queue actions to perform inline crypto. Signed-off-by: Nelio Laranjeiro --- examples/ipsec-secgw/ipsec.c | 27 ++- examples/ipsec-secgw/ipsec.h | 2 +- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/examples