Re: [PATCH v2 1/7] tap: Fix virtio-net header buffer size

2023-10-11 Thread Akihiko Odaki
On 2023/10/11 15:43, Akihiko Odaki wrote: On 2023/10/10 16:56, Michael Tokarev wrote: 10.10.2023 05:59, Akihiko Odaki wrote: The largest possible virtio-net header is struct virtio_net_hdr_v1_hash. Fixes: fbbdbddec0 ("tap: allow extended virtio header with hash info") Signed-off-by: Akihiko Od

Re: [PATCH v2 1/7] tap: Fix virtio-net header buffer size

2023-10-10 Thread Akihiko Odaki
On 2023/10/10 16:56, Michael Tokarev wrote: 10.10.2023 05:59, Akihiko Odaki wrote: The largest possible virtio-net header is struct virtio_net_hdr_v1_hash. Fixes: fbbdbddec0 ("tap: allow extended virtio header with hash info") Signed-off-by: Akihiko Odaki ---   net/tap.c | 4 ++--   1 file chan

Re: [PATCH v2 1/7] tap: Fix virtio-net header buffer size

2023-10-10 Thread Michael Tokarev
10.10.2023 05:59, Akihiko Odaki wrote: The largest possible virtio-net header is struct virtio_net_hdr_v1_hash. Fixes: fbbdbddec0 ("tap: allow extended virtio header with hash info") Signed-off-by: Akihiko Odaki --- net/tap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --

[PATCH v2 1/7] tap: Fix virtio-net header buffer size

2023-10-09 Thread Akihiko Odaki
The largest possible virtio-net header is struct virtio_net_hdr_v1_hash. Fixes: fbbdbddec0 ("tap: allow extended virtio header with hash info") Signed-off-by: Akihiko Odaki --- net/tap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/tap.c b/net/tap.c index c6639d9f2