test/event: remove eth Rx adapter vdev workaround
authorNikhil Rao <nikhil.rao@intel.com>
Thu, 6 Sep 2018 09:11:43 +0000 (14:41 +0530)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Mon, 1 Oct 2018 14:48:11 +0000 (16:48 +0200)
commit97428d7b8e0ff103369f95dbe35a5c0f8c2ad132
tree3f7178996738fe79b82e4ace26f406623a24e92f
parentd7b5f102c4781bd2e9a952243eb59cffe135b01c
test/event: remove eth Rx adapter vdev workaround

eth Rx adapter has been updated to support hotplugged
devices, devices created after adapter creation can now be
added to the adapter.

Update the adapter_multi_eth_add_del
test case to create the adapter as part of test setup
instead of creating it after creating vdevs.

Fixes: 2a9c83ae3b2e ("test/eventdev: add multi-ports test")
Cc: stable@dpdk.org
Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
test/test/test_event_eth_rx_adapter.c