From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id F272FA10DA for ; Wed, 31 Jul 2019 11:34:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B81DD1C121; Wed, 31 Jul 2019 11:34:42 +0200 (CEST) Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [148.163.129.52]) by dpdk.org (Postfix) with ESMTP id 017DE1BF57 for ; Wed, 31 Jul 2019 11:34:41 +0200 (CEST) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mx1-us5.ppe-hosted.com (PPE Hosted ESMTP Server) with ESMTPS id 68F53A40060; Wed, 31 Jul 2019 09:34:34 +0000 (UTC) Received: from [192.168.1.11] (85.187.13.152) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Wed, 31 Jul 2019 10:34:23 +0100 To: Thomas Monjalon , John McNamara , Marko Kovacevic , "Ajit Khaparde" , Somnath Kotur , Ferruh Yigit , "John Daley" , Hyong Youb Kim , Beilei Xing , Qi Zhang , Wenzhuo Lu , Rosen Xu , Konstantin Ananyev , Shahaf Shuler , Yongseok Koh , Viacheslav Ovsiienko , Rasesh Mody , Shahed Shaikh CC: References: <20190730155726.26450-1-thomas@monjalon.net> From: Andrew Rybchenko Message-ID: Date: Wed, 31 Jul 2019 12:34:10 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <20190730155726.26450-1-thomas@monjalon.net> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Originating-IP: [85.187.13.152] X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To ukex01.SolarFlarecom.com (10.17.10.4) X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.5.1010-24812.003 X-TM-AS-Result: No-0.874600-8.000000-10 X-TMASE-MatchedRID: sDm3xtR6Ud/mLzc6AOD8DfHkpkyUphL9/lboZPqaz5VUjspoiX02F+rl ububtXXAaLbVdp/TjCSRk6XtYogiau9c69BWUTGw0C1sQRfQzEHEQdG7H66TyHEqm8QYBtMOxqb /xejquQaJ5haQ5kQcOLWR3ZBoz8flfISg/LmA18Xi+fTMx9KaNitss6PUa4/cD6GAt+UbooSj1C O4X0EqeXggXFAhtWiYlExlQIQeRG0= X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--0.874600-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-24812.003 X-MDID: 1564565675-Dx1YPpRuaR06 Subject: Re: [dpdk-dev] [PATCH] doc: remove deprecated ethdev features X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 7/30/19 6:57 PM, Thomas Monjalon wrote: > As legacy filter API "filter_ctrl" is superseded since 2017 > by the rte_flow API, and got the deprecated attribute in DPDK 19.05, > it is time to remove the associated features from the matrix. > Not documenting deprecated features as supported will avoid confusion. > > Signed-off-by: Thomas Monjalon Acked-by: Andrew Rybchenko