Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[linux-2.6-microblaze.git] / drivers / vdpa / Kconfig
index d93a69b..4271c40 100644 (file)
@@ -29,4 +29,23 @@ 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.
+
+config MLX5_VDPA_NET
+       tristate "vDPA driver for ConnectX devices"
+       depends on MLX5_VDPA
+       default n
+       help
+         VDPA network driver for ConnectX6 and newer. Provides offloading
+         of virtio net datapath such that descriptors put on the ring will
+         be executed by the hardware. It also supports a variety of stateless
+         offloads depending on the actual device used and firmware version.
+
 endif # VDPA