Re: [PATCH net-next] r8169: improve handling of TD_MSS_MAX
From: David Miller <davem@davemloft.net>
Date: 2020-03-30 18:45:39
From: David Miller <davem@davemloft.net>
Date: 2020-03-30 18:45:39
From: Heiner Kallweit <hkallweit1@gmail.com> Date: Sun, 29 Mar 2020 18:28:45 +0200
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>
Applied.