summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAlexander Duyck <alexander.h.duyck@intel.com>2010-08-19 13:33:41 +0000
committerDavid S. Miller <davem@davemloft.net>2010-08-19 16:36:45 -0700
commitd716a7d88549c99f9afbfc1f75dda1c390e2dc3a (patch)
treee9450cb13cd9159191a81b676a6adf4501765914 /include/linux
parent083fc582b8752c64b0ae73935ddb45a1dd794b4c (diff)
ixgbe: remove redundant DMA alignment code
This patch removes the redundant DMA alignment code from the Rx buffer allocation path. This code is no longer necessary since all x86 buffers are now DMA aligned due to recent changes to NET_IP_ALIGN and NET_SKB_PAD. It also moves the setting of the Rx queue value into the allocation path since it is more likely that the queue mapping will still be in the cache at the time of allocation. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions