From: Shannon Nelson Date: Thu, 13 Nov 2014 08:23:15 +0000 (+0000) Subject: i40e: rework debug messages for NVM update X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~32^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74d0d0ede7c96cbb4cb9b5fa755419e336ba6451;p=pandora-kernel.git i40e: rework debug messages for NVM update Rework the debug messages in the NVM update state machine so that we can turn them on and off dynamically rather than forcing a recompile/reload. These can now be turned on with something like: ethtool -s eth1 msglvl 0xf000008f and off with: ethtool -s eth1 msglvl 0xf000000f The high 0xf0000000 gets the driver's attention that we want to change the internal debug flags, and the 0x80 bit is the NVM debug. Change-ID: I5efb9039400304b29a0fd6ddea3f47bb362e6661 Signed-off-by: Shannon Nelson Acked-by: Greg Rose Tested-by: Jim Young Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed