The patch titled
     net: myri10ge: force select inet_lro
has been removed from the -mm tree.  Its filename was
     net-myri10ge-force-select-inet_lro.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: net: myri10ge: force select inet_lro
From: Daniel Walker <[EMAIL PROTECTED]>

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 <[EMAIL PROTECTED]>
Cc: "David S. Miller" <[EMAIL PROTECTED]>
Cc: Brice Goglin <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

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

diff -puN drivers/net/Kconfig~net-myri10ge-force-select-inet_lro 
drivers/net/Kconfig
--- a/drivers/net/Kconfig~net-myri10ge-force-select-inet_lro
+++ a/drivers/net/Kconfig
@@ -2044,6 +2044,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.
 
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

net-myri10ge-force-select-inet_lro.patch
whitespace-fixes-time-syscalls.patch
whitespace-fixes-process-accounting.patch
whitespace-fixes-cpuset.patch
whitespace-fixes-relayfs.patch
whitespace-fixes-audit-filtering.patch
whitespace-fixes-dma-channel-allocator.patch
whitespace-fixes-fork.patch
whitespace-fixes-module-loading.patch
whitespace-fixes-panic-handling.patch
whitespace-fixes-capability-syscalls.patch
whitespace-fixes-syscall-auditing.patch
whitespace-fixes-compat-syscalls.patch
whitespace-fixes-system-auditing.patch
whitespace-fixes-execution-domains.patch
whitespace-fixes-interval-timers.patch
whitespace-fixes-system-timers.patch
whitespace-fixes-task-exit-handling.patch
profile-likely-unlikely-macros.patch
profile-likely-unlikely-macros-fix.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to