diff options
author | 2021-06-02 11:58:54 +0300 | |
---|---|---|
committer | 2021-07-03 04:51:17 -0400 | |
commit | 6f5312f801836e6af9bcbb0bdb44dc423e129206 (patch) | |
tree | c59c1fa97ff134de829d1d68744075d5c83e084a /scripts/gdb/linux/utils.py | |
parent | vdp/mlx5: Fix setting the correct dma_device (diff) | |
download | linux-dev-6f5312f801836e6af9bcbb0bdb44dc423e129206.tar.xz linux-dev-6f5312f801836e6af9bcbb0bdb44dc423e129206.zip |
vdpa/mlx5: Add support for running with virtio_vdpa
In order to support running vdpa using vritio_vdpa driver, we need to
create a different kind of MR, one that has 1:1 mapping, since the
addresses referring to virtqueues are dma addresses.
We create the 1:1 MR in mlx5_vdpa_dev_add() only in case firmware
supports the general capability umem_uid_0. The reason for that is that
1:1 MRs must be created with uid == 0 while virtqueue objects can be
created with uid == 0 only when the firmware capability is on.
If the set_map() callback is called with new translations provided
through iotlb, the driver will destroy the 1:1 MR and create a regular
one.
Signed-off-by: Eli Cohen <elic@nvidia.com>
Link: https://lore.kernel.org/r/20210602085854.62690-1-elic@nvidia.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions