commit | 4abc3c04810bab77ae5779adc9f6abb5dad4ac6f | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Sun Mar 29 18:28:45 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 30 11:44:53 2020 -0700 |
tree | 60c4128b61db00604e67e9a40aa137ee2a25c1b3 | |
parent | 3288dffc5dd82c81adfdaf857886d1e06389017b [diff] |
r8169: improve handling of TD_MSS_MAX If the mtu is greater than TD_MSS_MAX, then TSO is disabled, see rtl8169_fix_features(). Because mss is less than mtu, we can't have the case mss > TD_MSS_MAX in the TSO path. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>