[Kernel-packages] [Bug 1766377] Re: Intel Ethernet I218-V [8086:15a1] Subsystem [1043:85c4] detected Hardware Unit Hang

2020-07-07 Thread Ted Gerold
Thank you for the feedback everyone! -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1766377 Title: Intel Ethernet I218-V [8086:15a1] Subsystem [1043:85c4] detected Hardware Unit Hang

Re: [Kernel-packages] [Bug 1766377] Re: Intel Ethernet I218-V [8086:15a1] Subsystem [1043:85c4] detected Hardware Unit Hang

2020-07-07 Thread Robert Dinse
I can't tell you what performance hit, that depends upon your application, it will hit TCP apps harder than UDP because UDP can't take advantage of it at all. The performance hit will be highest in net centric apps like routers. apt install ethtool ethtool --offload eth0 rx off tx

[Kernel-packages] [Bug 1766377] Re: Intel Ethernet I218-V [8086:15a1] Subsystem [1043:85c4] detected Hardware Unit Hang

2020-07-07 Thread Dee Jay Randall
I don't know the performance impact. You can find the command in earlier comments, but you basically want a variation of: /sbin/ethtool -K eth0 gso off gro off tso off with your network device substituted for "eth0". If you simply run this manually after boot up, rebooting should turn it back

[Kernel-packages] [Bug 1766377] Re: Intel Ethernet I218-V [8086:15a1] Subsystem [1043:85c4] detected Hardware Unit Hang

2020-07-07 Thread Ted Gerold
Unfortunately I cant just install another card in an NUC. What performance hit does turning hardware offloading off have? How is it done and how is it reverted? Wish they would just fix the problem. -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1766377] Re: Intel Ethernet I218-V [8086:15a1] Subsystem [1043:85c4] detected Hardware Unit Hang

2020-07-06 Thread You-Sheng Yang
** Summary changed: - Ethernet E1000 Controller Hangs + Intel Ethernet I218-V [8086:15a1] Subsystem [1043:85c4] detected Hardware Unit Hang -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.