From: Alexander Duyck Date: Wed, 31 Aug 2011 00:01:06 +0000 (+0000) Subject: ixgbe: Change default Tx work limit size to 256 buffers X-Git-Tag: v3.2-rc1~129^2~286^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=592245559e9007845ef6603cc930c784031eb076;p=pandora-kernel.git ixgbe: Change default Tx work limit size to 256 buffers This change makes it so that the default Tx work limit is 256 buffers or 1/2 of an entire ring instead of a full ring size so that it is much more likely that we will be able to actually reach the work limit value. Previously with the value set to an entire ring it would not have been possible for us to trigger an event due to the fact that the Tx work is stopped at the point where we cannot place one more buffer on the ring and it is not restarted until cleanup is complete. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed