Re: [dpdk-dev] [PATCH 03/11] ethdev: add doxygen comments for each state

2018-05-09 Thread Ferruh Yigit
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 ca

[dpdk-dev] [PATCH 03/11] ethdev: add doxygen comments for each state

2018-05-09 Thread Thomas Monjalon
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: