Page MenuHomeFreeBSD

buf: Dynamically allocate per-CPU buffer queues
ClosedPublic

Authored by markj on Apr 25 2023, 5:22 PM.
Tags
None
Referenced Files
F115630784: D39808.diff
Sat, Apr 26, 6:41 AM
Unknown Object (File)
Fri, Apr 18, 11:06 PM
Unknown Object (File)
Wed, Apr 16, 8:16 PM
Unknown Object (File)
Tue, Apr 15, 8:20 PM
Unknown Object (File)
Mar 21 2025, 12:15 PM
Unknown Object (File)
Mar 12 2025, 1:13 PM
Unknown Object (File)
Feb 26 2025, 4:56 PM
Unknown Object (File)
Feb 7 2025, 3:55 PM
Subscribers

Diff Detail

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

Event Timeline

markj requested review of this revision.Apr 25 2023, 5:22 PM
This revision is now accepted and ready to land.Apr 25 2023, 5:25 PM
emaste added inline comments.
sys/kern/vfs_bio.c
121

The comment should perhaps be moved to the allocation? It's really justifying the +1 or mp_maxid + 2 IMO?

kib added inline comments.
sys/kern/vfs_bio.c
121

No, it needs +2, since bd_subq[mp_maxid] is populated by maxid cpu queue.

sys/kern/vfs_bio.c
121

I just meant that the comment is explaining why it's +1 (in main now) or +2 (with mark's change) and should go at line 1917

markj marked 3 inline comments as done.

Move the comment to the right place.

This revision now requires review to proceed.Apr 26 2023, 1:49 PM
This revision is now accepted and ready to land.Apr 26 2023, 1:58 PM