Re: [pve-devel] [PATCH qemu-server] add virtio host_mtu feature.

2020-06-03 Thread Alexandre DERUMIER
Hi, any comment about this patch ? forum users still need it https://forum.proxmox.com/threads/set-mtu-on-guest.45078/page-2 (and it could help too with vxlan and other tunneling where mtu need to be reduce on guest) - Mail original - De: "aderumier" À: "pve-devel" Cc: "aderumier"

[pve-devel] [PATCH qemu-server] add virtio host_mtu feature.

2020-04-16 Thread Alexandre Derumier
This add a new "mtu" param to vm nic, and force the mtu in the guest for virtio nic only. Special value: 1 = set the same value than the bridge --- PVE/QemuServer.pm | 19 +++ 1 file changed, 19 insertions(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index