From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 133588E62 for ; Fri, 2 Oct 2015 11:20:41 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 02 Oct 2015 02:20:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,622,1437462000"; d="scan'208";a="817828441" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga002.jf.intel.com with ESMTP; 02 Oct 2015 02:20:40 -0700 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t929KdVE011245; Fri, 2 Oct 2015 10:20:39 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id t929KdqS014137; Fri, 2 Oct 2015 10:20:39 +0100 Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id t929Kdb4014133; Fri, 2 Oct 2015 10:20:39 +0100 From: Bernard Iremonger To: dev@dpdk.org Date: Fri, 2 Oct 2015 10:20:37 +0100 Message-Id: <1443777637-14099-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: References: Subject: [dpdk-dev] [PATCH 0/2] xenvirt hotplug support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2015 09:20:42 -0000 add PCI Port Hotplug support to the xenvirt PMD This patch depends on 4 patches from the following patch set: 0000-remove-pci-driver-from-vdevs.patch 0001-librte_eal-add-RTE_KDRV_NONE-for-vdevs.patch 0002-librte_ether-add-fields-from-rte_pci_driver-to-rte_e.patch 0003-librte_ether-add-function-rte_eth_copy_dev_info.patch 0009-xenvirt-copy-pci-device-info-to-eth_dev-data.patch Bernard Iremonger (2): xenvirt: add support for PCI Port Hotplug xenvirt: free queues in dev_close drivers/net/xenvirt/rte_eth_xenvirt.c | 87 +++++++++++++++++++++++++++++++---- drivers/net/xenvirt/rte_xen_lib.c | 26 +++++++++-- drivers/net/xenvirt/rte_xen_lib.h | 5 +- 3 files changed, 105 insertions(+), 13 deletions(-) -- 1.9.1