Page MenuHomeFreeBSD

riscv64*: enable OFED
ClosedPublic

Authored by pkubaj on Dec 21 2021, 4:25 PM.
Tags
None
Referenced Files
F163342972: D33602.id100418.diff
Wed, Jul 22, 7:58 AM
Unknown Object (File)
Sun, Jul 19, 8:45 AM
Unknown Object (File)
Tue, Jul 14, 9:38 PM
Unknown Object (File)
Tue, Jul 14, 3:32 AM
Unknown Object (File)
Sun, Jul 12, 1:37 PM
Unknown Object (File)
May 15 2026, 9:33 PM
Unknown Object (File)
May 15 2026, 9:33 PM
Unknown Object (File)
May 15 2026, 9:33 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.