From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 51C9FA0C45; Thu, 28 Oct 2021 10:37:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E706C4067B; Thu, 28 Oct 2021 10:37:28 +0200 (CEST) Received: from mail-108-mta185.mxroute.com (mail-108-mta185.mxroute.com [136.175.108.185]) by mails.dpdk.org (Postfix) with ESMTP id D7EDE4003F for ; Thu, 28 Oct 2021 10:37:27 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta185.mxroute.com (ZoneMTA) with ESMTPSA id 17cc60bf05a0000b55.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Thu, 28 Oct 2021 08:37:23 +0000 X-Zone-Loop: 7b39d0caf4ace140ee506b9ce6e28ab3fe6b5d6fbeda X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From:References:Cc: To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=4dJ7e5Or/ALVnQIEL/fvHvvj5JiWKORAZZ2Rm8arWvk=; b=Iw1zQrQIoNOhup8Z90PKnOpoau r1mrbOS0tqkIVWA/7+fQU2zbj3VFnhcfdbTgwvND+l7krTGZQVRk1qpDnr9WwHzwdt4a61lwRUj+v 9UA8P7tRBVVQXSgsnCDYWHxNKeeXzvXL8VC2tKQYC6SlkzyqdWz5COJdyBBbm7SkWCEvgGkn9W6ve uE2r5o2yHW2IdgrXwTXLN3e72wCIeRG89loESY02n5cBUTWB9T4vTCwdaIEmEZo9ics1MUwM+c9aF +3NCL44qjFNu8D1tYEuwE9Rqe67XznRqFx3YG30Gd+fTKAip+cRZBMLUqSaqwY3cEPoq2f14j3X1+ AVr7lAWw==; Message-ID: <96bba1a6-310d-22a0-1e77-62aeeb817139@ashroe.eu> Date: Thu, 28 Oct 2021 09:37:19 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.2.1 Content-Language: en-US To: Thomas Monjalon , dev@dpdk.org Cc: matan@nvidia.com, Ferruh Yigit , Andrew Rybchenko References: <20211028083457.3024272-1-thomas@monjalon.net> From: "Kinsella, Ray" In-Reply-To: <20211028083457.3024272-1-thomas@monjalon.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu X-Zone-Spam-Resolution: no action X-Zone-Spam-Status: No, score=-0.1, required=15, tests=[ARC_NA=0, FROM_HAS_DN=0, TO_DN_SOME=0, MIME_GOOD=-0.1, FROM_EQ_ENVFROM=0, MIME_TRACE=0, RCVD_COUNT_ZERO=0, RCPT_COUNT_FIVE=0, MID_RHS_MATCH_FROM=0, NEURAL_SPAM=0] Subject: Re: [dpdk-dev] [PATCH] ethdev: promote port ownership API as stable X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 28/10/2021 09:34, Thomas Monjalon wrote: > The port ownership concept was introduced in ethdev in DPDK 18.02. > Not sure it is used by applications except those using failsafe or netvsc. > It can also be used by libraries or applications to sort out > how ports are controlled. > > Hiding sub-ports controlled by failsafe or netvsc look to be enough > justification to promote this API as stable. > > Signed-off-by: Thomas Monjalon > --- > doc/guides/prog_guide/poll_mode_drv.rst | 6 +++++- > lib/ethdev/rte_ethdev.h | 20 -------------------- > lib/ethdev/version.map | 12 +++++------- > 3 files changed, 10 insertions(+), 28 deletions(-) Acked-by: Ray Kinsella