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 15228A0C45; Thu, 28 Oct 2021 10:38:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0180740DDB; Thu, 28 Oct 2021 10:38:15 +0200 (CEST) Received: from mail-108-mta57.mxroute.com (mail-108-mta57.mxroute.com [136.175.108.57]) by mails.dpdk.org (Postfix) with ESMTP id 558254067B for ; Thu, 28 Oct 2021 10:38:13 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta57.mxroute.com (ZoneMTA) with ESMTPSA id 17cc60ca6650000b55.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Thu, 28 Oct 2021 08:38:10 +0000 X-Zone-Loop: 41e4969954eab121a58fef764be8379bfdde8ead836c 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=9Ml/AN/ZFsigdMOwJiV5lQnnTNfril6Gu+mkwVj4OAA=; b=XA7ZAyF/ZU6XfhBqnRBG28cCO5 9jsklIPUOgDWnAYlELczZ4N349OJ9zt0GZZYt/SOuIH/1crTcPBdUNV4Ss63lnwUMzu0G2o9Wb+sU P+ZeAQ9+zxwA8xnkC0E0Tp2UlSrAV61v4yFDByYpqNm5hVbLZUyQ3+KM7JeDGq1rK+7Ivxao2USlo GpBJDWiHFQYGjnrnUN63ViJl/OwfSQmOP8hSCEATte72QB4OnjfnszwO2y7Gk4UJ1gxhnsG1ZrCkW EbHh02RYry287JtxnlH3c1wKxoWbtOtp+qhK+OulN0cHa0oaivoDCPnrJLNGs0qNJ2/hgBZJnjHOc osnrG8iw==; Message-ID: Date: Thu, 28 Oct 2021 09:38:06 +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: <20211028083513.3024352-1-thomas@monjalon.net> From: "Kinsella, Ray" In-Reply-To: <20211028083513.3024352-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 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 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