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 E18E4A0C54; Fri, 3 Sep 2021 15:09:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CD77E40E78; Fri, 3 Sep 2021 15:09:09 +0200 (CEST) Received: from mail-108-mta173.mxroute.com (mail-108-mta173.mxroute.com [136.175.108.173]) by mails.dpdk.org (Postfix) with ESMTP id 6677C40E64 for ; Fri, 3 Sep 2021 15:09:08 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta173.mxroute.com (ZoneMTA) with ESMTPSA id 17babc6e7b500074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Fri, 03 Sep 2021 13:09:04 +0000 X-Zone-Loop: 1ba7d93803a27d25621595a804886d49eff755b99cb6 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:MIME-Version:Date: Message-ID:From:References:To:Subject:Sender:Reply-To:Cc: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=8v2wZeQqJ3DTaWRgyXO6kPSf+1YALKpl0+sbwvECsfQ=; b=pyDvOotmEvaZ47U4D2i1KGuTae qVeRNKTAdtO5nRvYR/EpQKidWLo/VcYyZZRMwNSyV9+80eCfto4VilihEWqXejyeIVtv7to5qM2yy eB+6QgOCf31ka7HtBMuIwTUbDaYnFMgjHat4lG031l7DxUbLZWPf4fJCk7/OrLPLDcj8WX9riZjKd 8T8Jh1tEikYhFq1AIo3tJhUBJhkndZFzTnz0Pwh/OiD9Mv2h/YRGqqGIYdwE2fhyiIBJC6YKpRkGo sqrvRoBYEuGpQK5B0VY5nVgpy72Jd8Yobe57eV/fglXTqGGolQR+kXpwFdBPM1CNDTjBhbn/7gVM1 tkip6HGA==; To: Harman Kalra , dev@dpdk.org References: <20210903130803.103371-1-hkalra@marvell.com> From: "Kinsella, Ray" Message-ID: Date: Fri, 3 Sep 2021 14:09:01 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210903130803.103371-1-hkalra@marvell.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu Subject: Re: [dpdk-dev] [PATCH] metrics: promote metrics deinitialize API 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 03/09/2021 14:08, Harman Kalra wrote: > Remove experimental flag from rte_metrics_deinit(). > This API was introduced in 19.11 release. > > Signed-off-by: Harman Kalra > --- > lib/metrics/rte_metrics.h | 4 ---- > lib/metrics/version.map | 2 +- > 2 files changed, 1 insertion(+), 5 deletions(-) > Acked-by: Ray Kinsella