[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20161229.115543.1762031328572098632.davem@davemloft.net>
Date: Thu, 29 Dec 2016 11:55:43 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: lizheng043@...il.com
Cc: linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
kuznet@....inr.ac.ru, jmorris@...ei.org, yoshfuji@...ux-ipv6.org,
kaber@...sh.net, james.z.li@...csson.com
Subject: Re: [PATCH] ipv6: Should use consistent conditional judgement for
ip6 fragment between __ip6_append_data and ip6_finish_output
From: Zheng Li <lizheng043@...il.com>
Date: Wed, 28 Dec 2016 23:23:46 +0800
> From: Zheng Li <james.z.li@...csson.com>
>
> There is an inconsistent conditional judgement between __ip6_append_data
> and ip6_finish_output functions, the variable length in __ip6_append_data
> just include the length of application's payload and udp6 header, don't
> include the length of ipv6 header, but in ip6_finish_output use
> (skb->len > ip6_skb_dst_mtu(skb)) as judgement, and skb->len include the
> length of ipv6 header.
>
> That causes some particular application's udp6 payloads whose length are
> between (MTU - IPv6 Header) and MTU were fragmented by ip6_fragment even
> though the rst->dev support UFO feature.
>
> Add the length of ipv6 header to length in __ip6_append_data to keep
> consistent conditional judgement as ip6_finish_output for ip6 fragment.
>
> Signed-off-by: Zheng Li <james.z.li@...csson.com>
Applied, thank you.
Powered by blists - more mailing lists