> -----Original Message----- > From: Maxime Coquelin <[email protected]> > Sent: Thursday, June 17, 2021 10:17 PM > To: [email protected]; Xia, Chenbo <[email protected]>; [email protected]; > [email protected] > Cc: Maxime Coquelin <[email protected]> > 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

