From mboxrd@z Thu Jan 1 00:00:00 1970 From: Qi Zhang Subject: [PATCH 0/4] couple hotplug fix Date: Thu, 12 Jul 2018 22:01:40 +0800 Message-ID: <20180712140144.18146-1-qi.z.zhang@intel.com> Cc: dev@dpdk.org, Qi Zhang To: thomas@monjalon.net, anatoly.burakov@intel.com, gaetan.rivet@6wind.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 2D7531B43E for ; Thu, 12 Jul 2018 16:01:07 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-) -- 2.13.6