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, Sep 22, 4:29 AM
Unknown Object (File)
Wed, Sep 11, 4:47 AM
Unknown Object (File)
Sat, Sep 7, 5:34 AM
Unknown Object (File)
Thu, Sep 5, 7:29 AM
Unknown Object (File)
Aug 6 2024, 7:08 AM
Unknown Object (File)
Aug 5 2024, 5:20 PM
Unknown Object (File)
Jul 10 2024, 10:16 AM
Unknown Object (File)
Jul 2 2024, 10:34 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45235
Build 42123: arc lint + arc unit