366a0500f4
Ethdev's .dev_configure callback can be called multiple
time during a device life-time, but Vhost makes the
wrong assumption that it is not the case and try to
setup again the device on reconfiguration.
This patch ensures the device hasn't been already setup
before proceeding.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
meson.build | ||
rte_eth_vhost.c | ||
rte_eth_vhost.h | ||
rte_pmd_vhost_version.map |