Page MenuHomeFreeBSD

NOTES: Move OFED options to MI NOTES
ClosedPublic

Authored by jhb on Apr 8 2024, 8:30 PM.
Tags
None
Referenced Files
F102804877: D44686.id136791.diff
Sun, Nov 17, 10:05 AM
Unknown Object (File)
Tue, Nov 12, 1:25 PM
Unknown Object (File)
Tue, Nov 12, 8:04 AM
Unknown Object (File)
Sun, Nov 10, 1:43 PM
Unknown Object (File)
Sun, Nov 10, 1:31 PM
Unknown Object (File)
Oct 3 2024, 6:12 PM
Unknown Object (File)
Oct 3 2024, 4:53 PM
Unknown Object (File)
Oct 3 2024, 7:51 AM
Subscribers
None

Details

Summary

Disable in armv7 NOTES to match sys/modules/Makefile

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 56968
Build 53856: arc lint + arc unit

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.