[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200905151028.28833.elendil@planet.nl>
Date: Fri, 15 May 2009 10:28:26 +0200
From: Frans Pop <elendil@...net.nl>
To: Netdev <netdev@...r.kernel.org>
Cc: "David S. Miller" <davem@...emloft.net>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH] ipv4: make default for INET_LRO consistent with help text
Commit e81963b1 changed this config from tristate to bool.
Add default so that it is consistent with the help text.
Signed-off-by: Frans Pop <elendil@...net.nl>
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 9d26a3d..5b919f7 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -408,7 +408,7 @@ config INET_XFRM_MODE_BEET
config INET_LRO
bool "Large Receive Offload (ipv4/tcp)"
-
+ default y
---help---
Support for Large Receive Offload (ipv4/tcp).
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists