Message ID | e4d1cc88-2064-caa0-c786-41f8720869a4@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | net: add and use netdev_sw_irq_coalesce_default_on() | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Wed, 30 Nov 2022 23:25:23 +0100 you wrote: > There are reports about r8169 not reaching full line speed on certain > systems (e.g. SBC's) with a 2.5Gbps link. > There was a time when hardware interrupt coalescing was enabled per > default, but this was changed due to ASPM-related issues on few systems. > > Meanwhile we have sysfs attributes for controlling kind of > "software interrupt coalescing" on the GRO level. However most distros > and users don't know about it. So lets set a conservative default for > both involved parameters. Users can still override the defaults via > sysfs. Don't enable these settings on the fast ethernet chip versions, > they are slow enough. > > [...] Here is the summary with links: - [net-next,1/2] net: add netdev_sw_irq_coalesce_default_on() https://git.kernel.org/netdev/net-next/c/d93607082e98 - [net-next,2/2] r8169: enable GRO software interrupt coalescing per default https://git.kernel.org/netdev/net-next/c/42f66a44d837 You are awesome, thank you!