opnsense-src/sys/dev/virtio/network
Bryan Venteicher bd8809df20 if_vtnet: Limit allocations of unused virtqueues
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.

Reviewed by: grehan (mentor)
Differential Revision: https://reviews.freebsd.org/D27921
2021-01-19 04:55:25 +00:00
..
if_vtnet.c if_vtnet: Limit allocations of unused virtqueues 2021-01-19 04:55:25 +00:00
if_vtnetvar.h if_vtnet: Rework 4be723f63 max multiqueue pairs check 2021-01-19 04:55:25 +00:00
virtio_net.h if_vtnet: Add initial modern (V1) support 2021-01-19 04:55:24 +00:00