test bnxt ci - #570
Closed
QizhouZhang97 wants to merge 6 commits into
Closed
test bnxt ci#570QizhouZhang97 wants to merge 6 commits into
QizhouZhang97 wants to merge 6 commits into
Conversation
Broadcom ships one prebuilt libbnxt_re for every Ubuntu codename (the jammy and noble packages are byte-identical) and it is built against rdma-core 39. Running it against the 24.04 base image's rdma-core 50 shifts the provider op table, so ibv_create_qp hands back a bogus pointer and the first create_session segfaults reading qp->qp_num. The inbox provider is no way out either: it only speaks kernel ABI 1 while the driver exposes 8. Keep mounting the host libibverbs, which matches what Broadcom built against on these 22.04 boxes, and take the provider from the image so both internode nodes run the same one. Verified on tw010/tw022: the CI write sweep and read step now pass on both nodes at ~48 GB/s. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
test bnxt ci