]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitce866aa34ffff8b04a05e89bc00b74f42f17374c
tree17f7c28f81f610df1d522d444bbc62662b023757
parentfa17de39878e63ba12d4561c516dde036ef0ad71
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]