Jakub Kicinski f0d751973f eth: ixgbe: fix the wake condition
Flip the netif_carrier_ok() condition in queue wake logic.
When I moved it to inside __netif_txq_completed_wake()
I missed negating it.

This made the condition ineffective and could probably
lead to crashes.

Fixes: 301f227fc860 ("net: piggy back on the memory barrier in bql when waking queues")
Reviewed-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Link: https://lore.kernel.org/r/20230607010826.960226-2-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-06-07 21:53:11 -07:00
..
2023-05-17 21:27:30 -07:00
2023-06-06 21:10:01 -07:00
2023-04-26 16:07:23 -07:00
2023-05-17 21:27:30 -07:00
2023-04-27 11:02:26 -07:00
2023-06-07 21:53:11 -07:00
2023-05-19 08:57:47 +01:00
2023-04-12 09:38:19 +01:00
2023-04-27 11:02:26 -07:00
2023-05-31 22:30:27 -07:00