From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/2] remove experimental tag for hotplug API Date: Mon, 05 Nov 2018 12:34:22 +0100 Message-ID: <10232968.WclbCPE7m9@xps> References: <20181101144633.13429-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: ophirmu@mellanox.com, ferruh.yigit@intel.com, arybchenko@solarflare.com, ktraynor@redhat.com, ian.stokes@intel.com, qi.z.zhang@intel.com, jeff.guo@intel.com, bruce.richardson@intel.com To: dev@dpdk.org Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 320552862 for ; Mon, 5 Nov 2018 12:34:27 +0100 (CET) In-Reply-To: <20181101144633.13429-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Any comment? 01/11/2018 15:46, Thomas Monjalon: > 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