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)
Sun, May 19, 5:59 AM
Unknown Object (File)
Thu, May 9, 3:36 PM
Unknown Object (File)
Fri, May 3, 11:57 PM
Unknown Object (File)
Tue, Apr 30, 8:27 PM
Unknown Object (File)
Apr 20 2024, 5:45 PM
Unknown Object (File)
Apr 12 2024, 5:23 AM
Unknown Object (File)
Apr 10 2024, 4:59 PM
Unknown Object (File)
Apr 9 2024, 10:04 PM
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.