Re: [PATCH net-next v2 0/13] net: core: add helper tcp_v6_gso_csum_prep

From: David Miller
Date: Wed Feb 19 2020 - 14:22:07 EST


From: Heiner Kallweit <hkallweit1@xxxxxxxxx>
Date: Tue, 18 Feb 2020 20:55:18 +0100

> Several network drivers for chips that support TSO6 share the same code
> for preparing the TCP header, so let's factor it out to a helper.
> A difference is that some drivers reset the payload_len whilst others
> don't do this. This value is overwritten by TSO anyway, therefore
> the new helper resets it in general.

Series applied, thanks Heiner.