[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.02.1403201702050.7145@tomh.mtv.corp.google.com>
Date: Thu, 20 Mar 2014 17:09:18 -0700 (PDT)
From: Tom Herbert <therbert@...gle.com>
To: davem@...emloft.net, netdev@...r.kernel.org
Subject: [PATCH net-next 3/4] net: don't clear skbuff hash on tunnel xmit
There's no reason to clear on transmit, most likely effect is that
we lose what is otherwise a perfectly good hash for the encapsulated
flow.
Signed-off-by: Tom Herbert <therbert@...gle.com>
---
net/ipv4/ip_tunnel_core.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/net/ipv4/ip_tunnel_core.c b/net/ipv4/ip_tunnel_core.c
index b86f0a3..195be81 100644
--- a/net/ipv4/ip_tunnel_core.c
+++ b/net/ipv4/ip_tunnel_core.c
@@ -56,7 +56,6 @@ int iptunnel_xmit(struct rtable *rt, struct sk_buff *skb,
skb_scrub_packet(skb, xnet);
- skb_clear_hash(skb);
skb_dst_set(skb, &rt->dst);
memset(IPCB(skb), 0, sizeof(*IPCB(skb)));
--
1.9.1.423.g4596e3a
--
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