diff options
| author | Andrey Ryabinin <[email protected]> | 2022-05-17 13:08:47 -0500 |
|---|---|---|
| committer | Michael S. Tsirkin <[email protected]> | 2022-05-31 12:45:10 -0400 |
| commit | 15538ba5ffaa5cbdfd11161ded503b27f5c1f0af (patch) | |
| tree | 2b0a5efd9fc85a50ccb869d978201a7897c99383 /tools/perf/scripts/python | |
| parent | c5514758ddd9a774d879b098bf7364c45a76bed5 (diff) | |
vhost_vsock: simplify vhost_vsock_flush()
vhost_vsock_flush() calls vhost_work_dev_flush(vsock->vqs[i].poll.dev)
before vhost_work_dev_flush(&vsock->dev). This seems pointless
as vsock->vqs[i].poll.dev is the same as &vsock->dev and several flushes
in a row doesn't do anything useful, one is just enough.
Signed-off-by: Andrey Ryabinin <[email protected]>
Reviewed-by: Stefano Garzarella <[email protected]>
Signed-off-by: Mike Christie <[email protected]>
Acked-by: Jason Wang <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions