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)
Tue, Dec 10, 6:26 PM
Unknown Object (File)
Thu, Dec 5, 10:56 AM
Unknown Object (File)
Wed, Nov 27, 5:14 AM
Unknown Object (File)
Sep 30 2024, 2:53 PM
Unknown Object (File)
Sep 28 2024, 9:13 AM
Unknown Object (File)
Sep 19 2024, 11:50 PM
Unknown Object (File)
Sep 19 2024, 8:43 PM
Unknown Object (File)
Sep 19 2024, 5:05 AM
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.