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)
Sat, Jan 18, 9:41 PM
Unknown Object (File)
Sat, Jan 18, 9:34 PM
Unknown Object (File)
Fri, Jan 17, 11:12 PM
Unknown Object (File)
Fri, Jan 10, 1:59 AM
Unknown Object (File)
Sun, Jan 5, 8:24 PM
Unknown Object (File)
Tue, Dec 31, 7:00 PM
Unknown Object (File)
Mon, Dec 30, 7:57 PM
Unknown Object (File)
Sun, Dec 29, 7:12 PM
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