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)
Mon, Sep 29, 2:46 PM
Unknown Object (File)
Sat, Sep 27, 12:31 PM
Unknown Object (File)
Sat, Sep 27, 12:24 PM
Unknown Object (File)
Thu, Sep 25, 9:05 PM
Unknown Object (File)
Sun, Sep 21, 1:00 PM
Unknown Object (File)
Aug 2 2025, 4:42 PM
Unknown Object (File)
Jul 22 2025, 6:50 AM
Unknown Object (File)
Jul 5 2025, 2:41 AM

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