net/mlx5: Introduce vhca state event notifier
[sfrench/cifs-2.6.git] / drivers / net / ethernet / mellanox / mlx5 / core / Kconfig
index 6e4d7bb7fea2fdeeaf5362a45ab9bc0c3ba45c6f..d6c48582e7a8f8aaf69207ee621bf56ff51d2d7b 100644 (file)
@@ -203,3 +203,12 @@ config MLX5_SW_STEERING
        default y
        help
        Build support for software-managed steering in the NIC.
+
+config MLX5_SF
+       bool "Mellanox Technologies subfunction device support using auxiliary device"
+       depends on MLX5_CORE && MLX5_CORE_EN
+       default n
+       help
+       Build support for subfuction device in the NIC. A Mellanox subfunction
+       device can support RDMA, netdevice and vdpa device.
+       It is similar to a SRIOV VF but it doesn't require SRIOV support.