From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 6DB93567C for ; Tue, 27 Oct 2015 17:04:54 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 27 Oct 2015 09:03:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,205,1444719600"; d="scan'208";a="836245094" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga002.jf.intel.com with ESMTP; 27 Oct 2015 09:03:21 -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 t9RG3IKc002221; Tue, 27 Oct 2015 16:03:19 GMT Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id t9RG3Ij1030567; Tue, 27 Oct 2015 16:03:18 GMT Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id t9RG3I7L030563; Tue, 27 Oct 2015 16:03:18 GMT From: Bernard Iremonger To: dev@dpdk.org Date: Tue, 27 Oct 2015 16:03:12 +0000 Message-Id: <1445961794-30528-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 v2 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: Tue, 27 Oct 2015 16:04:54 -0000 add Port Hotplug support to the xenvirt PMD This patch depends on v5 of the following patch set: remove-pci-driver-from-vdevs.patch Changes in v2: Rebase Update release notes. Bernard Iremonger (2): xenvirt: add support for Port Hotplug xenvirt: free queues in dev_close doc/guides/rel_notes/release_2_2.rst | 2 + drivers/net/xenvirt/rte_eth_xenvirt.c | 73 +++++++++++++++++++++++++++++++++-- drivers/net/xenvirt/rte_xen_lib.c | 26 +++++++++++-- drivers/net/xenvirt/rte_xen_lib.h | 5 ++- 4 files changed, 98 insertions(+), 8 deletions(-) -- 1.9.1