Re: [PATCH net v2 1/1] net: change maximum number of UDP segments to 128

2024-04-10 Thread Yuri Benditovich
I've just fixed the 'Fixed:' line and extended the commit message. We can continue the discussion in the previous email thread or move it here. On Thu, Apr 11, 2024 at 8:11 AM Yuri Benditovich wrote: > > The commit fc8b2a619469 > ("net: more strict VIRTIO_NET_HDR_G

[PATCH net v2 1/1] net: change maximum number of UDP segments to 128

2024-04-10 Thread Yuri Benditovich
et: more strict VIRTIO_NET_HDR_GSO_UDP_L4 validation") Signed-off-by: Yuri Benditovich --- include/linux/udp.h | 2 +- tools/testing/selftests/net/udpgso.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/udp.h b/include/linux/udp.h index 3748e82b627b.

[PATCH net v2 0/1] net: change maximum number of UDP segments to 128

2024-04-10 Thread Yuri Benditovich
v1->v2: Fixed placement of 'Fixed:' line Extended commit message Yuri Benditovich (1): net: change maximum number of UDP segments to 128 include/linux/udp.h | 2 +- tools/testing/selftests/net/udpgso.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.40.1

[PATCH] net: change maximum number of UDP segments to 128

2024-04-06 Thread Yuri Benditovich
pose, with minimal meaningful mss of 536 the maximal UDP packet will be divided to ~120 segments. Signed-off-by: Yuri Benditovich --- include/linux/udp.h | 2 +- tools/testing/selftests/net/udpgso.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/lin