diff options
author | Eli Cohen <eli@mellanox.com> | 2020-08-04 19:20:46 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-08-06 02:00:23 +0300 |
commit | 29064bfdabd5ef49eac6909d3a36a075e3b52255 (patch) | |
tree | 17f7c28f81f610df1d522d444bbc62662b023757 /drivers/vdpa/Makefile | |
parent | 89349be659d63767cf79e23767da84408a33cd73 (diff) | |
download | linux-29064bfdabd5ef49eac6909d3a36a075e3b52255.tar.xz |
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>
Diffstat (limited to 'drivers/vdpa/Makefile')
-rw-r--r-- | drivers/vdpa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/vdpa/Makefile b/drivers/vdpa/Makefile index 8bbb686ca7a2..d160e9b63a66 100644 --- a/drivers/vdpa/Makefile +++ b/drivers/vdpa/Makefile @@ -2,3 +2,4 @@ obj-$(CONFIG_VDPA) += vdpa.o obj-$(CONFIG_VDPA_SIM) += vdpa_sim/ obj-$(CONFIG_IFCVF) += ifcvf/ +obj-$(CONFIG_MLX5_VDPA) += mlx5/ |