From: Alexander Duyck Date: Fri, 20 Jul 2012 08:08:12 +0000 (+0000) Subject: ixgbe: Remove code that was initializing Rx page offset X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~303^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afaa9459de639591ff3318fd215a813c8d794759;p=pandora-kernel.git ixgbe: Remove code that was initializing Rx page offset This change reverts an earlier patch that introduced ixgbe_init_rx_page_offset. The idea behind the function was to provide some variation in the starting offset for the page in order to reduce hot-spots in the cache. However it doesn't appear to provide any significant benefit in the testing I have done. It has however been a source of several bugs, and it blocks us from being able to use 2K fragments on larger page sizes. So the decision I made was to remove it. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Peter P Waskiewicz Jr --- Reading git-diff-tree failed