From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 24 Feb 2016 06:43:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,494,1449561600"; d="scan'208";a="658568170" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.64]) by FMSMGA003.fm.intel.com with SMTP; 24 Feb 2016 06:43:15 -0800 Received: by (sSMTP sendmail emulation); Wed, 24 Feb 2016 14:43:13 +0025 Date: Wed, 24 Feb 2016 14:43:13 +0000 From: Bruce Richardson To: Rahul Lakkireddy Message-ID: <20160224144313.GF19616@bricha3-MOBL3> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org, Kumar Sanghvi , Nirranjan Kirubaharan Subject: Re: [dpdk-dev] [PATCH 01/10] ethdev: add a generic flow and new behavior switch to fdir X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2016 14:43:18 -0000 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