From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from stargate3.asicdesigners.com (stargate.chelsio.com [12.32.117.8]) by dpdk.org (Postfix) with ESMTP id 2AEC7256 for ; Tue, 15 Dec 2015 09:41:59 +0100 (CET) Received: from localhost (scalar.blr.asicdesigners.com [10.193.185.94]) by stargate3.asicdesigners.com (8.13.8/8.13.8) with ESMTP id tBF8etv7032668; Tue, 15 Dec 2015 00:40:56 -0800 Date: Tue, 15 Dec 2015 14:10:50 +0530 From: Rahul Lakkireddy To: dev@dpdk.org, Thomas Monjalon Message-ID: <20151215084048.GA26906@scalar.blr.asicdesigners.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Cc: Kumar Sanghvi , Felix Marti , Nirranjan Kirubaharan Subject: Re: [dpdk-dev] [RFC 3/3] doc: announce ABI change for filtering support 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: Tue, 15 Dec 2015 08:41:59 -0000 Hi Thomas, I am preparing a v2 of this series where I will be accomodating some more fields to be considered for filtering. However, if the overall approach seems ok to everyone then, should I submit a separate patch for this ABI change announcement ? Thanks, Rahul. On Thursday, December 12/10/15, 2015 at 19:31:04 +0530, Rahul Lakkireddy wrote: > Current filtering support will be enhanced to accommodate support > for Chelsio T5 hardware filtering support. > > Signed-off-by: Rahul Lakkireddy > Signed-off-by: Kumar Sanghvi > --- > doc/guides/rel_notes/deprecation.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index 1c7ab01..ca43b16 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -19,3 +19,9 @@ Deprecation Notices > and table action handlers will be updated: > the pipeline parameter will be added, the packets mask parameter will be > either removed (for input port action handler) or made input-only. > + > +* The filtering support will be changed to add a new packet filter > + flow, add a new behavior 'switch', add an ability to add mask > + for fields in each filter rule, and add an ability to pass extra > + arguments for the behavior taken to allow rewriting matched fields > + in filter rule. > -- > 2.5.3 >