From: Alexander Duyck Date: Sat, 9 Feb 2013 01:19:55 +0000 (+0000) Subject: ixgbe: Drop check for PAGE_SIZE from ixgbe_xmit_frame_ring X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~91^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f66162b6272a31c5b3966869b5d4c2c58d8077a;p=pandora-kernel.git ixgbe: Drop check for PAGE_SIZE from ixgbe_xmit_frame_ring The check for PAGE_SIZE is pointless now that the default configuration is to allocate 32K for all buffers. Since the Tx descriptor limit is 16K we can just drop the check and always compare the descriptors to the maximum size supported. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed