[dpdk-dev] [PATCH] net/ark: Add missing call to probe_finish for first device

john miller john.miller at atomicrules.com
Mon May 21 21:42:02 CEST 2018



> On May 21, 2018, at 3:29 PM, Ed Czeck <ed.czeck at atomicrules.com> wrote:
> 
> Fix on commit fbe90cdd776c ("ethdev: add probing finish function")
> 
> Signed-off-by: Ed Czeck <ed.czeck at atomicrules.com>
> ---
> drivers/net/ark/ark_ethdev.c | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/ark/ark_ethdev.c b/drivers/net/ark/ark_ethdev.c
> index 62e4fd3..834d8a9 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;
> 		}
> 
> -- 
> 2.7.4
> 

Acked-by: John Miller  <john.miller at atomicrules.com <mailto:john.miller at atomicrules.com>>


More information about the dev mailing list