]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
netxen: fix ipv6 offload and tx cleanup
authorDhananjay Phadke <dhananjay@netxen.com>
Thu, 15 Jan 2009 04:48:11 +0000 (20:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Jan 2009 04:48:11 +0000 (20:48 -0800)
commit391587c3447d99b842a647f8e701895c9eea050b
tree5acf2f1282d068195261216953a1b71f20fb1c9a
parent2edbb454428729f450f7a0aabbf95ac62b46b78a
netxen: fix ipv6 offload and tx cleanup

o fix the ip/tcp hdr offset in tx descriptors for ipv6.
o cleanup xmit function, move the tso checks into separate function,
  this reduces unnecessary endian conversions back and forth.
o optimize macros to initialize tx descriptors.

Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/netxen/netxen_nic.h
drivers/net/netxen/netxen_nic_hw.c
drivers/net/netxen/netxen_nic_main.c