]> www.infradead.org Git - users/hch/block.git/commit
vfio/mlx5: Convert vfio to use DMA link API
authorLeon Romanovsky <leonro@nvidia.com>
Sun, 21 Apr 2024 14:20:47 +0000 (17:20 +0300)
committerLeon Romanovsky <leon@kernel.org>
Thu, 3 Oct 2024 16:05:53 +0000 (19:05 +0300)
commitd2b87be0fe340bd4e7635a608ad84f73b6de889c
tree19b236eebcb1ea244d0b75791a371269bccc3a47
parentc1e38bd1d6e0d7c05120fa5e5e14cb22dd0c41d8
vfio/mlx5: Convert vfio to use DMA link API

Remove intermediate scatter-gather table as it is not needed
if DMA link API is used. This conversion reduces drastically
the memory used to manage that table.

Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
drivers/vfio/pci/mlx5/cmd.c
drivers/vfio/pci/mlx5/cmd.h
drivers/vfio/pci/mlx5/main.c