[dpdk-dev] [PATCH v4 03/10] eal: move virtual device probing into a bus

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Mar 13 18:44:22 CET 2017


2017-03-06 11:56, Jan Blunck:
> +static int
> +vdev_scan(void)
> +{
> +	/* for virtual devices we don't need to scan anything */
> +	return 0;
> +}

The vdev_scan could save the devargs.
The vdev args are the equivalent of PCI BDF.


More information about the dev mailing list