Hey!
I managed to configure SR-IOV on my Proxmox machine and pass them to my guests using PCI Passthrough.
I am attempting to set the state of my virtual function from auto to enable so the VFs link will stay up even if the PF is down using ip link command:
(running as root user on Proxmox host)
And receiving the following error:
I am using "Intel Corporation Ethernet Controller 10G x550T" which uses the ixgbe kernel module running on Proxmox VE 6.2-4 (Kernel 5.4.34-1-pve).
Thanks in advance for the help.
I managed to configure SR-IOV on my Proxmox machine and pass them to my guests using PCI Passthrough.
I am attempting to set the state of my virtual function from auto to enable so the VFs link will stay up even if the PF is down using ip link command:
ip link set eno2 vf 1 state enable
(running as root user on Proxmox host)
And receiving the following error:
RTNETLINK answers: Operation not supported
I am using "Intel Corporation Ethernet Controller 10G x550T" which uses the ixgbe kernel module running on Proxmox VE 6.2-4 (Kernel 5.4.34-1-pve).
Thanks in advance for the help.