enable Broadcom RoCE driver (bnxt_re) as module on x86_64#17874
Open
AZaugg wants to merge 1 commit into
Open
Conversation
Set CONFIG_INFINIBAND_BNXT_RE=m, reenabling RDMA support on Broadcom NetXtream NICS
|
Hello, and thank you for opening this pull request! 👋🏼 We appreciate the contribution. We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Commits in this repo will typically be prefixed with Details: |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR aims to re-enable Broadcom NetXtream RoCE (bnxt_re) by setting CONFIG_INFINIBAND_BNXT_RE=m for the x86_64 Azure Linux kernel build.
Changes:
- Enables
CONFIG_INFINIBAND_BNXT_REas a loadable module in the x86_64 kernel config (currently done in the renderedspecs/output).
Comment on lines
6179
to
6183
| CONFIG_INFINIBAND_ADDR_TRANS=y | ||
| CONFIG_INFINIBAND_ADDR_TRANS_CONFIGFS=y | ||
| CONFIG_INFINIBAND_VIRT_DMA=y | ||
| # CONFIG_INFINIBAND_BNXT_RE is not set | ||
| CONFIG_INFINIBAND_BNXT_RE=m | ||
| # CONFIG_INFINIBAND_CXGB4 is not set |
📄❌ Rendered specs are out of dateFIX: — run this and commit the result: azldev component render kernelOr download the fix patch and apply it: gh run download 28473262451 -R microsoft/azurelinux -n rendered-specs-patch
git apply rendered-specs.patch
Content diffs`specs/k/kernel/6.18-x86_64-azl.config`--- committed/specs/k/kernel/6.18-x86_64-azl.config
+++ rendered/specs/k/kernel/6.18-x86_64-azl.config
@@ -6179,7 +6179,7 @@
CONFIG_INFINIBAND_ADDR_TRANS=y
CONFIG_INFINIBAND_ADDR_TRANS_CONFIGFS=y
CONFIG_INFINIBAND_VIRT_DMA=y
-CONFIG_INFINIBAND_BNXT_RE=m
+# CONFIG_INFINIBAND_BNXT_RE is not set
# CONFIG_INFINIBAND_CXGB4 is not set
CONFIG_INFINIBAND_EFA=m
CONFIG_INFINIBAND_ERDMA=m
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Set CONFIG_INFINIBAND_BNXT_RE=m, reenabling RDMA support on Broadcom NetXtream NICS