summaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.h
diff options
context:
space:
mode:
authorMatt Carlson <mcarlson@broadcom.com>2008-11-21 17:16:16 -0800
committerDavid S. Miller <davem@davemloft.net>2008-11-21 17:16:16 -0800
commitad8292681a629cdb16bb19ee7d721b457c32a23a (patch)
tree37f8552bf329967dd3c2e08382216dece0d87913 /drivers/net/tg3.h
parentcf005b1d0e34d8c964347331c43de089c674a5a1 (diff)
downloadop-kernel-dev-ad8292681a629cdb16bb19ee7d721b457c32a23a.zip
op-kernel-dev-ad8292681a629cdb16bb19ee7d721b457c32a23a.tar.gz
tg3: Use NET_IP_ALIGN
This patch replaces hardcoded 2's with the NET_IP_ALIGN constant or TG3_RAW_IP_ALIGN where appropriate. Some platforms can redefine the NET_IP_ALIGN definition to zero if unaligned DMA transfers cost more than the IP header alignment gains. This patch represents a performance improvement when using the 5701 on these platforms. The copy path can be avoided. TG3_RAW_IP_ALIGN is used in cases where we always want to align the IP header on dword boundaries. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tg3.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud