Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424373AbcKPW4V (ORCPT ); Wed, 16 Nov 2016 17:56:21 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:54204 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1424316AbcKPW4S (ORCPT ); Wed, 16 Nov 2016 17:56:18 -0500 Date: Wed, 16 Nov 2016 17:56:15 -0500 (EST) Message-Id: <20161116.175615.1225296791248245329.davem@davemloft.net> To: rafalo@cadence.com Cc: nicolas.ferre@atmel.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v6] cadence: Add LSO support. From: David Miller In-Reply-To: <1479290554-22123-1-git-send-email-rafalo@cadence.com> References: <1478698862-12924-1-git-send-email-rafalo@cadence.com> <1479290554-22123-1-git-send-email-rafalo@cadence.com> X-Mailer: Mew version 6.7 on Emacs 25.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Wed, 16 Nov 2016 13:56:48 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1104 Lines: 36 From: Rafal Ozieblo Date: Wed, 16 Nov 2016 10:02:34 +0000 > New Cadence GEM hardware support Large Segment Offload (LSO): > TCP segmentation offload (TSO) as well as UDP fragmentation > offload (UFO). Support for those features was added to the driver. > --- > Changed in v2: > macb_lso_check_compatibility() changed to macb_features_check() > (with little modifications) and bind to .ndo_features_check. > (after Eric Dumazet suggestion) > --- > Changed in v3: > Respin to net-next. > --- > Changed in v4: > (struct iphdr*)skb_network_header(skb) changed to ip_hdr(skb) > --- > Changed in v5: > Changes after Florian Fainelli comments > --- > Changes in v6: > UDP checksum zeroing removed. There is no need to zeroing > UDP checksum during UFO operation. > > Signed-off-by: Rafal Ozieblo Applied. But you really, truly, screwed up this commit message. Everything after "---" will be deleted from the commit message when I apply your patch with GIT. Which means your entire changelog plus your signoff were removed. Please do this properly in the future.