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 599D02E83 for ; Tue, 14 Jul 2015 15:11:11 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 14 Jul 2015 06:11:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,471,1432623600"; d="scan'208";a="524035055" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by FMSMGA003.fm.intel.com with ESMTP; 14 Jul 2015 06:11:05 -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 t6EDB26h023856; Tue, 14 Jul 2015 14:11:03 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id t6EDB20w018786; Tue, 14 Jul 2015 14:11:02 +0100 Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id t6EDB2VE018779; Tue, 14 Jul 2015 14:11:02 +0100 From: Bernard Iremonger To: dev@dpdk.org Date: Tue, 14 Jul 2015 14:10:54 +0100 Message-Id: <1436879459-18400-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 v5 0/4] 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, 14 Jul 2015 13:11:11 -0000 Changes in V5: Rebase. Add proper queue release patch (patch 3). Reorder patches, moved previous patch 3 to patch 4, moved previous patch 4 to patch 5. Changes in V4: Rebase to latest code. Move freeing of queue memory from uninit() function to close() function. Change to testpmd to facilate testing on VM. Changes in V3: Rebase to latest code. Free queue memory in uninit() function. Changes in V2: Rebase to use new drivers directory. Reuse memzones. Bernard Iremonger (4): virtio: add support for PCI Port Hotplug virtio: check vq parameter in virtqueue_detatch_unused() function virtio: add proper queue release virtio: free queue memory in virtio_dev_close() drivers/net/virtio/virtio_ethdev.c | 122 +++++++++++++++++++++++++++++-------- drivers/net/virtio/virtio_ethdev.h | 8 ++- drivers/net/virtio/virtio_rxtx.c | 12 ++++ drivers/net/virtio/virtqueue.c | 14 +++-- 4 files changed, 124 insertions(+), 32 deletions(-) -- 1.9.1