From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E0634C320 for ; Tue, 16 Jun 2015 13:30:28 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 16 Jun 2015 04:30:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,626,1427785200"; d="scan'208";a="509102981" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by FMSMGA003.fm.intel.com with ESMTP; 16 Jun 2015 04:30:26 -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 t5GBUP9X004793; Tue, 16 Jun 2015 12:30:25 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id t5GBUP18013378; Tue, 16 Jun 2015 12:30:25 +0100 Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id t5GBUPpl013361; Tue, 16 Jun 2015 12:30:25 +0100 From: Bernard Iremonger To: dev@dpdk.org Date: Tue, 16 Jun 2015 12:30:21 +0100 Message-Id: <1434454223-13000-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] virtio: PCI Port Hotplug 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, 16 Jun 2015 11:30:29 -0000 This patchset contains changes to add support for PCI port hotplug. It also contains a fix to virtqueuq_detach_unused(). Bernard Iremonger (2): virtio: add support for PCI Port Hotplug virtio: check vq parameter drivers/net/virtio/virtio_ethdev.c | 83 +++++++++++++++++++++++++++++++++--- drivers/net/virtio/virtqueue.c | 14 +++--- 2 files changed, 84 insertions(+), 13 deletions(-) -- 1.7.4.1