Skip to content

Commit

Permalink
kernel-5.10: enable mellanox modules
Browse files Browse the repository at this point in the history
This adds the kernel configs necessary for Mellanox NICs.
  • Loading branch information
etungsten committed Jun 28, 2022
1 parent 4ea71e2 commit 6ab5fb6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/kernel-5.10/config-bottlerocket
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ CONFIG_IXGBE_DCB=y
CONFIG_IXGBE_HWMON=y
CONFIG_IXGBEVF=m

# Mellanox network support
CONFIG_MLXFW=m
CONFIG_MLX5_CORE=m
CONFIG_MLX5_INFINIBAND=m
CONFIG_NET_VENDOR_MELLANOX=y
CONFIG_MLX5_CORE_EN=y
CONFIG_NET_SWITCHDEV=y

# Xen blkfront for Xen-based EC2 platforms
CONFIG_XEN_BLKDEV_FRONTEND=y

Expand Down

0 comments on commit 6ab5fb6

Please sign in to comment.