Eric Dumazet 58e8cf94de tcp: fix tcp_min_tso_segs sysctl
commit d24f511b04b8b159b705ec32a3b8782667d1b06a upstream.

tcp_min_tso_segs is now stored in u8, so max value is 255.

255 limit is enforced by proc_dou8vec_minmax().

We can therefore remove the gso_max_segs variable.

Fixes: 47996b489bdc ("tcp: convert elligible sysctls to u8")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-06-14 11:09:59 +02:00
..
2023-06-09 10:30:12 +02:00
2022-12-14 11:32:01 +01:00
2023-06-14 11:09:59 +02:00
2023-06-14 11:09:42 +02:00
2023-03-22 13:30:00 +01:00
2023-05-17 11:48:11 +02:00
2021-06-18 10:00:06 +02:00