diff options
author | Stefano Garzarella <[email protected]> | 2020-12-15 15:42:55 +0100 |
---|---|---|
committer | Michael S. Tsirkin <[email protected]> | 2020-12-18 16:14:30 -0500 |
commit | 275900dfa17c32f0f52b460e1fbd769cf694ecd3 (patch) | |
tree | 2495c0df0f3858f0db3cc31b085471f14221a2b1 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | da7af6967c6e9815f8da60a8db1d0fe35b8e97b9 (diff) |
vdpa_sim: split vdpasim_virtqueue's iov field in out_iov and in_iov
vringh_getdesc_iotlb() manages 2 iovs for writable and readable
descriptors. This is very useful for the block device, where for
each request we have both types of descriptor.
Let's split the vdpasim_virtqueue's iov field in out_iov and
in_iov to use them with vringh_getdesc_iotlb().
We are using VIRTIO terminology for "out" (readable by the device)
and "in" (writable by the device) descriptors.
Acked-by: Jason Wang <[email protected]>
Signed-off-by: Stefano Garzarella <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michael S. Tsirkin <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions