Page MenuHomeFreeBSD

linuxkpi: Add `io_mapping_map_local_wc()` and `io_mapping_unmap_local()`
ClosedPublic

Authored by dumbbell on Jan 22 2023, 2:11 PM.
Tags
None
Referenced Files
F152748906: D38156.id116080.diff
Thu, Apr 16, 9:14 PM
Unknown Object (File)
Wed, Apr 15, 11:09 PM
Unknown Object (File)
Wed, Apr 15, 6:17 PM
Unknown Object (File)
Tue, Apr 14, 11:50 PM
Unknown Object (File)
Tue, Apr 14, 1:06 PM
Unknown Object (File)
Thu, Apr 9, 11:52 PM
Unknown Object (File)
Wed, Mar 18, 11:20 PM
Unknown Object (File)
Wed, Mar 18, 10:18 PM

Diff Detail

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

Event Timeline

What's the difference in Linux ?

In D38156#866976, @manu wrote:

What's the difference in Linux ?

Like in D38155, the *_atomic variant turn off preemption and page faults between the map and the unmap, something the *_local variant doesn't do.

This revision is now accepted and ready to land.Jan 28 2023, 8:32 AM