Page MenuHomeFreeBSD

busdma_bounce: Make the map waiting list per-bounce-zone.
ClosedPublic

Authored by jhb on Apr 19 2022, 5:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 10, 8:44 PM
Unknown Object (File)
Sun, Nov 10, 6:37 AM
Unknown Object (File)
Oct 15 2024, 5:55 AM
Unknown Object (File)
Sep 30 2024, 8:38 PM
Unknown Object (File)
Sep 30 2024, 6:32 PM
Unknown Object (File)
Sep 22 2024, 4:29 AM
Unknown Object (File)
Sep 11 2024, 4:47 AM
Unknown Object (File)
Sep 7 2024, 5:34 AM
Subscribers

Details

Summary

When pages are freed to a bounce zone, only maps waiting for pages for
that zone can make forward progress. If a map for a different bounce
zone is at the head of the global list, then requests that could
otherwise make forward progress will be stalled waiting on the other
bounce zone. If bounce zones shared bounce pages then a global list
would still make sense to prevent "later" requests from starving an
earlier request but that is not a concern per-zone bounce page pools.

Sponsored by: Netflix

Diff Detail

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