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.

