* [PATCH iproute2] iplink: remove GSO_MAX_SIZE definition
@ 2022-05-16 15:34 Eric Dumazet
2022-05-16 18:20 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Eric Dumazet @ 2022-05-16 15:34 UTC (permalink / raw)
To: David Ahern, Stephen Hemminger; +Cc: netdev, Eric Dumazet, Eric Dumazet
From: Eric Dumazet <edumazet@google.com>
David removed the check using GSO_MAX_SIZE
in commit f1d18e2e6ec5 ("Update kernel headers").
Signed-off-by: Eric Dumazet <edumazet@google.com>
---
ip/iplink.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/ip/iplink.c b/ip/iplink.c
index fbdf542ae92bf1b9a7cb60f6916347870709cb48..c64721bc6bceb57ede26209269e79853fb997aa1 100644
--- a/ip/iplink.c
+++ b/ip/iplink.c
@@ -35,9 +35,6 @@
#define IPLINK_IOCTL_COMPAT 1
-#ifndef GSO_MAX_SIZE
-#define GSO_MAX_SIZE 65536
-#endif
#ifndef GSO_MAX_SEGS
#define GSO_MAX_SEGS 65535
#endif
--
2.36.0.550.gb090851708-goog
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH iproute2] iplink: remove GSO_MAX_SIZE definition
2022-05-16 15:34 [PATCH iproute2] iplink: remove GSO_MAX_SIZE definition Eric Dumazet
@ 2022-05-16 18:20 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-05-16 18:20 UTC (permalink / raw)
To: Eric Dumazet; +Cc: dsahern, stephen, netdev, edumazet
Hello:
This patch was applied to iproute2/iproute2.git (main)
by Stephen Hemminger <stephen@networkplumber.org>:
On Mon, 16 May 2022 08:34:57 -0700 you wrote:
> From: Eric Dumazet <edumazet@google.com>
>
> David removed the check using GSO_MAX_SIZE
> in commit f1d18e2e6ec5 ("Update kernel headers").
>
> Signed-off-by: Eric Dumazet <edumazet@google.com>
>
> [...]
Here is the summary with links:
- [iproute2] iplink: remove GSO_MAX_SIZE definition
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=6b6979b9d443
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-16 18:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-16 15:34 [PATCH iproute2] iplink: remove GSO_MAX_SIZE definition Eric Dumazet
2022-05-16 18:20 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).