From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 0/2] remove experimental tag for hotplug API Date: Thu, 1 Nov 2018 15:46:31 +0100 Message-ID: <20181101144633.13429-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: ophirmu@mellanox.com, ferruh.yigit@intel.com, arybchenko@solarflare.com, ktraynor@redhat.com, ian.stokes@intel.com To: dev@dpdk.org Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 0189E683E for ; Thu, 1 Nov 2018 15:46:49 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" There are new functions in 18.11 which are fixing some hotplug issues. OVS would like to use them but do not want to allow experimental functions. As these are major functions, fixing some issues, and replacing a deprecated function, an exception should be done. Thomas Monjalon (2): eal: remove experimental tag for probe/remove ethdev: remove experimental tag for iterator API lib/librte_eal/common/eal_common_dev.c | 4 ++-- lib/librte_eal/common/include/rte_dev.h | 10 ++-------- lib/librte_eal/rte_eal_version.map | 4 ++-- lib/librte_ethdev/rte_ethdev.c | 6 +++--- lib/librte_ethdev/rte_ethdev.h | 12 ------------ lib/librte_ethdev/rte_ethdev_version.map | 6 +++--- 6 files changed, 12 insertions(+), 30 deletions(-) -- 2.19.0