[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220516153457.3086137-1-eric.dumazet@gmail.com>
Date: Mon, 16 May 2022 08:34:57 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: David Ahern <dsahern@...il.com>,
Stephen Hemminger <stephen@...workplumber.org>
Cc: netdev <netdev@...r.kernel.org>,
Eric Dumazet <edumazet@...gle.com>,
Eric Dumazet <eric.dumazet@...il.com>
Subject: [PATCH iproute2] iplink: remove GSO_MAX_SIZE definition
From: Eric Dumazet <edumazet@...gle.com>
David removed the check using GSO_MAX_SIZE
in commit f1d18e2e6ec5 ("Update kernel headers").
Signed-off-by: Eric Dumazet <edumazet@...gle.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
Powered by blists - more mailing lists