From: Kamil Krawczyk Date: Wed, 18 Dec 2013 13:45:46 +0000 (+0000) Subject: i40e: remove redundant AQ enable X-Git-Tag: v3.14-rc1~94^2~250^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=071b8de9820fb622c1fd29775f3a47b99db312ad;p=pandora-kernel.git i40e: remove redundant AQ enable The admin queue length register is updated in config_a_regs functions. We should not update it again, as we will trigger firmware to init the AQ again. In this case firmware will lose the information about the AQ Rx tail position and will see Rx queue as full (no free desc for FW to use). Signed-off-by: Kamil Krawczyk Signed-off-by: Jesse Brandeburg Tested-by: Kavindya Deegala Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed