all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve-manager] ui: qemu: network: increase max queues to 128
@ 2022-11-16  4:13 Alexandre Derumier
  2022-11-17  8:27 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Derumier @ 2022-11-16  4:13 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
---
 www/manager6/qemu/NetworkEdit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/qemu/NetworkEdit.js b/www/manager6/qemu/NetworkEdit.js
index b39cffdc..ccce14ff 100644
--- a/www/manager6/qemu/NetworkEdit.js
+++ b/www/manager6/qemu/NetworkEdit.js
@@ -157,7 +157,7 @@ Ext.define('PVE.qemu.NetworkInputPanel', {
 		name: 'queues',
 		fieldLabel: 'Multiqueue',
 		minValue: 1,
-		maxValue: 8,
+		maxValue: 128,
 		value: '',
 		allowBlank: true,
 	    },
-- 
2.30.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH pve-manager] ui: qemu: network: increase max queues to 128
  2022-11-16  4:13 [pve-devel] [PATCH pve-manager] ui: qemu: network: increase max queues to 128 Alexandre Derumier
@ 2022-11-17  8:27 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2022-11-17  8:27 UTC (permalink / raw)
  To: Proxmox VE development discussion, Alexandre Derumier

Am 16/11/2022 um 05:13 schrieb Alexandre Derumier:
> Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
> ---
>  www/manager6/qemu/NetworkEdit.js | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
>

applied, with 128 changed to 64 as in qemu-server, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-17  8:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-16  4:13 [pve-devel] [PATCH pve-manager] ui: qemu: network: increase max queues to 128 Alexandre Derumier
2022-11-17  8:27 ` [pve-devel] applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal