[dpdk-dev] [PATCH v5] examples/ipsec-secgw: support flow director feature

2020-04-09 Thread Praveen Shetty
Support load distribution in security gateway application using NIC load distribution feature(Flow Director). Flow Director is used to redirect the specified inbound ipsec flow to a specified queue.This is achieved by extending the SA rule syntax to support specification by adding new action_type o

Re: [dpdk-dev] [PATCH v5] examples/ipsec-secgw: support flow director feature

2020-04-14 Thread Shetty, Praveen
, Konstantin Subject: [dpdk-dev] [PATCH v5] examples/ipsec-secgw: support flow director feature Support load distribution in security gateway application using NIC load distribution feature(Flow Director). Flow Director is used to redirect the specified inbound ipsec flow to a specified queue.This is

Re: [dpdk-dev] [PATCH v5] examples/ipsec-secgw: support flow director feature

2020-04-15 Thread Akhil Goyal
Hi Praveen, > > Support load distribution in security gateway application using > NIC load distribution feature(Flow Director). > Flow Director is used to redirect the specified inbound ipsec flow > to a specified queue.This is achieved by extending the SA rule syntax > to support specification b

Re: [dpdk-dev] [PATCH v5] examples/ipsec-secgw: support flow director feature

2020-04-16 Thread Shetty, Praveen
Hi Akhil, Thank you. Please see my response inline. -Original Message- From: Akhil Goyal Sent: Thursday, April 16, 2020 12:30 AM To: Shetty, Praveen ; dev@dpdk.org; Doherty, Declan ; ano...@marvell.com Cc: Iremonger, Bernard ; Ananyev, Konstantin Subject: RE: [PATCH v5] examples/ip