[dpdk-dev] [PATCH v2 0/3] net/virtio: add vdpa device config support

Xia, Chenbo chenbo.xia at intel.com
Wed Jun 23 10:08:14 CEST 2021


> -----Original Message-----
> From: Maxime Coquelin <maxime.coquelin at redhat.com>
> Sent: Thursday, June 17, 2021 10:17 PM
> To: dev at dpdk.org; Xia, Chenbo <chenbo.xia at intel.com>; amorenoz at redhat.com;
> david.marchand at redhat.com
> Cc: Maxime Coquelin <maxime.coquelin at redhat.com>
> Subject: [PATCH v2 0/3] net/virtio: add vdpa device config support
> 
> This patch adds vDPA device config space requests support.
> For now, it only adds MAC address get and set. It may be
> extended in next revision to support other configs like
> link state.
> 
>  drivers/net/virtio/virtio_user/vhost.h        |  3 +
>  drivers/net/virtio/virtio_user/vhost_vdpa.c   | 69 ++++++++++++++
>  .../net/virtio/virtio_user/virtio_user_dev.c  | 95 +++++++++++++++----
>  .../net/virtio/virtio_user/virtio_user_dev.h  |  2 +
>  drivers/net/virtio/virtio_user_ethdev.c       | 12 ++-
>  5 files changed, 158 insertions(+), 23 deletions(-)
> 
> --
> 2.31.1

Series applied to next-virtio/main. Thanks



More information about the dev mailing list