[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110105091340.3f8833ef@nehalam>
Date: Wed, 5 Jan 2011 09:13:40 -0800
From: Stephen Hemminger <shemminger@...tta.com>
To: Eric Dumazet <eric.dumazet@...il.com>
Cc: David Miller <davem@...emloft.net>, netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH] ipv4: IP defragmentation must be ECN aware
On Wed, 05 Jan 2011 14:59:02 +0100
Eric Dumazet <eric.dumazet@...il.com> wrote:
> +
> +static inline int ip4_frag_ecn(int tos)
Since tos is only a byte, this should be:
static inline u8 ip4_frag_ecn(u8 tos)
--
--
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