[dpdk-dev] [PATCH 03/15] net/virtio: move control path fonctions in virtqueue file

Tiwei Bie tiwei.bie at intel.com
Mon Sep 2 08:05:36 CEST 2019


> net/virtio: move control path fonctions in virtqueue file

s/fonctions/functions/

On Thu, Aug 29, 2019 at 09:59:48AM +0200, Maxime Coquelin wrote:
> Virtio-vdpa driver needs to implement the control path,
> so move related functions to virtqueue file so that it
> can be used by both Virtio PMD and Virtio-vdpa drivers.
> 
> Signed-off-by: Maxime Coquelin <maxime.coquelin at redhat.com>
> ---
>  drivers/net/virtio/virtio_ethdev.c | 252 ----------------------------
>  drivers/net/virtio/virtqueue.c     | 255 +++++++++++++++++++++++++++++
>  drivers/net/virtio/virtqueue.h     |   5 +
>  3 files changed, 260 insertions(+), 252 deletions(-)

Reviewed-by: Tiwei Bie <tiwei.bie at intel.com>


More information about the dev mailing list