diff options
author | Jason Wang <[email protected]> | 2023-01-19 14:15:21 +0800 |
---|---|---|
committer | Michael S. Tsirkin <[email protected]> | 2023-02-20 19:26:58 -0500 |
commit | 2713ea3c7d930aa1ff5ef7d4a57a1e4fcc3b9985 (patch) | |
tree | 75cf4887ebbf9cd1f5f27da12bce05125f2e2179 /tools/perf/scripts/python/stackcollapse.py | |
parent | 759aba1e6e7d238d9d37decd8ad1ecc84ebb02b0 (diff) |
virtio_ring: per virtqueue dma device
This patch introduces a per virtqueue dma device. This will be used
for virtio devices whose virtqueue are backed by different underlayer
devices.
One example is the vDPA that where the control virtqueue could be
implemented through software mediation.
Some of the work are actually done before since the helper like
vring_dma_device(). This work left are:
- Let vring_dma_device() return the per virtqueue dma device instead
of the vdev's parent.
- Allow passing a dma_device when creating the virtqueue through a new
helper, old vring creation helper will keep using vdev's parent.
Reviewed-by: Eli Cohen <[email protected]>
Tested-by: Eli Cohen <[email protected]>
Signed-off-by: Jason Wang <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions