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 5C132A034F; Fri, 10 Sep 2021 09:30:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4B43440041; Fri, 10 Sep 2021 09:30:51 +0200 (CEST) Received: from mail-108-mta242.mxroute.com (mail-108-mta242.mxroute.com [136.175.108.242]) by mails.dpdk.org (Postfix) with ESMTP id D15F74003E for ; Fri, 10 Sep 2021 09:30:49 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta242.mxroute.com (ZoneMTA) with ESMTPSA id 17bce9dbbf700074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Fri, 10 Sep 2021 07:30:48 +0000 X-Zone-Loop: ff0d630151411ba0af7a74602fe045b438d113b4a767 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=6stf4Q+tEdXAsr7GIzw2TsUy4vBDo/p/GKk54jjNKkw=; b=KdT7p2AkkCR3fvajJcGqhh9DcP NAmAV0XzC/igWRd6rOuxM7zDDLR965Zm16rtVzLqPTwsb725UjYkdkS06Eq2TOxDtgMEtigVbXQaV mCocUdeWV2HKcT3VeLif6jSaq2sx3c+3igLFLQkCBjTrlB3o1IjhJNnPIfrJbM6uUzuQY8pwXX1lA OIw/Aa3YN6F9lfzCf5gqv15ZmVbAVs7DTfBe1xrJOxC/JX204FqlBlAOTLhW83kzSmvFryKyhMhwP Kse21ZF904g81J69dHUkbi1bHCKlrnRuD92MLv45UWagUc0L86tUq5RFZLFMplIbB+ylVqDjkikW+ s41LNwpA==; To: Rahul Shah Cc: dev@dpdk.org References: <20210909164008.343712-1-rahul.r.shah@intel.com> From: "Kinsella, Ray" Message-ID: <55677da6-68cf-eb65-e5bb-004a4bf970c5@ashroe.eu> Date: Fri, 10 Sep 2021 08:30:45 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20210909164008.343712-1-rahul.r.shah@intel.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] port: eventdev port api promoted 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 09/09/2021 17:40, Rahul Shah wrote: > rte_port_eventdev_reader_ops, rte_port_eventdev_writer_nodrops_ops, > rte_port_eventdev_writer_ops symbols promoted > > Signed-off-by: Rahul Shah > --- > lib/port/version.map | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) > Hi Rahul, You need to strip the __rte_experimental attribute in the header file also. Ray K