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 D888EA0547; Thu, 24 Jun 2021 12:34:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C1C8140141; Thu, 24 Jun 2021 12:34:38 +0200 (CEST) Received: from mail-108-mta164.mxroute.com (mail-108-mta164.mxroute.com [136.175.108.164]) by mails.dpdk.org (Postfix) with ESMTP id AE2FD4067A for ; Thu, 24 Jun 2021 12:34:36 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta164.mxroute.com (ZoneMTA) with ESMTPSA id 17a3d95ea5a0002d34.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Thu, 24 Jun 2021 10:34:32 +0000 X-Zone-Loop: 140f958407f7b3e3d42fba0e7d265b3a4c20347ccadf 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:MIME-Version:Date:Message-ID: Subject:From:To:Sender:Reply-To:Cc:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post: List-Owner:List-Archive; bh=R2JZ+jQ7biFimj0rvNa76hLOeryPOpgXJl/ztFXpS5Y=; b=C pEWT5SCnR4Vl1VNDSzVDg46gByDugecZRbRcWHLO7a4ZPCT8QtCScf5a8Y9TjpshXKxT65aCMo6xr cCMkvYew2Jk+3dYCuHte5CZucpEEEEK97wq8DUaWq+E5hTKZ6fY92e7NIN3bYeT1JOMiTqEwatoHu kUpLDNvTFtM4jut1hUD5TrPeSAkzygwiMe1L9faors6gJ0jsSgFY1NoH3pFGU3nK20bnYoGaOhTQM q0oLK64aayVpKaYYeLDSr7s3nAIAupKe362s89Pk64RAgSgodpJA6oXA6Vff5B4v2UGTmoGwxaCOt 0gr0P+sTi96QZT80b/Dh8q8Jh5xhueukA==; To: Cristian Dumitrescu , Thomas Monjalon , Stephen Hemminger , dpdk-dev From: "Kinsella, Ray" Message-ID: <2ce64f1b-ebe2-4142-7d77-3359ff6a9db1@ashroe.eu> Date: Thu, 24 Jun 2021 11:34:29 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 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, TO_DN_ALL=0, FROM_HAS_DN=0, RCPT_COUNT_THREE=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: [dpdk-dev] Experimental symbols in pipeline lib 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" Hi Cristian, The following pipeline experimental symbols are present in both v21.05 and v19.11 release. These symbols should be considered for promotion to stable as part of the v22 ABI in DPDK 21.11, as they have been experimental for >= 2yrs at this point. * rte_port_in_action_create * rte_port_in_action_fre * rte_port_in_action_params_get * rte_port_in_action_profile_action_register * rte_port_in_action_profile_create * rte_port_in_action_profile_free * rte_port_in_action_profile_freeze * rte_table_action_apply * rte_table_action_create * rte_table_action_dscp_table_update * rte_table_action_free * rte_table_action_meter_profile_add * rte_table_action_meter_profile_delete * rte_table_action_meter_read * rte_table_action_profile_action_register * rte_table_action_profile_create * rte_table_action_profile_free * rte_table_action_profile_freeze * rte_table_action_stats_read * rte_table_action_table_params_get, * rte_table_action_time_read * rte_table_action_ttl_read * rte_table_action_crypto_sym_session_get Ray K