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 51B08A0C4D; Wed, 13 Oct 2021 10:52:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3ED3141167; Wed, 13 Oct 2021 10:52:24 +0200 (CEST) Received: from mail-108-mta17.mxroute.com (mail-108-mta17.mxroute.com [136.175.108.17]) by mails.dpdk.org (Postfix) with ESMTP id A9A5841162 for ; Wed, 13 Oct 2021 10:52:22 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta17.mxroute.com (ZoneMTA) with ESMTPSA id 17c78da31110000b55.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Wed, 13 Oct 2021 08:52:17 +0000 X-Zone-Loop: 226d45d8e3ac7fd22d6fabb27829f9d2637eeaaeb6aa 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=7gDcVVT6+Q92jPRePqs5915WtW7xZ9bS3r2iNWqxNuQ=; b=NPrxARUjZJ6lots034w9NzTcTe wbetIXIUKhEeoU/aBaVxzn2Pp/0rCK+FBKZl8dV530DSFCkomsbXRpIwS6SBtGMC+PkRhBaxBsp62 qP6uF7N7XuHucxnX9CSYghyiZKOfXtB3I6E9A6Xunyuga8sbS+Nd92ikpXaZxffoOLfHL3woDWpMy cIu/RYNYykmbCQTlh8ZpQY+gr5eMg6qfDX8do2EGhsfYtr1fY3pBxiS+86sY6C8eDGGWH3sKpys4l QWIR9uhaUCUc49lajQ2c3Y4QEG7cGWKXglNv/Q7oSGVvRt4EnqlTumDmgQ/I7MRGNXRUxZFVy1RSc gXZ30RiA==; To: Jasvinder Singh , dev@dpdk.org Cc: cristian.dumitrescu@intel.com References: <20210901122052.3885098-1-jasvinder.singh@intel.com> From: "Kinsella, Ray" Message-ID: <22440589-94ae-3313-25e0-1ca2c8a6e2ae@ashroe.eu> Date: Wed, 13 Oct 2021 09:52:14 +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: <20210901122052.3885098-1-jasvinder.singh@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu X-Zone-Spam-Resolution: no action X-Zone-Spam-Status: No, score=-0.1, required=15, tests=[ARC_NA=0, FROM_HAS_DN=0, RCPT_COUNT_THREE=0, TO_DN_SOME=0, MIME_GOOD=-0.1, FROM_EQ_ENVFROM=0, MIME_TRACE=0, RCVD_COUNT_ZERO=0, NEURAL_SPAM=0, MID_RHS_MATCH_FROM=0] Subject: Re: [dpdk-dev] [PATCH] net/softnic: remove experimental table from 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 01/09/2021 13:20, Jasvinder Singh wrote: > This API was introduced in 18.08, therefore removing > experimental tag to promote it to stable state. > > Signed-off-by: Jasvinder Singh > --- > drivers/net/softnic/rte_eth_softnic.h | 1 - > drivers/net/softnic/version.map | 7 +------ > 2 files changed, 1 insertion(+), 7 deletions(-) > Acked-by: Ray Kinsella