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 B29C4A0C56; Wed, 8 Sep 2021 14:06:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9BC3C411CE; Wed, 8 Sep 2021 14:06:43 +0200 (CEST) Received: from mail-108-mta34.mxroute.com (mail-108-mta34.mxroute.com [136.175.108.34]) by mails.dpdk.org (Postfix) with ESMTP id 0567A40DF4 for ; Wed, 8 Sep 2021 14:06:41 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta34.mxroute.com (ZoneMTA) with ESMTPSA id 17bc54d882300074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Wed, 08 Sep 2021 12:06:37 +0000 X-Zone-Loop: 922a9c1b8e95ae33c2f7e6dce5960aa8222be2f2ed1e 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:Cc:To:Subject: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=UjFdfnPAlM4mVn4EgRwHEaxlUUQBDsD8r2iaitPiwXQ=; b=agZP5uZ/DXgEEMuNb/bHEXhmer 1bHcGzrJkDbXCKmC8PBwuJ4l1t1yFkHz12eUh5fvoTuTqCpa139cK2Xfai69rq9Oxo76y8LDcQY2I geJC1xskc/r67Efa7p4+T60SsxSjSkY61Ujh/VjeQ7Kd7I3IBVan7gDKyalCBTTg1Gug8Td6niTEf +25zf33PlmBRLFjdmCFgpRr1n6eHCTthp5ihgXtmfg11+9QwzzBRbC38dt2U9baQsDsvLNuy2UeMw CY5Pmd08GPpZsgb5+qtRDOeyHx9to8AYCKr0zTxNqT9cqLRg+InJV/VuvXWZJlZK1TXyx4NxLQLRU wCApsv3A==; To: pbhagavatula@marvell.com, jerinj@marvell.com Cc: konstantin.ananyev@intel.com, dev@dpdk.org References: <20210823194020.1229-1-pbhagavatula@marvell.com> <20210823194020.1229-15-pbhagavatula@marvell.com> From: "Kinsella, Ray" Message-ID: <2fa5aae5-628c-4609-5bb2-d26453151b71@ashroe.eu> Date: Wed, 8 Sep 2021 13:06:35 +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: <20210823194020.1229-15-pbhagavatula@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] [RFC 15/15] eventdev: promote trace variables to 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 23/08/2021 20:40, pbhagavatula@marvell.com wrote: > From: Pavan Nikhilesh > > Promote rte_trace global variables to stable i.e. remove them > from experimental section of version map. Minor niggle - they are being made INTERNAL, not promoted to stable. > > Signed-off-by: Pavan Nikhilesh > --- > lib/eventdev/version.map | 78 ++++++++++++++++++---------------------- > 1 file changed, 35 insertions(+), 43 deletions(-) > Acked-by: Ray Kinsella