Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1523950
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH net-next v6] cadence: Add LSO support. |
| Date | 2016-11-17 00:00 +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> |
| Organization | linux.* mail to news gateway |
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