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

Orabug: 24568240

Following a write the VFTXDCTL.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 ee95053f78ee6883a6aeb75e346346adc0f4aded)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c