From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernard Iremonger Subject: [PATCH v5 0/4] virtio PCI Port Hotplug Date: Tue, 14 Jul 2015 14:10:54 +0100 Message-ID: <1436879459-18400-1-git-send-email-bernard.iremonger@intel.com> References: To: dev@dpdk.org 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) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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