mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-13 11:49:44 +00:00
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>
11 lines
413 B
Plaintext
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
|