summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
diff options
context:
space:
mode:
authorAlexander Duyck <alexander.h.duyck@intel.com>2012-11-13 04:03:15 (GMT)
committerDavid S. Miller <davem@davemloft.net>2012-11-13 19:18:13 (GMT)
commitf7c405618c41f6d00fdd24311dea9ed8305bf66a (patch)
tree8c85f1b16b55373254457af6e37693d786b91635 /drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
parent9fafd65ad407d4e0c96919a325f568dd95d032af (diff)
downloadlinux-fsl-qoriq-f7c405618c41f6d00fdd24311dea9ed8305bf66a.tar.xz
ixgbe: Do not use DCA to prefetch the entire packet into the cache
The way the code was previously written it was causing DCA to prefetch the entire packet into the cache when it was enabled. That is excessive as we only really need the headers. We are now prefetching the headers via software so doing this from DCA would be redundant anyway. So clear the bit that was causing us to prefetch the packet data and instead only use DCA for the descriptor rings. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c')
0 files changed, 0 insertions, 0 deletions