diff options
author | jiangyiwen <[email protected]> | 2018-07-19 15:17:00 +0800 |
---|---|---|
committer | Dominique Martinet <[email protected]> | 2018-08-13 09:34:58 +0900 |
commit | 31934da810365f603dec5a67e690e00cf900fc73 (patch) | |
tree | 634da305fd1364db1b0dc838cb37b908cb870944 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | c7ebbae7cf9c50253a978f25d72d16e012bd46f1 (diff) |
net/9p/virtio: Fix hard lockup in req_done
When client has multiple threads that issue io requests
all the time, and the server has a very good performance,
it may cause cpu is running in the irq context for a long
time because it can check virtqueue has buf in the *while*
loop.
So we should keep chan->lock in the whole loop.
[ Dominique: reworded subject line ]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Yiwen Jiang <[email protected]>
To: Andrew Morton <[email protected]>
To: Eric Van Hensbergen <[email protected]>
To: Ron Minnich <[email protected]>
To: Latchesar Ionkov <[email protected]>
Signed-off-by: Dominique Martinet <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions