From: Alexander Duyck Date: Wed, 25 Apr 2012 04:36:38 +0000 (+0000) Subject: ixgbe: Set Drop_EN bit when multiple Rx queues are present w/o flow control X-Git-Tag: v3.5-rc1~109^2~119^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ebe8fdeb043e8c630cac6dc90d483e729e17017;p=pandora-kernel.git ixgbe: Set Drop_EN bit when multiple Rx queues are present w/o flow control The drop enable bit can be used to improve the performance of the adapter in the case of multiple queues being present. This performance gain is due to the fact that some slower CPUs can cause the FIFO to backfill preventing faster CPUs from receiving additional work. By setting the drop enable bit we prevent this and instead just drop the packets that would have been bound for the slower CPU. Signed-off-by: Alexander Duyck Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed