[Bug 1703393] Re: TCP offloads disabled by default
Dimitri John Ledkov
launchpad at surgut.co.uk
Tue Oct 10 07:37:11 UTC 2017
Reproduced
ubuntu at sruz:~$ ethtool -k ens3 | grep tcp
tcp-segmentation-offload: off
tx-tcp-segmentation: off
tx-tcp-ecn-segmentation: off [fixed]
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: off [fixed]
ubuntu at sruz:~$ dpkg-query -W systemd
systemd 232-21ubuntu5
Fixed
ubuntu at sruz:~$ ethtool -k ens3 | grep tcp
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: off [fixed]
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: off [fixed]
ubuntu at sruz:~$ dpkg-query -W systemd
systemd 232-21ubuntu7
** Tags removed: verification-needed verification-needed-zesty
** Tags added: verification-done verification-done-zesty
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1703393
Title:
TCP offloads disabled by default
Status in systemd:
Unknown
Status in systemd package in Ubuntu:
Fix Released
Status in systemd source package in Zesty:
Fix Committed
Status in systemd package in Debian:
Fix Released
Bug description:
[Impact]
Regression in systemd v232 resulted in IPv4 TCP segmentation offload ("tso" in ethtool) to be disabled by default, yet previously it was enabled.
[Fix]
Backport upstream patch to fix the regression
[Testcase]
Use ethtool to verify that tso is enabled on e.g. e1000e card with fixed package.
[Regression Potential]
Link features were incorrectly initialised, this fix changes the initialisation code back to the correct default values. This changes the defaults back to what they are in all other releases. Users on zesty release may have been accustomed to the wrong defaults and may need to adjust .link files to e.g. disable tso if that is the behavior they want.
To manage notifications about this bug go to:
https://bugs.launchpad.net/systemd/+bug/1703393/+subscriptions
More information about the foundations-bugs
mailing list