1
0
Files
linux/drivers
Alexander Duyck 21fa4e66bd ixgbe: use rx_buffer_info->dma instead of nr_frags to determine skb unmap
This patch changes the driver so that it uses rx_buffer_info->dma to
determine if it needs to unmap the page instead of sh_info->nr_frags.  This
helps to prevent a cache line miss when receiving small packets as the
rx_buffer_info data should already be in the cache.

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>
2009-06-07 05:20:20 -07:00
..
2009-04-21 13:41:51 -07:00
2009-06-03 02:51:04 -07:00
2009-05-06 16:36:10 -07:00
2009-06-03 14:06:13 -04:00
2009-06-03 02:51:04 -07:00
2009-04-14 19:46:19 -07:00
2009-05-29 22:12:32 -07:00