sst-linux/drivers/vdpa
Si-Wei Liu 7c8938844e vdpa/mlx5: Fix suboptimal range on iotlb iteration
[ Upstream commit 35025963326e44d8bced3eecd42d2f040f4f0024 ]

The starting iova address to iterate iotlb map entry within a range
was set to an irrelevant value when passing to the itree_next()
iterator, although luckily it doesn't affect the outcome of finding
out the granule of the smallest iotlb map size. Fix the code to make
it consistent with the following for-loop.

Fixes: 94abbccdf2 ("vdpa/mlx5: Add shared memory registration code")
Signed-off-by: Si-Wei Liu <si-wei.liu@oracle.com>
Signed-off-by: Dragos Tatulea <dtatulea@nvidia.com>
Message-Id: <20241021134040.975221-3-dtatulea@nvidia.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-12-14 19:53:48 +01:00
..
alibaba
ifcvf vDPA/ifcvf: Fix pci_read_config_byte() return code handling 2024-11-17 15:07:21 +01:00
mlx5 vdpa/mlx5: Fix suboptimal range on iotlb iteration 2024-12-14 19:53:48 +01:00
vdpa_sim
vdpa_user vduse: Temporarily fail if control queue feature requested 2024-07-05 09:31:48 +02:00
virtio_pci vp_vdpa: fix id_table array not null terminated error 2024-11-22 15:37:31 +01:00
Kconfig
Makefile
vdpa.c