]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
net: increase max queues to 64
authorAlexandre Derumier <aderumier@odiso.com>
Wed, 16 Nov 2022 04:13:32 +0000 (05:13 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 16 Nov 2022 11:14:46 +0000 (12:14 +0100)
commit6622226553bae58b935484ae0404fe37dc3bb124
tree34cd269a86d18c4169e542c648a16874fd194837
parentcf364f95740b49ba190e1707f82df6e45253ede2
net: increase max queues to 64

max supported queues tx + rx = 256, so 128 for combined
https://lists.gnu.org/archive/html/qemu-devel/2015-03/msg03917.html

But from above link it also seems that x86 only supports 80 pairs in
practice, so for now "only" quadruple the limit to 64 and see if we
get user feedback for more requested.

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
 [ T: reduce from 128 to 64 and add short rationale for that ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm