Re: [dpdk-dev] [PATCH v2 02/11] net/failsafe: fix sub-device visibility

2018-05-10 Thread Andrew Rybchenko
On 05/10/2018 01:43 AM, Thomas Monjalon wrote: The iterator function rte_eth_find_next_owned_by(), used by the iterator macro RTE_ETH_FOREACH_DEV_OWNED_BY, are ignoring the devices which are neither ATTACHED nor REMOVED. Thus sub-devices, having the state DEFERRED, cannot be seen with the ethdev

[dpdk-dev] [PATCH v2 02/11] net/failsafe: fix sub-device visibility

2018-05-09 Thread Thomas Monjalon
The iterator function rte_eth_find_next_owned_by(), used by the iterator macro RTE_ETH_FOREACH_DEV_OWNED_BY, are ignoring the devices which are neither ATTACHED nor REMOVED. Thus sub-devices, having the state DEFERRED, cannot be seen with the ethdev iterator. The state RTE_ETH_DEV_DEFERRED can be r