diff options
author | Eli Cohen | 2020-08-04 19:20:46 +0300 |
---|---|---|
committer | Michael S. Tsirkin | 2020-08-05 19:00:23 -0400 |
commit | 29064bfdabd5ef49eac6909d3a36a075e3b52255 (patch) | |
tree | 17f7c28f81f610df1d522d444bbc62662b023757 /drivers/vdpa/Kconfig | |
parent | 89349be659d63767cf79e23767da84408a33cd73 (diff) |
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/Kconfig')
-rw-r--r-- | drivers/vdpa/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/vdpa/Kconfig b/drivers/vdpa/Kconfig index 3e1ceb8e9f2b..7cb84f82feba 100644 --- a/drivers/vdpa/Kconfig +++ b/drivers/vdpa/Kconfig @@ -28,4 +28,13 @@ config IFCVF To compile this driver as a module, choose M here: the module will be called ifcvf. +config MLX5_VDPA + bool "MLX5 VDPA support library for ConnectX devices" + depends on MLX5_CORE + default n + help + Support library for Mellanox VDPA drivers. Provides code that is + common for all types of VDPA drivers. The following drivers are planned: + net, block. + endif # VDPA |