aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorJason Wang <[email protected]>2023-08-09 23:12:56 -0400
committerDavid S. Miller <[email protected]>2023-08-11 09:50:14 +0100
commit51b813176f098ff61bd2833f627f5319ead098a5 (patch)
tree6295646e95ce075a1e36d47dee91ee9c9e19f1dc /tools/perf/scripts/python/check-perf-trace.py
parent9ebbb29db9cae23e29881b9a268767d4baa53cdb (diff)
virtio-net: set queues after driver_ok
Commit 25266128fe16 ("virtio-net: fix race between set queues and probe") tries to fix the race between set queues and probe by calling _virtnet_set_queues() before DRIVER_OK is set. This violates virtio spec. Fixing this by setting queues after virtio_device_ready(). Note that rtnl needs to be held for userspace requests to change the number of queues. So we are serialized in this way. Fixes: 25266128fe16 ("virtio-net: fix race between set queues and probe") Reported-by: Dragos Tatulea <[email protected]> Acked-by: Michael S. Tsirkin <[email protected]> Signed-off-by: Jason Wang <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions