Page MenuHomeFreeBSD

CXGBE: implement prefetch on non-Intel architectures
ClosedPublic

Authored by mst_semihalf.com on Feb 20 2018, 5:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 4, 10:30 AM
Unknown Object (File)
Fri, Mar 27, 6:41 AM
Unknown Object (File)
Sun, Mar 22, 7:06 PM
Unknown Object (File)
Thu, Mar 19, 8:41 AM
Unknown Object (File)
Feb 14 2026, 6:39 AM
Unknown Object (File)
Feb 6 2026, 12:06 AM
Unknown Object (File)
Jan 28 2026, 1:06 AM
Unknown Object (File)
Jan 10 2026, 1:03 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I wonder what __builtin_prefetch does on i386/amd64. It may be possible to use it unconditionally, and not just for !(i386|amd64).

This revision is now accepted and ready to land.Feb 20 2018, 6:33 PM
This revision was automatically updated to reflect the committed changes.

@jeff ran into an issue with builtin prefetch and clang. It seems like we need to figure out a universal prefetch as it occurs in multiple drivers and elsewhere @kmacy