]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: only check Tx queue enablement when debugging
authorEmil Tantilov <emil.s.tantilov@intel.com>
Fri, 29 Jul 2016 17:30:06 +0000 (10:30 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Sat, 25 Feb 2017 05:47:53 +0000 (21:47 -0800)
commit046a15a13987a941fa151433068c7dd2c11b3576
treed843ad33019303b2114125f0da9c3ee9100117e6
parentda3efcc14353f31036f78b90e7990fcb2a017603
ixgbe: only check Tx queue enablement when debugging

Orabug: 24568240

Following a write the TXDCTL.ENABLE bit is set only when the Tx queue
is actually enabled, which may not happen during the configure phase even
if we waited for it. Make this check debug only since this is causing
confusion with users who notice the warning in dmesg.

Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit a55defd897cb2b4d96fedd81e2d5513d83ff339e)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c