I have PVE 8.3 installed on a machine with a dual port SFP+ NIC (X710-DA2). I've set up SR-IOV VF's using these udev rules:
Using the PVE GUI, I've set up a bridge on a bond on two of the VF's resulting in the following interfaces file:
Read more
Code:
ACTION=="add", SUBSYSTEM=="net", ENV{INTERFACE}=="enp1s0f0np0", ATTR{device/sriov_numvfs}="3"
ACTION=="add", SUBSYSTEM=="net", ENV{INTERFACE}=="enp1s0f1np1", ATTR{device/sriov_numvfs}="3"
Using the PVE GUI, I've set up a bridge on a bond on two of the VF's resulting in the following interfaces file:
Code:
auto lo
iface lo inet loopback
auto enp1s0f0v0
iface...
Read more