Page MenuHomeFreeBSD

if_vtnet: Limit allocations of unused virtqueues
ClosedPublic

Authored by bryanv on Jan 2 2021, 9:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 24, 3:15 AM
Unknown Object (File)
Sun, Apr 12, 2:20 AM
Unknown Object (File)
Fri, Apr 3, 9:37 AM
Unknown Object (File)
Thu, Apr 2, 8:51 AM
Unknown Object (File)
Wed, Apr 1, 11:37 PM
Unknown Object (File)
Mar 27 2026, 9:59 AM
Unknown Object (File)
Mar 24 2026, 5:18 AM
Unknown Object (File)
Mar 22 2026, 10:31 PM
Subscribers

Details

Summary

For multiqueue, we may use fewer than the provided maximum number of
queues. Try to limit allocations of the unused queues: no interrupts,
no indirect descriptors, and no taskqueues.

Diff Detail

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

Event Timeline

bryanv held this revision as a draft.
bryanv published this revision for review.Jan 2 2021, 10:04 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jan 19 2021, 5:12 AM
This revision was automatically updated to reflect the committed changes.