On Tue, Oct 28, 2025 at 1:35 PM David Marchand <[email protected]> wrote: > > extbuf and linearbuf features are required for (enhanced) TSO support > in OVS. > > VDUSE ports were generating multi-segments mbufs in case of "TSO" > buffers which resulted in OVS generating wrong packets after tunnel > encapsulation. > > Enable the missing datapath features. > > Fixes: 0adb8eccc6a6 ("vhost: add VDUSE device creation and destruction") > Cc: [email protected] > > Signed-off-by: David Marchand <[email protected]> > --- > lib/vhost/socket.c | 3 ++- > lib/vhost/vduse.c | 8 +++++++- > lib/vhost/vduse.h | 2 +- > 3 files changed, 10 insertions(+), 3 deletions(-) >
Thanks for working on this! Reviewed-by: Maxime Coquelin <[email protected]> Maxime

