[dpdk-dev] [PATCH V2 0/3] fix vfio hot-unplug issue

Jeff Guo jia.guo at intel.com
Thu Nov 15 10:18:20 CET 2018


This patch set aim to fix some dead lock issue when device be hotplug-in
after device be hot-unplugged for vfio.

v2->v1:
refine some document and show the limitation. 

Jeff Guo (3):
  eal: fix lock issue for hot-unplug
  vfio: fix to add handler lock for hot-unplug
  app/testpmd: fix callback issue for hot-unplug

 app/test-pmd/testpmd.c                | 34 ++++++++++++++++++++++++++--------
 drivers/bus/pci/linux/pci_vfio.c      | 14 +++++++++++++-
 lib/librte_eal/linuxapp/eal/eal_dev.c | 12 ++++++++----
 3 files changed, 47 insertions(+), 13 deletions(-)

-- 
2.7.4



More information about the dev mailing list