diff --git a/net/core/dev.c b/net/core/dev.c index c1dc8a95f6ffc2de41a3cda887e2a2434496a89a..cf87fde3a29bc62ae6cb6a5d6b7424b646f183fd 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -2372,6 +2372,7 @@ static int get_rps_cpu(struct net_device *dev, struct sk_buff *skb, if (!rxqueue->rps_map && !rxqueue->rps_flow_table) goto done; + skb_reset_network_header(skb); if (!skb_get_rxhash(skb)) goto done;