From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v11 02/11] ethdev: count devices consistently Date: Tue, 18 Jul 2017 19:04:54 +0300 Message-ID: <25869469.uHxT3oQBty@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com To: Gaetan Rivet Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 1E6ED532E for ; Tue, 18 Jul 2017 18:04:59 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 18/07/2017 15:48, Gaetan Rivet: > Make the rte_eth_dev_count() return the number of available devices even > after some are detached by the hotplug API or put in a deferred state. > > Signed-off-by: Gaetan Rivet Acked-by: Thomas Monjalon Ferruh, it can be taken in next-net as part of failsafe series. Thanks