This patchset contains changes to add support for PCI Port Hotplug It also contains a fix to virtqueue_detatch_unused(). It also contains a fix to testpmd to facilate testing on VM's.
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: free queue memory in virtio_dev_close() test-pmd: remove call to rte_eth_promiscuous_disable() from detach_port() app/test-pmd/testpmd.c | 4 +- drivers/net/virtio/virtio_ethdev.c | 91 +++++++++++++++++++++++++++++++++--- drivers/net/virtio/virtqueue.c | 14 +++-- 3 files changed, 93 insertions(+), 16 deletions(-) -- 1.7.4.1