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)
Dec 21 2023, 12:44 AM
Unknown Object (File)
Dec 20 2023, 4:55 AM
Unknown Object (File)
Nov 6 2023, 10:01 AM
Unknown Object (File)
Oct 23 2023, 2:46 AM
Unknown Object (File)
Oct 5 2023, 8:58 AM
Unknown Object (File)
Sep 29 2023, 8:58 AM
Unknown Object (File)
Sep 26 2023, 11:23 AM
Unknown Object (File)
Sep 13 2023, 2:18 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.