> 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.coque...@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....@intel.com>