From: Alexander Duyck Date: Wed, 17 Nov 2010 03:26:48 +0000 (-0800) Subject: ixgbe: cleanup ixgbe_alloc_rx_buffers X-Git-Tag: v2.6.38-rc1~476^2~547^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5f398ed73522b9f76861af6553775c5851de0d0;p=pandora-kernel.git ixgbe: cleanup ixgbe_alloc_rx_buffers This change re-orders alloc_rx_buffers to make better use of the packet split enabled flag. The new setup should require less branching in the code since now we are down to fewer if statements since we either are handling packet split or aren't. Signed-off-by: Alexander Duyck Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed