From: Joe Perches <joe@perches.com>
To: Andrew Gallatin <gallatin@myri.com>
Cc: David Miller <davem@davemloft.net>, netdev@vger.kernel.org
Subject: Re: [PATCH resend net-next 2/3] myri10ge: Add vlan rx for better GRO perf.
Date: Thu, 29 Nov 2012 11:47:58 -0800 [thread overview]
Message-ID: <1354218478.26201.3.camel@joe-AO722> (raw)
In-Reply-To: <50B7B542.6090804@myri.com>
On Thu, 2012-11-29 at 14:19 -0500, Andrew Gallatin wrote:
> On 11/29/12 13:17, David Miller wrote:
> > From: Andrew Gallatin <gallatin@myri.com>
> > Date: Wed, 28 Nov 2012 16:20:56 -0500
> >
> >> + if ((dev->features & (NETIF_F_HW_VLAN_RX)) == NETIF_F_HW_VLAN_RX &&
> >> + (veh->h_vlan_proto == ntohs(ETH_P_8021Q))) {
> >> + /* fixup csum if needed */
> >> + if (skb->ip_summed == CHECKSUM_COMPLETE)
> >> + skb->csum = csum_sub(skb->csum,
> >> + csum_partial(va + ETH_HLEN,
> >> + VLAN_HLEN, 0));
> >
> > This indentation looks like spaghetti, verify that this kind of error
> > doesn't exist in the rest of your patches, and resend the series.
> >
>
> Sorry. Emacs victim... I'll clean it up & re-submit. I'd stupidly
> assumed that checkpatch would verify indentation. :(
checkpatch --strict
next prev parent reply other threads:[~2012-11-29 19:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-28 21:20 [PATCH resend net-next 2/3] myri10ge: Add vlan rx for better GRO perf Andrew Gallatin
2012-11-29 18:17 ` David Miller
2012-11-29 19:19 ` Andrew Gallatin
2012-11-29 19:47 ` Joe Perches [this message]
2012-11-29 19:53 ` Andrew Gallatin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1354218478.26201.3.camel@joe-AO722 \
--to=joe@perches.com \
--cc=davem@davemloft.net \
--cc=gallatin@myri.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox