From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 01/10] ethdev: add a generic flow and new behavior switch to fdir Date: Wed, 24 Feb 2016 14:43:13 +0000 Message-ID: <20160224144313.GF19616@bricha3-MOBL3> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Kumar Sanghvi , Nirranjan Kirubaharan To: Rahul Lakkireddy Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B4C40298F for ; Wed, 24 Feb 2016 15:43:17 +0100 (CET) Content-Disposition: inline In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Feb 03, 2016 at 02:02:22PM +0530, Rahul Lakkireddy wrote: > Add a new raw packet flow that allows specifying generic flow input. > > Add the ability to provide masks for fields in flow to allow range of > values. > > Add a new behavior switch. > > Add the ability to provide behavior arguments to allow rewriting matched > fields with new values. Ex: allows to provide new ip and port addresses > to rewrite the fields of packets matching a filter rule before NAT'ing. > > Signed-off-by: Rahul Lakkireddy > Signed-off-by: Kumar Sanghvi > --- > doc/guides/rel_notes/release_2_3.rst | 3 +++ > lib/librte_ether/rte_eth_ctrl.h | 15 ++++++++++++++- > 2 files changed, 17 insertions(+), 1 deletion(-) > Thomas, any comments as ethdev maintainer? Jingjing, you have been doing some work on flow director for other NICs. Can you perhaps review this patch as well. Regards, /Bruce