Page MenuHomeFreeBSD

riscv64*: enable OFED
ClosedPublic

Authored by pkubaj on Dec 21 2021, 4:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 6, 1:46 PM
Unknown Object (File)
Jan 29 2024, 3:12 PM
Unknown Object (File)
Dec 25 2023, 11:43 AM
Unknown Object (File)
Dec 20 2023, 7:20 AM
Unknown Object (File)
Sep 24 2023, 3:53 AM
Unknown Object (File)
Sep 11 2023, 6:15 AM
Unknown Object (File)
Jul 11 2023, 8:42 PM
Unknown Object (File)
Jul 11 2023, 8:42 PM

Details

Summary

OFED on riscv64 builds fine, so it's ok to enable it.

Also MFC to stable/13.

Test Plan

make buildworld

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

No objection, but I have no idea if there is any easy way to test this functionality.

Also, make sure to regenerate the src.conf(5) man page after this change. This is done using the tools/build/options/makeman script. I think this step still needs to be done on stable/13 after you enabled OPENMP for riscv.

This revision is now accepted and ready to land.Dec 21 2021, 5:09 PM
This revision was automatically updated to reflect the committed changes.

tools/build/options/makeman

Or just make makeman at the top level

tools/build/options/makeman

Or just make makeman at the top level

Oh! I did not know about this one.