[dpdk-dev] [PATCH v6 0/6] virtio PCI Port Hotplug

Stephen Hemminger stephen at networkplumber.org
Fri Jul 17 02:53:52 CEST 2015


On Wed, 15 Jul 2015 14:50:59 +0100
Bernard Iremonger <bernard.iremonger at intel.com> wrote:

> Changes in V6:
> Rebase.
> Use queue_release function in dev_uninit function (patch 5)
> Set vq to NULL in queue release function.
> Move previous patch 5 to patch 6.
> 
> 
> 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.
> 
> Bernard Iremonger (6):
>   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()
>   virtio: use queue_release in dev_uninit
>   test-pmd: remove call to rte_eth_promiscuous_disable() from
>     detach_port()
> 
>  app/test-pmd/testpmd.c             |   4 +-
>  drivers/net/virtio/virtio_ethdev.c | 120 +++++++++++++++++++++++++++++--------
>  drivers/net/virtio/virtio_ethdev.h |   8 ++-
>  drivers/net/virtio/virtio_rxtx.c   |  12 ++++
>  drivers/net/virtio/virtqueue.c     |  14 +++--
>  5 files changed, 123 insertions(+), 35 deletions(-)
> 

Looks good thanks.

Acked-by: Stephen Hemminger <stephen at networkplumber.org>


More information about the dev mailing list