On 2/21/19 1:10 AM, Thomas Monjalon wrote:
There are three states for an ethdev port. Checking that the port is unused looks simpler than checking it is neither attached nor removed.Signed-off-by: Thomas Monjalon <tho...@monjalon.net>
It is not always equivalent (if/when more states added), but I think comparison to RTE_ETH_DEV_UNUSED is really better here. Reviewed-by: Andrew Rybchenko <arybche...@solarflare.com>