[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5489ABBA.9080102@cogentembedded.com>
Date: Thu, 11 Dec 2014 17:35:38 +0300
From: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
To: Sathya Perla <Sathya.Perla@...lex.Com>,
David Miller <davem@...emloft.net>
CC: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [PATCH net] be2net: Export tunnel offloads only when a VxLAN
tunnel is created
Hello.
On 12/11/2014 10:24 AM, Sathya Perla wrote:
>>> + netdev->hw_enc_features |= (NETIF_F_IP_CSUM |
>> NETIF_F_IPV6_CSUM |
>>> + NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_GSO_UDP_TUNNEL);
>> Please indent this properly:
>> netdev->hw_enc_features |= (NETIF_F_IP_CSUM |
>> NETIF_F_IPV6_CSUM |
>> NETIF_F_TSO | NETIF_F_TSO6 |
>> NETIF_F_GSO_UDP_TUNNEL);
> Oops, checkpatch didn't seem to catch this...will fix it up and send out a v2 right away...
> thanks!
Parens are not needed here as well.
WBR, Sergei
--
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