On 1/23/24 11:55, Srujana Challa wrote:
This patch introduces new virtio-user callbacks to map the vq
notification area and implements it for the vhost-vDPA backend.
This is simply done by using mmap()/munmap() for the vhost-vDPA fd.

And also adds code to write to queue notify address in notify callback.
This will help in increasing the kick performance.

Signed-off-by: Srujana Challa <scha...@marvell.com>
---
  drivers/net/virtio/virtio_user/vhost.h        |  2 +
  drivers/net/virtio/virtio_user/vhost_vdpa.c   | 68 +++++++++++++++++++
  .../net/virtio/virtio_user/virtio_user_dev.c  | 43 ++++++++++--
  .../net/virtio/virtio_user/virtio_user_dev.h  |  2 +
  drivers/net/virtio/virtio_user_ethdev.c       | 37 ++++++++--
  5 files changed, 143 insertions(+), 9 deletions(-)


For next time, please add a changelog either in a cover letter, or in
the patch just before the stats.

Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com>

Thanks,
Maxime

Reply via email to