From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Wed, 19 Feb 2020 11:22:02 -0800 (PST) Subject: [Intel-wired-lan] [PATCH net-next v2 0/13] net: core: add helper tcp_v6_gso_csum_prep In-Reply-To: References: Message-ID: <20200219.112202.41545263500542131.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: From: Heiner Kallweit 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.