[0/4] couple hotplug fix

Message ID 20180712140144.18146-1-qi.z.zhang@intel.com (mailing list archive)
Headers
Series couple hotplug fix |

Message

Qi Zhang July 12, 2018, 2:01 p.m. UTC
  The patchset fix couple issues that related with hotplug add and hotplug
remove.

Qi Zhang (4):
  eal: fix hotplug add and hotplug remove
  bus/pci: fix PCI address compare
  bus/pci: enable vfio unmap resource for secondary
  vfio: remove uneccessary IPC for group fd clear

 drivers/bus/pci/linux/pci_vfio.c               | 118 +++++++++++++++++++------
 lib/librte_eal/common/eal_common_dev.c         |  26 +++---
 lib/librte_eal/linuxapp/eal/eal_vfio.c         |  45 ++--------
 lib/librte_eal/linuxapp/eal/eal_vfio.h         |   1 -
 lib/librte_eal/linuxapp/eal/eal_vfio_mp_sync.c |   8 --
 5 files changed, 110 insertions(+), 88 deletions(-)
  

Comments

Thomas Monjalon July 20, 2018, 12:26 p.m. UTC | #1
12/07/2018 16:01, Qi Zhang:
> The patchset fix couple issues that related with hotplug add and hotplug
> remove.
> 
> Qi Zhang (4):
>   eal: fix hotplug add and hotplug remove
>   bus/pci: fix PCI address compare
>   bus/pci: enable vfio unmap resource for secondary
>   vfio: remove uneccessary IPC for group fd clear

Applied, thanks