Hi,
Please test this patch:
From: Randy Dunlap <redacted>
e1000e needs to select CRC32 for CRC support.
This patch fixes the build error:
ERROR: "crc32_le" [drivers/net/e1000e/e1000e.ko] undefined!
Reported-by: Frank Peters <redacted>
Signed-off-by: Randy Dunlap <redacted>
---
drivers/net/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- lnx-2638.orig/drivers/net/Kconfig
+++ lnx-2638/drivers/net/Kconfig
@@ -2099,6 +2099,7 @@ config E1000
config E1000E
tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
depends on PCI && (!SPARC32 || BROKEN)
+ select CRC32
---help---
This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
ethernet family of adapters. For PCI or PCI-X e1000 adapters,
From: Randy Dunlap <redacted>
Date: Wed, 16 Mar 2011 08:21:05 -0700
Hi,
Please test this patch:
From: Randy Dunlap <redacted>
e1000e needs to select CRC32 for CRC support.
This patch fixes the build error:
ERROR: "crc32_le" [drivers/net/e1000e/e1000e.ko] undefined!
Reported-by: Frank Peters <redacted>
Signed-off-by: Randy Dunlap <redacted>
Randy, I applied Eric Dumazet's copy of this fix only because
his submission preceded your's in terms of time of submission :-)
Thanks!
On 03/16/11 11:15, David Miller wrote:
From: Randy Dunlap <redacted>
Date: Wed, 16 Mar 2011 08:21:05 -0700
quoted
Hi,
Please test this patch:
From: Randy Dunlap <redacted>
e1000e needs to select CRC32 for CRC support.
This patch fixes the build error:
ERROR: "crc32_le" [drivers/net/e1000e/e1000e.ko] undefined!
Reported-by: Frank Peters <redacted>
Signed-off-by: Randy Dunlap <redacted>
Randy, I applied Eric Dumazet's copy of this fix only because
his submission preceded your's in terms of time of submission :-)
Ack. :)
thanks,
--
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***