From: Ed Czeck Date: Mon, 21 May 2018 19:29:07 +0000 (-0400) Subject: net/ark: fix call to probing finish function for first port X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=5bfe551d0a6c03d3b4cad5be8ff1305dbee85086;p=dpdk.git net/ark: fix call to probing finish function for first port Fixes: fbe90cdd776c ("ethdev: add probing finish function") Signed-off-by: Ed Czeck Acked-by: John Miller Reviewed-by: Thomas Monjalon --- diff --git a/drivers/net/ark/ark_ethdev.c b/drivers/net/ark/ark_ethdev.c index 62e4fd35ab..834d8a9e01 100644 --- a/drivers/net/ark/ark_ethdev.c +++ b/drivers/net/ark/ark_ethdev.c @@ -390,6 +390,7 @@ eth_ark_dev_init(struct rte_eth_dev *dev) if (p == 0) { /* First port is already allocated by DPDK */ eth_dev = ark->eth_dev; + rte_eth_dev_probing_finish(eth_dev); continue; }