Message ID | 20220516153457.3086137-1-eric.dumazet@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 6b6979b9d443d5008e9db5dbf2849de619a8fa67 |
Delegated to: | David Ahern |
Headers | show |
Series | [iproute2] iplink: remove GSO_MAX_SIZE definition | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
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!
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