feat: fix Mellanox Build & add missing Kernel Flags
This PR is for fixing the Mellanox OFED Driver Package and adding the missing Kernel Flags for it to build. The NVME Part of the Dirver is disabled because it has Source Code related problems.
Signed-off-by: Feniarus [email protected]
The NVME Part of the Dirver is disabled because it has Source Code related problems
Which precisely?
Also, your commit doesn't contain a second body line (well, just add description there) and is missing a signed-off-by line, which indicates accepting Developer Certificate of Origin. Please add it using git commit --amend -s
The NVME Part of the Dirver is disabled because it has Source Code related problems
Which precisely?
Also, your commit doesn't contain a second body line (well, just add description there) and is missing a signed-off-by line, which indicates accepting Developer Certificate of Origin. Please add it using git commit --amend -s
When trying to build with full NVME support, the build fails with the following error:
This PR is for fixing the Mellanox OFED Driver Package and adding the missing Kernel Flags for it to build. The NVME Part of the Dirver is disabled because it has Source Code related problems.
Signed-off-by: Feniarus [email protected]
does this means it's better than the in-tree kernel mlx5 drivers, just trying to gauge if we need to build and maintain this? :thinking:
also wants to know if this co-exist with in-tree kernel drivers, might need to denylist udev loading mlx5 by default I guess