[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <50B7BD35.30909@myri.com>
Date: Thu, 29 Nov 2012 14:53:25 -0500
From: Andrew Gallatin <gallatin@...i.com>
To: Joe Perches <joe@...ches.com>
CC: David Miller <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [PATCH resend net-next 2/3] myri10ge: Add vlan rx for better
GRO perf.
On 11/29/12 14:47, Joe Perches wrote:
> 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@...i.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
>
That catches one formatting error in the patch, but does not complain
about the indentation issues.
Drew
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists