From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 73A40A04B5; Fri, 11 Sep 2020 07:45:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 929FF1B75C; Fri, 11 Sep 2020 07:45:50 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by dpdk.org (Postfix) with ESMTP id 1E1B01B13C for ; Fri, 11 Sep 2020 07:45:49 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7E3F8106F; Thu, 10 Sep 2020 22:45:48 -0700 (PDT) Received: from net-arm-thunderx2-03.shanghai.arm.com (net-arm-thunderx2-03.shanghai.arm.com [10.169.210.123]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 41D9A3F68F; Thu, 10 Sep 2020 22:45:45 -0700 (PDT) From: Joyce Kong To: thomas@monjalon.net, honnappa.nagarahalli@arm.com, phil.yang@arm.com, ruifeng.wang@arm.com Cc: dev@dpdk.org, nd@arm.com Date: Fri, 11 Sep 2020 13:45:30 +0800 Message-Id: <20200911054534.55378-1-joyce.kong@arm.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 0/4] remove experimental tags from APIs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" Experimental tags can be removed from APIs in module: ticket lock, MCS lock, pause (wait until equal APIs), and RCU (except for defer queue APIs) as they have been aroud four releases. Joyce Kong (4): eal/ticketlock: remove experimental tag eal/mcslock: remove experimental tag rcu: remove experimental tag from QSBR mechanism eal/pause: remove experimental tag from wait until equal MAINTAINERS | 4 +- lib/librte_eal/include/generic/rte_mcslock.h | 16 ------ lib/librte_eal/include/generic/rte_pause.h | 12 ----- .../include/generic/rte_ticketlock.h | 9 ---- lib/librte_rcu/rte_rcu_qsbr.h | 52 ------------------- lib/librte_rcu/rte_rcu_version.map | 11 +++- 6 files changed, 11 insertions(+), 93 deletions(-) -- 2.28.0