Skip to content
Commit 34f71de3 authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

net: avoid false positive warnings in __net_mp_close_rxq()



Commit under Fixes solved the problem of spurious warnings when we
uninstall an MP from a device while its down. The __net_mp_close_rxq()
which is used by io_uring was not fixed. Move the fix over and reuse
__net_mp_close_rxq() in the devmem path.

Acked-by: default avatarStanislav Fomichev <sdf@fomichev.me>
Fixes: a70f891e ("net: devmem: do not WARN conditionally after netdev_rx_queue_restart()")
Reviewed-by: default avatarMina Almasry <almasrymina@google.com>
Link: https://patch.msgid.link/20250403013405.2827250-3-kuba@kernel.org


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent ec304b70
Loading
Loading
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