Add DOCA OFED provider compatibility overlay#1
Merged
viniciusferrao merged 10 commits intomasterfrom Apr 12, 2026
Merged
Conversation
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.
Summary
docaofed-provider-compatRPM that restores EFA and mlx4 libibverbs registration files and provider ABI symlinks without repacking NVIDIA RPMs.libibverbsandrdma-coreEVRs so it is rebuilt after DOCA OFED updates.latestand DOCAlatest-3.2-LTS.latest.latest*repositories before opening the upstream issue; compatible additions keep the workflow green, incompatible additions fail the workflow.Validation
sh -n build-docaofed-provider-compat.shsh -n tests/check-upstream-doca-layout.shsh -n tests/check-upstream-doca-repositories.shsh -n tests/verify-doca-rpm-layout.shsh -n testing/libvirt/remote-doca-vm-test.shVERIFY_NEW_REPOSITORIES=1 tests/check-upstream-doca-repositories.shDOCA_RHEL_RELEASES=8 DOCA_ARCHES=x86_64 VERIFY_NEW_REPOSITORIES=1 COMPATIBLE_ADDITIONS_EXIT_CODE=10 EXPECTED_REPOSITORIES=<without latest-3.2-LTS> tests/check-upstream-doca-repositories.shreturned10after auto-verifyinglatest-3.2-LTS.tests/verify-doca-rpm-layout.shREPOSITORY_LABEL='DOCA latest' DOCA_REPO_ROOT=https://linux.mellanox.com/public/repo/doca/latest EXPECTED_LAYOUT=tests/doca-latest-supported.tsv sh tests/check-upstream-doca-layout.shREPOSITORY_LABEL='DOCA 3.2 LTS' DOCA_REPO_ROOT=https://linux.mellanox.com/public/repo/doca/latest-3.2-LTS EXPECTED_LAYOUT=tests/doca-3.2-lts-supported.tsv sh tests/check-upstream-doca-layout.shDOCA_RHEL_RELEASES='8 9 10' DOCA_ARCHES='x86_64 ppc64le' tests/verify-doca-rpm-layout.shDOCA_REPO_ROOT=https://linux.mellanox.com/public/repo/doca/latest-3.2-LTS tests/verify-doca-rpm-layout.shruby -e 'require "yaml"; YAML.load_file(ARGV.fetch(0))' .github/workflows/verify.ymlruby -e 'require "yaml"; YAML.load_file(ARGV.fetch(0))' .github/workflows/watch-upstream.ymlgit diff --checklatest*repository index:latest,latest-1.5-LTS,latest-2.5-LTS,latest-2.9-LTS,latest-3.2-LTSlatestEL8/EL9/EL10 repository layout:arm64-sbsa,ppc64le,sbsa-arm64,x86_64,libibverbs-2601.0.7,rdmav59latest-3.2-LTSEL8/EL9/EL10 repository layout:arm64-sbsa,ppc64le,sbsa-arm64,x86_64,libibverbs-2510.0.11,rdmav57latestonrome01:DOCA_COMPAT_TEST_RESULT PASS el8latestonrome01:DOCA_COMPAT_TEST_RESULT PASS el9latestonrome01:DOCA_COMPAT_TEST_RESULT PASS el10latestonpower:DOCA_COMPAT_TEST_RESULT PASS el8latestonpower:DOCA_COMPAT_TEST_RESULT PASS el9latestonpower:DOCA_COMPAT_TEST_RESULT PASS el10latest-3.2-LTSonrome01:DOCA_COMPAT_TEST_RESULT PASS el8latest-3.2-LTSonrome01:DOCA_COMPAT_TEST_RESULT PASS el9latest-3.2-LTSonrome01:DOCA_COMPAT_TEST_RESULT PASS el10latest-3.2-LTSonpower:DOCA_COMPAT_TEST_RESULT PASS el8latest-3.2-LTSonpower:DOCA_COMPAT_TEST_RESULT PASS el9latest-3.2-LTSonpower:DOCA_COMPAT_TEST_RESULT PASS el10ARM repository payloads are layout-validated only; no ARM VM host was available for end-to-end install testing.