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 2CD8DA0C55; Fri, 3 Sep 2021 15:00:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1BFEC410E3; Fri, 3 Sep 2021 15:00:11 +0200 (CEST) Received: from mail-108-mta1.mxroute.com (mail-108-mta1.mxroute.com [136.175.108.1]) by mails.dpdk.org (Postfix) with ESMTP id 9910E40E78 for ; Fri, 3 Sep 2021 15:00:09 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta1.mxroute.com (ZoneMTA) with ESMTPSA id 17babbeb51200074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Fri, 03 Sep 2021 13:00:07 +0000 X-Zone-Loop: 44b0f964aa2a68e8eee317372c0ce631d5e8c5b1f9a4 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=C3Jf8S+b60TPmO6LXO4wsK9eZWAmv+v5kel0MpU27hc=; b=kfC7ufXxtxjY2Bs+0f+qg06FCO +MyoVi74+B4OvkUe0NMzCCbASweGijrJFqo/HwqsxxceLDmnxlyJ//9uFg/IQBsvS4oyIDzISDHC8 w29gyZ9TfvEf8bmuwRcB4PsMZ2IYjB56MXURnhWePKLzf9u7hqI2M470cQfjdhdTqaj7zdvfz7NUR rM1sKGpGxm11+lgB4aF2C/oHHv/birmifuZff23jr/Ms2Bt7DjH3EjKWFXbN2UA93blw7NnBihiIw vwJcuL5Ck8099s6TxTjlLxuovfP/CpwYuoamkns2Tr/FUjlSSH5DHs8M29l/xxfPU3O4clsRq/9m3 Qet1Cvtw==; To: Jasvinder Singh , dev@dpdk.org Cc: cristian.dumitrescu@intel.com, roy.fan.zhang@intel.com References: <20210901122007.3885050-1-jasvinder.singh@intel.com> From: "Kinsella, Ray" Message-ID: Date: Fri, 3 Sep 2021 14:00:03 +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: <20210901122007.3885050-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 Subject: Re: [dpdk-dev] [PATCH] pipeline: remove experimental tag 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: > These APIs were introduced in 18.05, therefore removing > experimental tag to promote them to stable state. > > Signed-off-by: Jasvinder Singh > --- > lib/pipeline/rte_port_in_action.h | 10 ---------- > lib/pipeline/rte_table_action.h | 18 ------------------ > lib/pipeline/version.map | 16 ++++++---------- > 3 files changed, 6 insertions(+), 38 deletions(-) > Acked-by: Ray Kinsella