Files
kata-containers/tools/packaging/kernel/configs/fragments/dpu/nvidia.conf
Lei Huang 20f6979d8f build: add kernel config for Nvidia DPU/ConnectX adapter
With Nvidia DPU or ConnectX network adapter, VF can do VFIO passthrough
to guest VM in `guest-kernel` mode. In the guest kernel, the adapter's
driver is required to claim the VFIO device and create network interface.

Signed-off-by: Lei Huang <leih@nvidia.com>
2024-07-18 22:29:16 -07:00

11 lines
413 B
Plaintext

# Mellanox devices
CONFIG_NET_VENDOR_MELLANOX=y
# Mellanox 5th generation network adapters (ConnectX series) core driver
CONFIG_MLX5_CORE=y
# Mellanox 5th generation network adapters (ConnectX series) Ethernet support
CONFIG_MLX5_CORE_EN=y
# Mellanox MLX5 ethernet accelerated receive flow steering (ARFS) support
CONFIG_MLX5_EN_ARFS=y
# Mellanox MLX5 ethernet rx nfc flow steering support
CONFIG_MLX5_EN_RXNFC=y