Skip to content

Commit

Permalink
feat: enable modules for mlx infiniband
Browse files Browse the repository at this point in the history
mlx4 and mlx5 core and ethernet modules are enabled.
Infiniband and IPoIB are also enabled.
And this patch enables the remaining bits to get most Infiniband
hardware working out of the box.

Requires inclusion of the new modules in the list for initramfs to
support cases like booting from or otherwise early use of
the Infiniband network.

Signed-off-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
yoctozepto authored and smira committed Dec 15, 2023
1 parent 4c59641 commit d633cd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kernel/build/config-amd64
Expand Up @@ -4395,8 +4395,8 @@ CONFIG_INFINIBAND_VIRT_DMA=y
# CONFIG_INFINIBAND_BNXT_RE is not set
# CONFIG_INFINIBAND_CXGB4 is not set
# CONFIG_INFINIBAND_IRDMA is not set
# CONFIG_MLX4_INFINIBAND is not set
# CONFIG_MLX5_INFINIBAND is not set
CONFIG_MLX4_INFINIBAND=m
CONFIG_MLX5_INFINIBAND=m
# CONFIG_INFINIBAND_MTHCA is not set
# CONFIG_INFINIBAND_OCRDMA is not set
# CONFIG_INFINIBAND_QEDR is not set
Expand Down
4 changes: 2 additions & 2 deletions kernel/build/config-arm64
Expand Up @@ -5706,8 +5706,8 @@ CONFIG_INFINIBAND_VIRT_DMA=y
# CONFIG_INFINIBAND_CXGB4 is not set
# CONFIG_INFINIBAND_HNS is not set
# CONFIG_INFINIBAND_IRDMA is not set
# CONFIG_MLX4_INFINIBAND is not set
# CONFIG_MLX5_INFINIBAND is not set
CONFIG_MLX4_INFINIBAND=m
CONFIG_MLX5_INFINIBAND=m
# CONFIG_INFINIBAND_MTHCA is not set
# CONFIG_INFINIBAND_OCRDMA is not set
# CONFIG_INFINIBAND_QEDR is not set
Expand Down

0 comments on commit d633cd6

Please sign in to comment.