Ok, many thanks for patience and explanation. I will try and test what I can achieve.
Anyways, maybe someone will stumble upon this topic and provide definite solution. That is pretty frustrating experience TBH ;)
If I run "ethtool -K eno1 tso off gso off" manually I get following changes:
tcp-segmentation-offload: off
tx-tcp-segmentation: off
tx-tcp-ecn-segmentation: off [fixed]
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: off
udp-fragmentation-offload: off...
Strangely, when I apply post-up to both interfaces only 'tx-tcp-mangleid-segmentation: off' line changes.
root@pve:~# ethtool -k eno1
Features for eno1:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6...
Not here, unfortunately :( I did exactly the same as you did (just applied to eno1 instead of eno2). Even now just repeated the steps that you did and the result of diff is blank (nothing).
Ok, I misunderstood your post – my fault.
I tried that once more – applied the line only to eno1 interface.
auto lo
iface lo inet loopback
iface eno1 inet manual
post-up /usr/sbin/ethtool -K $IFACE tso off gso off 2> /dev/null
auto vmbr0
iface vmbr0 inet static
address...
Yup, I noticed that after a while. But even after restarting the VM's and containers I did notice really strange behaviour in Home Assistant VM. Maybe that was not related to this issue or workaround, just a coincidence.
Right now I rolled back because of lack of time. I will try again tomorrow...
Oh man, I just run into many problems after applying this workaround. Really, big time.
I don't know what might happened but my VM's, especially the one with smart home instance (Home Assistant) got messed. I was loosing connectivity to this VM (Web UI wasn't responding or loading), I also...
Oh, ok. I don't do passthrough because couple of VM's make use of this 'real' interface. I also don't have direct access to the host. That's my only NIC and I run NUC in headless mode. Loosing connectivity would be highly problematic then ;) I guess I'll run some "stress tests" and will see how...
Thanks. Can you point me to the best way to check if this workaround resolved the issue on my setup?
I've previously tried uploading/downloading large files to/from the network drive hosted on my NUC. I also tried iperf3. However, none of those tests make me 100% sure as this issue seems to...
Ok, so it worked only after I put it under both interfaces (eno1 and vmbr0). Heres the output:
Features for eno1:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc...
Many thanks! I would also appreciate if you could indeed come back with your observations/experience.
Thanks. Here's the output:
root@pve:/sbin# ethtool -k eno1
Features for eno1:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on...
Thanks for a real quick answer!
Is there any drawback from applying post-up to both interfaces? I've seen (here: https://forum.proxmox.com/threads/e1000-driver-hang.58284/post-303366) that it may not work if applied only to 'real' interface.
Regarding your example. While I clearly understand...
Hello there!
I'm experiencing the same issue on NUC8i3BEH with I219-V NIC. Can someone please advice me if I'm applying the fix properly?
Here's what I have on PCI:
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (6) I219-V (rev 30)
Subsystem: Intel Corporation...
I've succeeded :) Check this out: https://forum.proxmox.com/threads/libreelec-with-intel-kabylake-gpu-passthrough.67598/#post-304697
Config from the last post seems to work!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.