All of lore.kernel.org
 help / color / mirror / Atom feed
* e1000: include <net/ip6_checksum.h> for IA64
@ 2006-11-08 17:48 Auke Kok
  2006-11-08 19:06 ` Andrew Morton
  2006-11-09  0:10   ` Chen, Kenneth W
  0 siblings, 2 replies; 8+ messages in thread
From: Auke Kok @ 2006-11-08 17:48 UTC (permalink / raw)
  To: Jeff Garzik
  Cc: Andrew Morton, NetDev, Linux Kernel Mailing List,
	Jesse Brandeburg

Here's a slightly better patch to fix ia64 not building atm.

Jeff, please apply this to netdev-2.6#upstream instead of akpm's patch that I acked earlier.

Of course, someone really should come up with an asm version for ia64 of the missing 
function ;)

Cheers,

Auke

---

e1000: include <net/ip6_checksum.h> for IA64

IA64 does not have an optimized asm version for ipv6 csum magic. Fall
back to generic implementation.

Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>

diff --git a/drivers/net/e1000/e1000.h b/drivers/net/e1000/e1000.h
index f091042..26e7506 100644
--- a/drivers/net/e1000/e1000.h
+++ b/drivers/net/e1000/e1000.h
@@ -61,6 +61,7 @@
  #include <linux/ip.h>
  #ifdef NETIF_F_TSO6
  #include <linux/ipv6.h>
+#include <net/ip6_checksum.h>
  #endif
  #include <linux/tcp.h>
  #include <linux/udp.h>

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-11-09  2:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-08 17:48 e1000: include <net/ip6_checksum.h> for IA64 Auke Kok
2006-11-08 19:06 ` Andrew Morton
2006-11-09  0:10 ` Chen, Kenneth W
2006-11-09  0:10   ` Chen, Kenneth W
2006-11-09  0:32   ` Chen, Kenneth W
2006-11-09  0:32     ` Chen, Kenneth W
2006-11-09  2:07     ` Auke Kok
2006-11-09  2:07       ` Auke Kok

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.