mbox

[v1,0/4] vhost: improve ready state

Message ID 1592497686-433697-1-git-send-email-matan@mellanox.com (mailing list archive)
Headers

Message

Matan Azrad June 18, 2020, 4:28 p.m. UTC
  Dou to the issue described in "vhost: improve device ready definition"
patch here, we need to change the ready state definition in vhost device.

To support the suggestion improvment there is update for the host notifier control API.

Also need to skip access lock when vDPA device is configured.

Matan Azrad (4):
  vhost: support host notifier queue configuration
  vhost: skip access lock when vDPA is configured
  vhost: improve device ready definition
  vdpa/mlx5: support queue update

 doc/guides/rel_notes/release_20_08.rst |  2 +
 drivers/vdpa/ifc/ifcvf_vdpa.c          |  6 +--
 drivers/vdpa/mlx5/mlx5_vdpa.c          | 24 -----------
 drivers/vdpa/mlx5/mlx5_vdpa.h          |  8 +++-
 drivers/vdpa/mlx5/mlx5_vdpa_virtq.c    | 58 +++++++++++++++++++++-----
 lib/librte_vhost/rte_vdpa.h            |  8 +++-
 lib/librte_vhost/rte_vhost.h           |  2 +
 lib/librte_vhost/vhost.h               |  3 --
 lib/librte_vhost/vhost_user.c          | 75 +++++++++++++++++++++++-----------
 9 files changed, 118 insertions(+), 68 deletions(-)