[PATCH] net: myri10ge: force select inet_lro

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <akpm@...>
Cc: <linux-kernel@...>
Date: Friday, September 7, 2007 - 4:26 pm

This driver uses the inet_lro facilities , but it doesn't force it
to be enabled .. Someone would have to know to enable inet_lro if
they select the driver .. 

Instead, just force INET_LRO if this driver is selected..

Signed-off-by: Daniel Walker <dwalker@mvista.com>

---
 drivers/net/Kconfig |    1 +
 1 file changed, 1 insertion(+)

Index: linux-2.6.22/drivers/net/Kconfig
===================================================================
--- linux-2.6.22.orig/drivers/net/Kconfig
+++ linux-2.6.22/drivers/net/Kconfig
@@ -2103,6 +2103,7 @@ source "drivers/net/ixp2000/Kconfig"
 config MYRI_SBUS
 	tristate "MyriCOM Gigabit Ethernet support"
 	depends on SBUS
+	select INET_LRO
 	help
 	  This driver supports MyriCOM Sbus gigabit Ethernet cards.
 
-- 

-- 
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] net: myri10ge: force select inet_lro, Daniel Walker, (Fri Sep 7, 4:26 pm)
Re: [PATCH] net: myri10ge: force select inet_lro, David Miller, (Sat Sep 8, 4:22 am)
Re: [PATCH] net: myri10ge: force select inet_lro, Daniel Walker, (Sat Sep 8, 12:03 pm)
Re: [PATCH] net: myri10ge: force select inet_lro, David Miller, (Sat Sep 8, 5:34 pm)