On 13/07/2023 14:52, Maxime Coquelin wrote:
Unlike Vhost-user, VDUSE requires vIOMMU support. This patch ignores whether RTE_VHOST_USER_IOMMU_SUPPORT flag is passed at register time to avoid having application to pass it for having working VDUSE device creation.Fixes: 0adb8eccc6a6 ("vhost: add VDUSE device creation and destruction") Signed-off-by: Maxime Coquelin<[email protected]> --- lib/vhost/socket.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-)
lgtm Acked-by: Kevin Traynor <[email protected]>

