Due 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 improvement there is update for the host notifier control API. Also need to skip access lock when vDPA device is configured. Add also support for configuration change when the device is ready. Matan Azrad (5): vhost: skip access lock when vDPA is configured vhost: improve device readiness notifications vhost: handle memory hotplug with vDPA devices vhost: notify virtq file descriptor update vdpa/mlx5: support queue update drivers/vdpa/mlx5/mlx5_vdpa.c | 26 ------------ drivers/vdpa/mlx5/mlx5_vdpa.h | 8 +++- drivers/vdpa/mlx5/mlx5_vdpa_virtq.c | 80 +++++++++++++++++++++++++----------- lib/librte_vhost/vhost.h | 1 + lib/librte_vhost/vhost_user.c | 81 ++++++++++++++++++++++++++++--------- 5 files changed, 126 insertions(+), 70 deletions(-) -- 1.8.3.1