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 37870A0C45; Thu, 28 Oct 2021 10:57:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 29CD84067B; Thu, 28 Oct 2021 10:57:01 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 0335A4003F for ; Thu, 28 Oct 2021 10:57:00 +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)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 69EAA7F553; Thu, 28 Oct 2021 11:56:59 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 69EAA7F553 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1635411419; bh=RFEJBb4UQc/N29eVyawOt759IfR6wW+38KXSlCogr7E=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=aYzyoCA8+eRaHp1Pt8kDzIn5C634PWyE4aMjy7I842mvs6CPyA6HslrADlaHOlQgc oGrwmSckZZ9R+L0FkuTz0u46JYApvwtmL0WVR0fnNE8Imzx24OFm8Jjd+RoxFMZaCF coCZLgo5X4kn001Jp+DSgh0O4J95vJiSlgo2Urbc= To: "Kinsella, Ray" , Thomas Monjalon , dev@dpdk.org Cc: matan@nvidia.com, Ferruh Yigit References: <20211028083513.3024352-1-thomas@monjalon.net> From: Andrew Rybchenko Message-ID: <351668ab-92d7-9726-3168-c5aefbb71492@oktetlabs.ru> Date: Thu, 28 Oct 2021 11:56: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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] ethdev: promote device removal check function 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:38 AM, Kinsella, Ray wrote: > > > On 28/10/2021 09:35, Thomas Monjalon wrote: >> The function rte_eth_dev_is_removed() was introduced in DPDK 18.02, >> and is integrated in error checks of ethdev library. >> >> It is promoted as stable ABI. >> >> Signed-off-by: Thomas Monjalon >> --- >>   lib/ethdev/rte_ethdev.h | 4 ---- >>   lib/ethdev/version.map  | 2 +- >>   2 files changed, 1 insertion(+), 5 deletions(-) >> > Acked-by: Ray Kinsella Acked-by: Andrew Rybchenko