> -----Original Message----- > From: Maxime Coquelin <maxime.coque...@redhat.com> > Sent: Thursday, June 17, 2021 10:17 PM > To: dev@dpdk.org; Xia, Chenbo <chenbo....@intel.com>; amore...@redhat.com; > david.march...@redhat.com > Cc: Maxime Coquelin <maxime.coque...@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