summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/mlx5/core/mr.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau2021-10-191-4/+4
* vdpa/mlx5: Add support for control VQ and MAC settingEli Cohen2021-09-051-20/+61
* vdpa/mlx5: Avoid destroying MR on empty iotlbEli Cohen2021-08-111-9/+0
* vdpa/mlx5: Add support for running with virtio_vdpaEli Cohen2021-07-031-14/+72
* vdp/mlx5: Fix setting the correct dma_deviceEli Cohen2021-07-031-7/+2
* vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs failsEli Cohen2021-04-221-1/+3
* vdpa/mlx5: Use the correct dma device when registering memoryEli Cohen2021-04-091-2/+7
* vdpa/mlx5: Fix memory key MTT populationEli Cohen2021-01-201-16/+12
* vdpa/mlx5: Fix error return in map_direct_mr()Jing Xiangfeng2020-10-301-3/+2
* vdpa/mlx5: Fix uninitialised variable in core/mr.cAlex Dewar2020-08-101-1/+3
* vdpa/mlx5: Add VDPA driver for supported mlx5 devicesEli Cohen2020-08-051-1/+1
* vdpa/mlx5: Add shared memory registration codeEli Cohen2020-08-051-0/+484