Merge "net: core: Remove warning for cloned packets in ingress path"
This commit is contained in:
commit
ca43d0b19b
1 changed files with 0 additions and 3 deletions
|
@ -3544,9 +3544,6 @@ static int netif_rx_internal(struct sk_buff *skb)
|
||||||
|
|
||||||
trace_netif_rx(skb);
|
trace_netif_rx(skb);
|
||||||
#ifdef CONFIG_RPS
|
#ifdef CONFIG_RPS
|
||||||
WARN_ONCE(skb_cloned(skb), "Cloned packet from dev %s\n",
|
|
||||||
skb->dev->name);
|
|
||||||
|
|
||||||
if (static_key_false(&rps_needed)) {
|
if (static_key_false(&rps_needed)) {
|
||||||
struct rps_dev_flow voidflow, *rflow = &voidflow;
|
struct rps_dev_flow voidflow, *rflow = &voidflow;
|
||||||
int cpu;
|
int cpu;
|
||||||
|
|
Loading…
Add table
Reference in a new issue