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 2B4B3A0C56; Wed, 8 Sep 2021 14:05:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 12A1F41140; Wed, 8 Sep 2021 14:05:42 +0200 (CEST) Received: from mail-108-mta121.mxroute.com (mail-108-mta121.mxroute.com [136.175.108.121]) by mails.dpdk.org (Postfix) with ESMTP id 89B7640DF4 for ; Wed, 8 Sep 2021 14:05:40 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta121.mxroute.com (ZoneMTA) with ESMTPSA id 17bc54c9ce900074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Wed, 08 Sep 2021 12:05:37 +0000 X-Zone-Loop: d6df982388fbe1eac40cbdbb355868df3aaf751dd00b 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=Mnopcd0QyOLZTj8thTg1+W+DMIeYBuFtD4EStygq5/I=; b=hIVobAYPD9h0XWhiBKvfu5nOzx 9avc/wpsnaZCuP7IBs7nqNy9Sis1VwiD124xkyxT5ZhbghaQ9bomfBlz6MPeLslAq806GuW/Aq9sF 60Pooezxt1k8Y1EUsQw5AHzsoMVe2f4i+m/OmVhb6olLoj3KgffBgb8JrgapcNUCNaEf/NdvGSgOP 6rLp4nuorRuZECk/sUOrrsI95HIMgoCX+wzzIXPN/Sf9SETzQFvcHbWwu8TtVpLPEafa6Q82m6362 gIlqeHA95gt3mZrP3viOmUISR0PjKGp9YJq8AA4AfE/yFBNfxtry8fU8Rn4NbcUzzWln2hyyLirio PHWBfyKQ==; To: pbhagavatula@marvell.com, jerinj@marvell.com, Jay Jayatheerthan Cc: konstantin.ananyev@intel.com, dev@dpdk.org References: <20210823194020.1229-1-pbhagavatula@marvell.com> <20210823194020.1229-13-pbhagavatula@marvell.com> From: "Kinsella, Ray" Message-ID: <993bdec9-1084-9038-e9a0-bef488da3d0b@ashroe.eu> Date: Wed, 8 Sep 2021 13:05:34 +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-13-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 13/15] eventdev: promote event vector API 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 event vector configuration APIs to stable. > > Signed-off-by: Pavan Nikhilesh > --- > lib/eventdev/rte_event_eth_rx_adapter.h | 2 -- > lib/eventdev/rte_eventdev.h | 1 - > lib/eventdev/version.map | 6 +++--- > 3 files changed, 3 insertions(+), 6 deletions(-) > Acked-by: Ray Kinsella