Page MenuHomeFreeBSD

NOTES: Move OFED options to MI NOTES
ClosedPublic

Authored by jhb on Apr 8 2024, 8:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 31, 5:56 AM
Unknown Object (File)
Sat, Jul 25, 10:08 AM
Unknown Object (File)
Sat, Jul 25, 4:03 AM
Unknown Object (File)
Tue, Jul 21, 7:11 PM
Unknown Object (File)
Jun 27 2026, 1:46 AM
Unknown Object (File)
Jun 3 2026, 5:36 AM
Unknown Object (File)
May 21 2026, 9:18 AM
Unknown Object (File)
May 17 2026, 8:56 AM
Subscribers
None

Details

Summary

Disable in armv7 NOTES to match sys/modules/Makefile

Diff Detail

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

Event Timeline

jhb requested review of this revision.Apr 8 2024, 8:30 PM

This is consistent with sys/modules/Makefile where OFED is enabled for all architectures except for 32-bit arm.

The issue on 32-bit arm is due to warnings for unaligned accesses due to packed structure members.

This revision is now accepted and ready to land.Apr 8 2024, 9:06 PM
This revision was automatically updated to reflect the committed changes.