[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <541A0547.3000403@oracle.com>
Date: Wed, 17 Sep 2014 18:03:51 -0400
From: David L Stevens <david.stevens@...cle.com>
To: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>,
David Miller <davem@...emloft.net>
CC: netdev@...r.kernel.org
Subject: Re: [PATCHv5 net-next 3/3] sunvnet: generate ICMP PTMUD messages
for smaller port MTUs
On 09/17/2014 05:13 PM, Sergei Shtylyov wrote:
>> + }
>> +#if IS_ENABLED(CONFIG_IPV6)
>
> This #if could be avoided by extending the *if* statement below, no?
>
>> + else if (skb->protocol == htons(ETH_P_IPV6))
>> + icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, localmtu);
>> +#endif
>> goto out_dropped;
>> + }
I'm not sure I understand your point, but the #if must be there to
avoid a reference to icmpv6_send() which will not be defined if
CONFIG_IPV6=n.
+-DLS
--
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