On 13/07/2023 14:52, Maxime Coquelin wrote:
Initial VDUSE support assumed the application always used the net offload compliant mode, which is not the case for OVS.This patch propagates the value set by the application. Fixes: 0adb8eccc6a6 ("vhost: add VDUSE device creation and destruction") Signed-off-by: Maxime Coquelin <[email protected]> --- lib/vhost/socket.c | 2 +- lib/vhost/vduse.c | 4 ++-- lib/vhost/vduse.h | 6 ++++-- 3 files changed, 7 insertions(+), 5 deletions(-)
lgtm Acked-by: Kevin Traynor <[email protected]>

