Merge "net: core: Remove warning for cloned packets in ingress path"

This commit is contained in:
Linux Build Service Account 2016-10-13 12:29:03 -07:00 committed by Gerrit - the friendly Code Review server
commit ca43d0b19b

View file

@ -3544,9 +3544,6 @@ static int netif_rx_internal(struct sk_buff *skb)
trace_netif_rx(skb);
#ifdef CONFIG_RPS
WARN_ONCE(skb_cloned(skb), "Cloned packet from dev %s\n",
skb->dev->name);
if (static_key_false(&rps_needed)) {
struct rps_dev_flow voidflow, *rflow = &voidflow;
int cpu;