]> Git Repo - linux.git/commit
virtio_net: suppress cpu stall when free_unused_bufs
authorWenliang Wang <[email protected]>
Thu, 4 May 2023 02:27:06 +0000 (10:27 +0800)
committerDavid S. Miller <[email protected]>
Fri, 5 May 2023 08:30:28 +0000 (09:30 +0100)
commitf8bb5104394560e29017c25bcade4c6b7aabd108
tree291c0072cd9f8cb3db09f194fc3b9c702cebe8d5
parent9f699b71c2f31c51bd1483a20e1c8ddc5986a8c9
virtio_net: suppress cpu stall when free_unused_bufs

For multi-queue and large ring-size use case, the following error
occurred when free_unused_bufs:
rcu: INFO: rcu_sched self-detected stall on CPU.

Fixes: 986a4f4d452d ("virtio_net: multiqueue support")
Signed-off-by: Wenliang Wang <[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/virtio_net.c
This page took 0.05283 seconds and 4 git commands to generate.