I've switched off all offloading as per this post. But I can confirm that this doesn't solve the issue anymore. I'm on kernel pve-kernel-5.13.19-4-pve: 5.13.19-9
Syslog is intermittently filled with these messages. I can't do bulk data transfers through the network interface; As soon as I try a sustained outbound bulk data transfer, it fails with the connection resetting and syslog says:
interfaces file:
Syslog is intermittently filled with these messages. I can't do bulk data transfers through the network interface; As soon as I try a sustained outbound bulk data transfer, it fails with the connection resetting and syslog says:
Code:
Mar 11 04:27:37 snuc2 kernel: e1000e 0000:00:1f.6 eno1: Detected Hardware Unit Hang:
TDH <38>
TDT <6f>
next_to_use <6f>
next_to_clean <37>
buffer_info[next_to_clean]:
time_stamp <1077e1796>
next_to_watch <38>
jiffies <1077e1fc0>
next_to_watch.status <0>
MAC Status <40080083>
PHY Status <796d>
PHY 1000BASE-T Status <3800>
PHY Extended Status <3000>
PCI Status <10>
Mar 11 04:27:38 snuc2 kernel: e1000e 0000:00:1f.6 eno1: Reset adapter unexpectedly
Mar 11 04:27:38 snuc2 kernel: vmbr0: port 1(eno1) entered disabled state
Mar 11 04:27:42 snuc2 kernel: e1000e 0000:00:1f.6 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
Mar 11 04:27:42 snuc2 kernel: vmbr0: port 1(eno1) entered blocking state
Mar 11 04:27:42 snuc2 kernel: vmbr0: port 1(eno1) entered forwarding state
interfaces file:
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
offload-gso off
offload-gro off
offload-tso off
offload-rx off
offload-tx off
offload-rxvlan off
offload-txvlan off
offload-sg off
offload-ufo off
offload-lro off
auto vmbr0
iface vmbr0 inet static
address 192.168.1.158/24
gateway 192.168.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0