Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Mellanox ConnectX-3 NIC support #3775

Merged
merged 4 commits into from
Jan 15, 2025
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions buildroot-external/kernel/v6.6.y/device-support-pci.config
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,10 @@ CONFIG_SND_HDA_CODEC_HDMI=m
# NVMe SSD support
CONFIG_NVME_CORE=y
CONFIG_BLK_DEV_NVME=y

# Mellanox ConnectX-3 NIC support
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a nit, but I'd move it a bit upper in the file, above CONFIG_MEDIA_PCI_SUPPORT, so it'd be next to other NIC configs.

CONFIG_MLX4_EN=m
CONFIG_MLX4_EN_DCB=y
sairon marked this conversation as resolved.
Show resolved Hide resolved
CONFIG_MLX4_CORE=m
sairon marked this conversation as resolved.
Show resolved Hide resolved
CONFIG_MLX4_DEBUG=n
sairon marked this conversation as resolved.
Show resolved Hide resolved
CONFIG_MLX4_CORE_GEN2=y