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>
This commit is contained in:
parent
054075ea90
commit
126372ce72
@ -1848,6 +1848,7 @@ disable_rte_flow:
|
||||
TAP_LOG(ERR, "Remote feature requires flow support.");
|
||||
goto error_exit;
|
||||
}
|
||||
rte_eth_dev_probing_finish(dev);
|
||||
return 0;
|
||||
|
||||
error_remote:
|
||||
|
Loading…
x
Reference in New Issue
Block a user