Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1523950
| Path | csiph.com!1.us.feeder.erje.net!feeder.erje.net!2.us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | David Miller <davem@davemloft.net> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH net-next v6] cadence: Add LSO support. |
| Date | Thu, 17 Nov 2016 00:00:02 +0100 |
| Message-ID | <sEhlo-Bi-7@gated-at.bofh.it> (permalink) |
| References | <sBBqh-7Wu-15@gated-at.bofh.it> <sE5kd-1tv-17@gated-at.bofh.it> |
| X-Original-To | 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 | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 36 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | nicolas.ferre@atmel.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org |
| X-Original-Date | Wed, 16 Nov 2016 17:56:15 -0500 (EST) |
| X-Original-Message-ID | <20161116.175615.1225296791248245329.davem@davemloft.net> |
| X-Original-References | <1478698862-12924-1-git-send-email-rafalo@cadence.com> <1479290554-22123-1-git-send-email-rafalo@cadence.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1523950 |
Show key headers only | View raw
From: Rafal Ozieblo <rafalo@cadence.com> 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 <rafalo@cadence.com> 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.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH net-next v6] cadence: Add LSO support. Rafal Ozieblo <rafalo@cadence.com> - 2016-11-16 11:10 +0100 Re: [PATCH net-next v6] cadence: Add LSO support. David Miller <davem@davemloft.net> - 2016-11-17 00:00 +0100
csiph-web