mbox series

[0/2] small fixes for vdev hotplug

Message ID 20190221190125.24140-1-thomas@monjalon.net (mailing list archive)
Headers
Series small fixes for vdev hotplug |

Message

Thomas Monjalon Feb. 21, 2019, 7:01 p.m. UTC
  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/vdev.c | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)
  

Comments

Ferruh Yigit March 5, 2019, 12:36 p.m. UTC | #1
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 Monjalon (1):
>   bus/vdev: fix debug message on probing

Series applied, thanks.