[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230624151911.7442620c@kernel.org>
Date: Sat, 24 Jun 2023 15:19:11 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Nick Child <nnac123@...ux.ibm.com>
Cc: netdev@...r.kernel.org, haren@...ux.ibm.com, ricklind@...ibm.com
Subject: Re: [PATCH net] ibmvnic: Do not reset dql stats on NON_FATAL err
On Thu, 22 Jun 2023 14:03:32 -0500 Nick Child wrote:
> + if (adapter->reset_reason == VNIC_RESET_NON_FATAL)
> + clear_bit(__QUEUE_STATE_STACK_XOFF,
> + &netdev_get_tx_queue(netdev, i)->state);
Why are you trying to clear this bit?
If the completions will still come the bit will be cleared (or not)
during completion handling (netdev_tx_completed_queue() et al.)
Drivers shouldn't be poking into queue state bits directly.
--
pw-bot: cr
Powered by blists - more mailing lists