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
F102548354: D38156.id116080.diff
Wed, Nov 13, 10:04 PM
Unknown Object (File)
Mon, Nov 11, 6:02 AM
Unknown Object (File)
Tue, Nov 5, 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
Unknown Object (File)
Sep 25 2024, 2:40 AM
Unknown Object (File)
Sep 20 2024, 8:21 AM

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

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