[dpdk-dev] [PATCH v13 6/7] pci: use bus driver for attach/detach

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Apr 14 10:43:30 CEST 2017


2017-04-11 13:07, Gaetan Rivet:
> +       if (ret > 0) {
> +               /* In case the device was not found on any bus, search VDEV */
> +               ret = rte_eal_vdev_init(name, devargs);

I think we should avoid to directly call a vdev function.

Anyway, Jan is preparing a new series for attach/detach rework.
Let's discuss it for 17.08.

The series will be applied without this patch.


More information about the dev mailing list