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 8E881A0C45; Thu, 28 Oct 2021 10:56:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1AE2F4067B; Thu, 28 Oct 2021 10:56:11 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 2C58F4003F for ; Thu, 28 Oct 2021 10:56:10 +0200 (CEST) Received: from [192.168.1.71] (unknown [188.170.83.218]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id EF1957F50B; Thu, 28 Oct 2021 11:56:07 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru EF1957F50B DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1635411369; bh=Ozitt4AP+MBp6Q1QlxM+u1GfX2ApZzLZSyoShSLSm7M=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=YStjRFCRH0JnnX/EYrYKL0ZbdT7XeaZZEs2BRbRYvABHL0AQwb8iwsZhcu6YcPQkp DKh/oAnjULYHOaZgMzXB6HLbDXXur9WcCN3ht0oV571Y9SRXbwk5BdNuOY49J5m010 BASj50d3T6X9flJZHL/V3JGLQSdRgZCS03/Gm+F8= To: "Kinsella, Ray" , Thomas Monjalon , dev@dpdk.org Cc: matan@nvidia.com, Ferruh Yigit References: <20211028083457.3024272-1-thomas@monjalon.net> <96bba1a6-310d-22a0-1e77-62aeeb817139@ashroe.eu> From: Andrew Rybchenko Message-ID: <6810e623-a857-5581-55ac-135ff47c261f@oktetlabs.ru> Date: Thu, 28 Oct 2021 11:55:58 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <96bba1a6-310d-22a0-1e77-62aeeb817139@ashroe.eu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit 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 10/28/21 11:37 AM, Kinsella, Ray wrote: > > > 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 Acked-by: Andrew Rybchenko