From: Alexander Duyck Date: Fri, 6 Feb 2009 23:15:04 +0000 (+0000) Subject: igb: optimize/refactor receive path X-Git-Tag: v2.6.30-rc1~662^2~792 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69d3ca5357bb93bb3a139c5d90077407f8828bd1;p=pandora-kernel.git igb: optimize/refactor receive path While cleaning up the skb_over panic with small frames I found there was room for improvement in the ordering of operations within the rx receive flow. These changes will place the prefetch for the next descriptor to a point earlier in the rx path. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed