diff mbox series

[iproute2] iplink: remove GSO_MAX_SIZE definition

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

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Eric Dumazet May 16, 2022, 3:34 p.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 16, 2022, 6:20 p.m. UTC | #1
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 mbox series

Patch

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