From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 03/11] ethdev: add doxygen comments for each state Date: Wed, 9 May 2018 18:54:15 +0100 Message-ID: References: <20180509094337.26112-1-thomas@monjalon.net> <20180509094337.26112-4-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Thomas Monjalon , dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id B057E1B6D3 for ; Wed, 9 May 2018 19:54:17 +0200 (CEST) In-Reply-To: <20180509094337.26112-4-thomas@monjalon.net> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/9/2018 10:43 AM, Thomas Monjalon wrote: > The enum rte_eth_dev_state was not properly documented. > Its values did not appear in the doxygen output, > and may be misunderstood. > > The state RTE_ETH_DEV_DEFERRED has no interest anymore > since the ownership mechanism brings a more flexible categorization. > This state could be removed later. > > Fixes: d52268a8b24b ("ethdev: expose device states") > Fixes: cb894d99eceb ("ethdev: add deferred intermediate device state") > Fixes: 5b7ba31148a8 ("ethdev: add port ownership") > Fixes: 7106edc12380 ("ethdev: add devop to check removal status") > > Signed-off-by: Thomas Monjalon > Acked-by: Matan Azrad Reviewed-by: Ferruh Yigit