From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: announce ABI change for extending filtering support Date: Tue, 15 Dec 2015 15:27:21 +0100 Message-ID: <2623305.mlHu60IVjp@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Felix Marti , Nirranjan Kirubaharan , Kumar Sanghvi To: Rahul Lakkireddy Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 5240B256 for ; Tue, 15 Dec 2015 15:28:38 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id p66so93512321wmp.0 for ; Tue, 15 Dec 2015 06:28:38 -0800 (PST) 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" 2015-12-15 19:40, Rahul Lakkireddy: > 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 | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index f8a41dd..15e766d 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -41,3 +41,11 @@ Deprecation Notices > commands (such as RETA update in testpmd). This should impact > CMDLINE_PARSE_RESULT_BUFSIZE, STR_TOKEN_SIZE and RDLINE_BUF_SIZE. > It should be integrated in release 2.3. > + > +* ABI changes are planned for rte_eth_ipv4_flow and rte_eth_ipv6_flow to > + include more fields to be matched against. The release 2.2 does not > + contain these ABI changes, but release 2.3 will. > + > +* ABI changes are planned for adding four new flow types. This impacts > + RTE_ETH_FLOW_MAX. The release 2.2 does not contain these ABI changes, > + but release 2.3 will. They were already other ABI changes planned for flow director. So it doesn't hurt to merge this announce, and we'll with the coming patches if the new flows can be accepted. Acked-by: Thomas Monjalon Applied