Skip to content
Snippets Groups Projects
Commit f5e6da2c authored by Johannes Berg's avatar Johannes Berg Committed by Greg Kroah-Hartman
Browse files

iwlwifi: mvm: do more useful queue sync accounting


[ Upstream commit 2f7a04c7 ]

We're currently doing accounting on the queue sync with an
atomic variable that counts down the number of remaining
notifications that we still need.

As we've been hitting issues in this area, modify this to
track a bitmap of queues, not just the number of queues,
and print out the remaining bitmap in the warning.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20201209231352.0a3fa177cd6b.I7c69ff999419368266279ec27dd618eb450908b3@changeid


Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
Stable-dep-of: 5f8a3561 ("iwlwifi: mvm: write queue_sync_state only for sync")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 87b7d049
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment