From: Emil Tantilov Date: Tue, 22 Oct 2013 08:21:04 +0000 (+0000) Subject: ixgbe: fix rx-usecs range checks for BQL X-Git-Tag: v3.13-rc1~105^2~126^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e0103810c6fed6a736c4a3af87b0f5c6bd8cd5b;p=pandora-kernel.git ixgbe: fix rx-usecs range checks for BQL This patch resolves an issue where the logic used to detect changes in rx-usecs was incorrect and was masked by the call to ixgbe_update_rsc(). Setting rx-usecs between 0,2-9 and 1,10 and up requires a reset to allow ixgbe_configure_tx_ring() to set the correct value for TXDCTL.WTHRESH in order to avoid Tx hangs with BQL enabled. Signed-off-by: Emil Tantilov Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed