15febafdd4
The ethdev flag RTE_ETH_DEV_CLOSE_REMOVE is set for drivers having migrated to the new behaviour of rte_eth_dev_close(). As any other flag, it can be useful to know about its value as soon as the port is probed. Unfortunately, it was set inside the close operation, just before being erased by memset() in rte_eth_dev_release_port(). The flag assignment is moved to the probing stage, so it can be checked by the application in order to anticipate the behaviour. Fixes: |
||
---|---|---|
.. | ||
base | ||
ena_ethdev.c | ||
ena_ethdev.h | ||
ena_logs.h | ||
ena_platform.h | ||
Makefile | ||
meson.build | ||
rte_pmd_ena_version.map |