OSDN Git Service

vdpa/mlx5: Add support library for mlx5 VDPA implementation
authorEli Cohen <eli@mellanox.com>
Tue, 4 Aug 2020 16:20:46 +0000 (19:20 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 5 Aug 2020 23:00:23 +0000 (19:00 -0400)
commit29064bfdabd5ef49eac6909d3a36a075e3b52255
tree17f7c28f81f610df1d522d444bbc62662b023757
parent89349be659d63767cf79e23767da84408a33cd73
vdpa/mlx5: Add support library for mlx5 VDPA implementation

Following patches introduce VDPA network driver for Mellanox Connectx6
devices. This patch provides functionality that will be used by those
patches.

Reviewed-by: Parav Pandit <parav@mellanox.com>
Signed-off-by: Eli Cohen <eli@mellanox.com>
Link: https://lore.kernel.org/r/20200804162048.22587-11-eli@mellanox.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vdpa/Kconfig
drivers/vdpa/Makefile
drivers/vdpa/mlx5/Makefile [new file with mode: 0644]
drivers/vdpa/mlx5/core/Makefile [new file with mode: 0644]
drivers/vdpa/mlx5/core/mlx5_vdpa.h [new file with mode: 0644]
drivers/vdpa/mlx5/core/resources.c [new file with mode: 0644]