You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
net/mlx5e: Switch to using _bh variant of of spinlock API in port timestamping NAPI poll context
The NAPI poll context is a softirq context. Do not use normal spinlock API
in this context to prevent concurrency issues.
Fixes: 3178308 ("net/mlx5e: Make tx_port_ts logic resilient to out-of-order CQEs")
Signed-off-by: Rahul Rameshbabu <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
CC: Vadim Fedorenko <[email protected]>
Orabug: 36811057
(cherry picked from commit 90502d4)
cherry-pick-repo=kernel/git/torvalds/linux.git
unmodified-from-upstream: 90502d4
Signed-off-by: Mikhael Goikhman <[email protected]>
Signed-off-by: Qing Huang <[email protected]>
Reviewed-by: Sharath Srinivasan <[email protected]>
Signed-off-by: Brian Maly <[email protected]>
0 commit comments