app/testpmd: drop the workaround for virtio-user
authorTiwei Bie <tiwei.bie@intel.com>
Wed, 5 Jun 2019 09:43:42 +0000 (17:43 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 20 Jun 2019 21:42:04 +0000 (23:42 +0200)
commit08505c6f41ff4c61180ef120b403343424bc0956
tree557165684f42d876502995f41043631f0b9c4ac1
parent7f468b2ebfad1f9c32432a59c084dd460f177d9f
app/testpmd: drop the workaround for virtio-user

The RTE_ETH_DEV_CLOSE_REMOVE support has been enabled in
virtio-user, private resources for the port will be freed
by rte_eth_dev_close(), so there is no need to have this
workaround anymore.

Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
app/test-pmd/testpmd.c