Re: [PATCH net-next] ipv6: ipv6_select_ident() returns a __be32

2015-05-25 Thread Martin KaFai Lau
On Mon, May 25, 2015 at 04:02:21PM -0700, Eric Dumazet wrote: From: Eric Dumazet eduma...@google.com ipv6_select_ident() returns a 32bit value in network order. Fixes: 286c2349f666 (ipv6: Clean up ipv6_select_ident() and ip6_fragment()) Signed-off-by: Eric Dumazet eduma...@google.com

[PATCH net-next] ipv6: ipv6_select_ident() returns a __be32

2015-05-25 Thread Eric Dumazet
From: Eric Dumazet eduma...@google.com ipv6_select_ident() returns a 32bit value in network order. Fixes: 286c2349f666 (ipv6: Clean up ipv6_select_ident() and ip6_fragment()) Signed-off-by: Eric Dumazet eduma...@google.com Reported-by: kbuild test robot fengguang...@intel.com ---

Re: [PATCH net-next] ipv6: ipv6_select_ident() returns a __be32

2015-05-25 Thread David Miller
From: Eric Dumazet eric.duma...@gmail.com Date: Mon, 25 May 2015 16:02:21 -0700 From: Eric Dumazet eduma...@google.com ipv6_select_ident() returns a 32bit value in network order. Fixes: 286c2349f666 (ipv6: Clean up ipv6_select_ident() and ip6_fragment()) Signed-off-by: Eric Dumazet