From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=1vaCyRRqFdMEWmvD4kyKJeasn6IYlEhHGG4gIs7L9uk=; b=Msp/hn+OVKA4QloMyuzltHbhGxMmDaV3sssTRA0EFQV+MMC4S6znUJ93NVSOK/Ghnm ABgy448Rnn8f9uoa8ZznZCRd0wA6bdE59GcO0id1acMs6ltd80/V9cxl0TlvlgXc/WUH kBwsWPucCE+aoC9UmkYDUDop61fdpGNTqgr2q+5H6gRsfjF/tLV6NjkH5cHcLuKdtRA2 afxcHVtPi1nGAqAMtEKnsvXfm5/sC980WVFIgNXF5cbVfo0bZ4hK8vkngmr6UVTpmf6J iieNxDuuTCctAlzJukEpR/s+sZDbWUQ8asBX7XgxkaQ79V5vUXX21Snsk3T3ny3WkW5L bVbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=1vaCyRRqFdMEWmvD4kyKJeasn6IYlEhHGG4gIs7L9uk=; b=i5LY39A9bhInUVEcaS5N9wgBUhtyr8OgKs6UK9HodrUNkqg2qkXPM/o5255Ft+Pw4m 0izAKep3bzCynx33iYtV5jQb37E4qbfkkFA3MFaDDA4EeMXAOLZ+7P6/WeIzdeCfSIOx 90qbtOnuFbbBPEpbxyRNLfJGJr5n16xFws6urtj2LJQcBA7el4BDsV/PShhfcI8Ee5wm mi7Upzv8R0VnBiWj4+cG8jZYEApUUnktVcP+g97HImk4Kb5j1A3OmHHVfo7seL2Cu5CA LDLj8lRQGbIp0cofV2g7Zq9Jm5L0e9QiY1/HyAK6e0OjAiJwz157ZUjrqfucKfJ/lISu DdpA== X-Gm-Message-State: ALoCoQlYFRw9a2ovv6quMYp249fZNJImyrhxi50kDW0nJG14AQNKep7LgZP2RFpze4feYXnu9smCbB3zMniAy2aH9cctrveQ1w== X-Received: by 10.28.141.140 with SMTP id p134mr5167770wmd.6.1450189718142; Tue, 15 Dec 2015 06:28:38 -0800 (PST) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id a63sm21126473wmc.5.2015.12.15.06.28.37 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 15 Dec 2015 06:28:37 -0800 (PST) From: Thomas Monjalon To: Rahul Lakkireddy Date: Tue, 15 Dec 2015 15:27:21 +0100 Message-ID: <2623305.mlHu60IVjp@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Felix Marti , Nirranjan Kirubaharan , Kumar Sanghvi Subject: Re: [dpdk-dev] [PATCH] doc: announce ABI change for extending 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 14:28:38 -0000 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