From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v11 01/11] ethdev: add deferred intermediate device state Date: Tue, 18 Jul 2017 19:04:15 +0300 Message-ID: <19742633.HhEVdp2jWU@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 29E59377E for ; Tue, 18 Jul 2017 18:04:18 +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: > This device state means that the device is managed externally, by > whichever party has set this state (PMD or application). > > Note: this new device state is only an information. The related device > structure and operators are still valid and can be used normally. > > It is however made private by device management helpers within ethdev, > making the device invisible to applications. > > Signed-off-by: Gaetan Rivet Acked-by: Thomas Monjalon Ferruh, it can be taken in next-net as part of failsafe series. Thanks