Re: [PATCH net-next] ip_tunnel: do not clear l4 hashes

2016-09-09 Thread David Miller
From: Eric Dumazet Date: Thu, 08 Sep 2016 15:40:48 -0700 > From: Eric Dumazet > > If skb has a valid l4 hash, there is no point clearing hash and force > a further flow dissection when a tunnel encapsulation is added. > > Signed-off-by: Eric Dumazet Applied.

[PATCH net-next] ip_tunnel: do not clear l4 hashes

2016-09-08 Thread Eric Dumazet
From: Eric Dumazet If skb has a valid l4 hash, there is no point clearing hash and force a further flow dissection when a tunnel encapsulation is added. Signed-off-by: Eric Dumazet --- net/ipv4/ip_tunnel_core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv4/ip_