nvidia-peermem: Prefer ofa_kernel-dkms path for DOCA-OFED headers#1018
Open
blochl wants to merge 1 commit intoNVIDIA:mainfrom
Open
nvidia-peermem: Prefer ofa_kernel-dkms path for DOCA-OFED headers#1018blochl wants to merge 1 commit intoNVIDIA:mainfrom
blochl wants to merge 1 commit intoNVIDIA:mainfrom
Conversation
New DKMS-based DOCA-OFED installations store headers in /usr/src/ofa_kernel-dkms/ and create symlinks from /usr/src/ofa_kernel/ for backward compatibility. Using the -dkms path directly is more robust as it contains the actual files, avoiding potential issues with symlinks that may be missing, broken, or not yet created during package installation. Signed-off-by: Leonid Bloch <lb.workbox@gmail.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.
New DKMS-based DOCA-OFED installations store headers in
/usr/src/ofa_kernel-dkms/and create symlinks from/usr/src/ofa_kernel/for backward compatibility.Using the
...-dkmspath directly is more robust as it contains the actual files, avoiding potential issues with symlinks that may be missing, broken, or not yet created during package installation.