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 7986BA0C4C; Thu, 2 Sep 2021 17:56:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4249E40041; Thu, 2 Sep 2021 17:56:54 +0200 (CEST) Received: from mail-108-mta64.mxroute.com (mail-108-mta64.mxroute.com [136.175.108.64]) by mails.dpdk.org (Postfix) with ESMTP id 70EB44003E for ; Thu, 2 Sep 2021 17:56:52 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta64.mxroute.com (ZoneMTA) with ESMTPSA id 17ba73a184700074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Thu, 02 Sep 2021 15:56:47 +0000 X-Zone-Loop: 68b9aaaa02864564123da7d2bf1247747d12aa00400b 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=XW5J/na+GKlXoTMBj/f55XsFokcyhRPDREwh7mehRqg=; b=oG6Dsj/PqUIYsXxx57J4y0jDy0 8/x8gnOcpmDvzur1s8bJImzJNCQBqQSaPc4gb8kd39+HnnkoAXWxO+T4VGz/0sBEPPLhOYPG8WMOQ WVGUyW4+kB5sP+cdudcm08Ln/QjbpEYgY1BAOsOS0/DT8YZm0pqX82bGgzL0+q3xf+pPuZEVJAorh ucLzU31pBE68pdj5aGyZz4VsOIk0P/y0Z8eeHXhPzZGIKjd79zrLp0bC1vH3AOQYj4sSSQaMjlUkD L23PtUcWp3N8DNj03dwdMi9wBtCxd1wz925SoaKQTc2wLriaCT6A8R5mJKqGGZUuKbXjd9nilZFut IjEkfWCA==; To: pbhagavatula@marvell.com, jerinj@marvell.com, Thomas Monjalon , Ferruh Yigit , Andrew Rybchenko Cc: dev@dpdk.org References: <20210902081731.2935-1-pbhagavatula@marvell.com> From: "Kinsella, Ray" Message-ID: <9706e081-bb65-6f5d-fb49-4b7591e16931@ashroe.eu> Date: Thu, 2 Sep 2021 16:56:42 +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: <20210902081731.2935-1-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] [PATCH] ethdev: promote set ptypes 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 02/09/2021 09:17, pbhagavatula@marvell.com wrote: > From: Pavan Nikhilesh > > Remove experimental tag from rte_eth_dev_set_ptypes(). > > Signed-off-by: Pavan Nikhilesh Acked-by: Ray Kinsella