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
F109468966: D38156.diff
Wed, Feb 5, 11:41 AM
Unknown Object (File)
Wed, Jan 8, 8:37 AM
Unknown Object (File)
Nov 13 2024, 10:04 PM
Unknown Object (File)
Nov 11 2024, 6:02 AM
Unknown Object (File)
Nov 5 2024, 6:55 AM
Unknown Object (File)
Oct 2 2024, 6:53 AM
Unknown Object (File)
Sep 28 2024, 10:46 AM
Unknown Object (File)
Sep 28 2024, 9:25 AM

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