Re: [PATCH 4/4] virtio-net: Added uso check

2023-07-19 Thread Akihiko Odaki
Placing this patch after "[PATCH 3/4] virtio-net: added USO support" may interfer with "git bisect" on a host that does not support USO as virtio-net can advertise USO support where it's not supported. I suggest to combine this patch with the earlier patch aforementioned. It will make the

[PATCH 4/4] virtio-net: Added uso check

2023-07-19 Thread Yuri Benditovich
From: Andrew Melnychenko Added tap uso check with stubs for non-Linux systems. Signed-off-by: Yuri Benditovich Signed-off-by: Andrew Melnychenko --- hw/net/virtio-net.c | 15 +++ include/net/net.h | 3 +++ net/net.c | 9 + net/tap-bsd.c | 5 +