Also had the problem, with the system also going stale (backups to NFS storage blocked..)
journalctl -b-1
dmesg | less
dmesg -Hl err -f kern
ls -l /sys/class/net/
I was only able to reproduce the problem with cards that have firmware version 9.40.
ethtool -i enp3s0f0np0
ethtool -k enp3s0f1np1 | grep rx-vlan
I've had similar problems and I've changed the interfaces file to what you have here, with only difference being:
And today one of the the servers decided to spew..Code:bridge-vids 2-4094
cat /etc/network/interfaces
&I updated /etc/network/interfaces as below, and it solved the problem...
Code:... bridge-vids 10 11 12 ... offload-rx-vlan-filter off
The problem should be solved with a newer driver: https://github.com/intel/ethernet-linux-i40e/releases/tag/v2.27.8
Any update on this?PVE-Backup: error fetching datastores - 500 Can't connect <---- Good times!Code:journalctl -b-1
i40e 0000:03:00.0: Error I40E_AQ_RC_ENOSPC, forcing overflow promiscuous on PF <--- Snazzy! (PF=Physical Function (FYI))Code:dmesg | less
i40e 0000:03:00.0: Invalid VF Identifier 0 <------ Hmmm. "Invalid" Indeed! (VF=Virtual Function)Code:dmesg -Hl err -f kern
... who is this troubled 0000:3:00.0 I wonder...
enp3s0f0np0 -> ../../devices/pci0000:00/0000:00:06.2/0000:03:00.0/net/enp3s0f0np0Code:ls -l /sys/class/net/
Ahhh the ole "VM-Private" IF w/ vmbr2 - super!
driver: i40eCode:ethtool -i enp3s0f0np0
version: 6.8.12-10-pve
firmware-version: 9.40 0x8000ecd6 0.0.0 <------- Lucky Me!
What is enabled/disabled??
rx-vlan-offload: onCode:ethtool -k enp3s0f1np1 | grep rx-vlan
rx-vlan-filter: on [fixed]
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
iface vmbr2 inet staticCode:cat /etc/network/interfaces
bridge-vlan-aware yes
bridge-vids 2-4094 <----- Hmm when did I set that?
&
Oh that Readme from Intel looks like a sexy bit of late night reading - Joy!
Once I wake up 5 times while reading, then get that hot new v2.27.8 driver slapped on and, get that config corrected, I'll report back. Thank you everyone from 2020 until today for sharing your findings <3
Yes! Sorry I got distracted..Any update on this?
apt update && apt full-upgrade -y && apt autoremove -y && apt clean
wget https://github.com/intel/ethernet-linux-i40e/releases/download/v2.28.6/i40e-2.28.6.tar.gz
tar zxf i40e-2.28.6.tar.gz
rm i40e-2.28.6.tar.gz
cd i40e-2.28.6/src/
make install
update-initramfs -u
reboot
modinfo i40e
apt install unzip -y
wget https://downloadmirror.intel.com/853788/700Series_NVMUpdatePackage_v9_54.zip
unzip 700Series_NVMUpdatePackage_v9_54.zip
tar zxf 700Series_NVMUpdatePackage_v9_54_Linux.tar.gz
rm 700Series_NVMUpdatePackage_v9_54_EFI.zip
rm 700Series_NVMUpdatePackage_v9_54_ESX.tar.gz
rm 700Series_NVMUpdatePackage_v9_54_FreeBSD.tar.gz
rm 700Series_NVMUpdatePackage_v9_54_Windows.zip
rm 700Series_NVMUpdatePackage_v9_54.zip
rm 700Series_NVMUpdatePackage_v9_54_Linux.tar.gz
cd 700Series/Linux_x64
chmod 755 nvmupdate64e
./nvmupdate64e
Select your NIC
01
Make a backup..
Y
<any key>
reboot
We use essential cookies to make this site work, and optional cookies to enhance your experience.