Recent content by androme13

  1. A

    Opt-in Linux 6.5 Kernel with ZFS 2.2 for Proxmox VE 8 available on test & no-subscription

    Tried on my homelab (Zen 2), no problem, cpu usage is lower but consumption remains (my hopes where here) the same.
  2. A

    10 Gbps issue with pfSense on Proxmox

    Hi, i have similar configuration (freebox delta server) but vyos and PCIe passthrough instead pfsense , could you try to turn your freebox into bridge mode instead router mode? my resuls from one VM : curl -L -k -o /dev/null http://mafreebox.freebox.fr//gen/10G % Total % Received % Xferd...
  3. A

    Opt-in Linux 5.19 Kernel for Proxmox VE 7.x available

    Hi, i've somewhere same server specs as you and no problem for me. May be a PSU related problem ? 3900X + 64 ECC + asrock rack x570d4u 1 PCIE HBA+ 1 PCIE Intel x710 Nic
  4. A

    PVE Host with Two Physical Bond NICs and Switch Port-Channel

    Hi, all in documentation of proxmox. https://pve.proxmox.com/wiki/Network_Configuration
  5. A

    10G XG-C100F slower upload problem.

    Hi, try to add "-P 3" to your iperf command.
  6. A

    Linux Bridge between 2 VMs - What is maximum speed?

    Hello, with Intel X710 DA2 NIC, and enabled sr-iov and intel nic virtual function i can reach ~40 Gbits between 2 VMs without hammering my AMD 3900X CPU (It reduces overhead of guests too), with normal linux bridge you will be limited by your host's CPU.
  7. A

    Opt-in Linux Kernel 5.15 for Proxmox VE 7.x available

    Hi, IOMMU=pt is for device virtualizing (like NIC or GPU) with a better passthrough. kvm_amd.npt=1 && kvm_amd.avic=1 is for AMD specific optimization on KVM. (no proof of gain) nmi_watchdog=0 is for disable linux watchdog since my system has hardware watchdog mitigations=off is for disable...
  8. A

    Opt-in Linux Kernel 5.15 for Proxmox VE 7.x available

    Working good on my system with AMD 3900X (ondemand governor) on X570 system with IOMMU and SR-IOV. Using last i40e and iavf drivers Command line: BOOT_IMAGE=/boot/vmlinuz-5.15.30-2-pve root=/dev/mapper/pve-root ro quiet amd_iommu=on iommu=pt kvm_amd.npt=1 kvm_amd.avic=1 nmi_watchdog=0...
  9. A

    Anyone with Intel X710-T network card with reboot history on Dell R540 server?

    You can compile latest intel (i40e) drivers easily under proxmox, i done it without problem for x710-da2, i got same message before drivers update. Same thing for iavf drivers. Note you could need to upgrade to latest nvm firmware (8.40 currently) too.
  10. A

    Unable to change the VF state using sr-iov on Proxmox

    Hi, i'm running Proxmox Virtual Environment 6.3-2 (5.4.73-1-pve) and the command running fine on my sr-iov setup, (Intel X722 Nic)