From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mcnamara, John" Subject: Re: [PATCH v2 03/25] doc: announce depreciation of legacy filter types Date: Mon, 19 Dec 2016 10:47:00 +0000 Message-ID: References: <0bb1ee6fb4f4f4193658a71275ec1e2027282f05.1481903839.git.adrien.mazarguil@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: Adrien Mazarguil , "dev@dpdk.org" Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 27B2CF91D for ; Mon, 19 Dec 2016 11:47:02 +0100 (CET) In-Reply-To: <0bb1ee6fb4f4f4193658a71275ec1e2027282f05.1481903839.git.adrien.mazarguil@6wind.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Adrien Mazarguil > Sent: Friday, December 16, 2016 4:25 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 03/25] doc: announce depreciation of legacy > filter types >=20 > They are superseded by the generic flow API (rte_flow). Target release is > not defined yet. >=20 > Suggested-by: Kevin Traynor > Signed-off-by: Adrien Mazarguil > --- > doc/guides/rel_notes/deprecation.rst | 7 +++++++ > 1 file changed, 7 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index 2d17bc6..4819078 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -71,3 +71,10 @@ Deprecation Notices > * mempool: The functions for single/multi producer/consumer are > deprecated > and will be removed in 17.02. > It is replaced by ``rte_mempool_generic_get/put`` functions. > + > +* ethdev: the legacy filter API, including > +rte_eth_dev_filter_supported(), > + rte_eth_dev_filter_ctrl() as well as filter types MACVLAN, ETHERTYPE, > + FLEXIBLE, SYN, NTUPLE, TUNNEL, FDIR, HASH and L2_TUNNEL, is > +superseded by > + the generic flow API (rte_flow) in PMDs that implement the latter. > + Target release for removal of the legacy API will be defined once > +most > + PMDs have switched to rte_flow. All the function names and constants should be fixed width quoted: ``rte_eth_dev_filter_supported()``.