Re: [dpdk-dev] [PATCH 0/2] small fixes for vdev hotplug

2019-03-05 Thread Ferruh Yigit
On 2/21/2019 7:01 PM, Thomas Monjalon wrote: > These are 2 small fixes. > > A bigger cleanup may be needed in vdev: > rte_vdev_init() can be replaced by rte_dev_probe(). > Any volunteer? Note: vdev has no maintainer. > > > Raslan Darawsheh (1): > bus/vdev: fix hotplug twice > > Thomas Monjalo

[dpdk-dev] [PATCH 0/2] small fixes for vdev hotplug

2019-02-21 Thread Thomas Monjalon
These are 2 small fixes. A bigger cleanup may be needed in vdev: rte_vdev_init() can be replaced by rte_dev_probe(). Any volunteer? Note: vdev has no maintainer. Raslan Darawsheh (1): bus/vdev: fix hotplug twice Thomas Monjalon (1): bus/vdev: fix debug message on probing drivers/bus/vdev/