net/tap: fix probe for multiq or flowq failure
authorVipin Varghese <vipin.varghese@intel.com>
Wed, 7 Nov 2018 13:58:17 +0000 (19:28 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 13 Nov 2018 23:35:53 +0000 (00:35 +0100)
commit126372ce72107b7dc885e3e4f35c1aa732203e17
tree2670b4f7363f8627b21e8b58a811bb2a64d43c5b
parent054075ea9031edb5d3355cb76e821c0794410ca4
net/tap: fix probe for multiq or flowq failure

In scenarios for multiq or flowq setup failure
`rte_eth_dev_probing_finish()` has to be invoked for successful device
registration.

Fixes: fbe90cdd776c ("ethdev: add probing finish function")
Cc: stable@dpdk.org
Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>
Acked-by: Keith Wiles <keith.wiles@intel.com>
drivers/net/tap/rte_eth_tap.c