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 D9FEDA00BE; Mon, 28 Oct 2019 12:39:11 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 66B2E1BEC6; Mon, 28 Oct 2019 12:39:11 +0100 (CET) Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [148.163.129.52]) by dpdk.org (Postfix) with ESMTP id 8A64A1BEC1 for ; Mon, 28 Oct 2019 12:39:09 +0100 (CET) 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-us3.ppe-hosted.com (PPE Hosted ESMTP Server) with ESMTPS id A3F86B40062; Mon, 28 Oct 2019 11:39:07 +0000 (UTC) Received: from [192.168.38.17] (91.220.146.112) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Mon, 28 Oct 2019 11:39:01 +0000 To: Thomas Monjalon , Neil Horman , John McNamara , "Marko Kovacevic" , Ferruh Yigit CC: References: <20191028104934.21174-1-thomas@monjalon.net> From: Andrew Rybchenko Message-ID: <279bc10f-0de4-cb05-ae81-c56ddf072183@solarflare.com> Date: Mon, 28 Oct 2019 14:38:57 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20191028104934.21174-1-thomas@monjalon.net> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB X-Originating-IP: [91.220.146.112] 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-25006.003 X-TM-AS-Result: No-1.281700-8.000000-10 X-TMASE-MatchedRID: 5+1rHnqhWUTmLzc6AOD8DfHkpkyUphL9hnpDm0ThsHS/7H6S4OCzHpdt yTUmkMozWRXM1BNPHVPcK8dpI2l61n7XbVh9XZcEuwdUMMznEA8/P58z9vIC2Zsoi2XrUn/JyeM tMD9QOgADpAZ2/B/BlgJTU9F/2jaz3QfwsVk0UbuZ/dgf3Hl0lR/FDwQ8ki4tRB9EjfaRGy1BwS WuKDv9RVSG/wtUKBIWqccZduDGGgHk6qibj0+IhkGmpDuuNt1DtpiLbNzwfTYVGlXaeKZemaKAQ fLsnhLrKWSt4DmvbhpicKLmK2TeKmsPn5C6nWpTiTSgm8kJVKRDDKa3G4nrLQ== X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10-1.281700-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-25006.003 X-MDID: 1572262748-pA4Qy9G5kbu9 Subject: Re: [dpdk-dev] [PATCH] ethdev: remove deprecated port count function 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 10/28/19 1:49 PM, Thomas Monjalon wrote: > The function rte_eth_dev_count() was marked as deprecated in DPDK 18.05 > in commit d9a42a69febf ("ethdev: deprecate port count function"). > It was planned to be removed after 19.11 LTS release, > but given we must not break ABI between 19.11 and 20.11, > it is removed now. > > Note the ABI version is not dumped in this commit > because other changes already did. > > Signed-off-by: Thomas Monjalon Reviewed-by: Andrew Rybchenko