aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/dsa/dsa_loop.c
diff options
context:
space:
mode:
authorMenglong Dong <imagedong@tencent.com>2022-03-04 14:00:43 +0800
committerDavid S. Miller <davem@davemloft.net>2022-03-04 12:17:11 +0000
commit44f0bd40803c0e04f1c8cd59df3c7acce783ae9c (patch)
tree3cd93d933de81e188ba8fd4589011b70ad88f891 /drivers/net/dsa/dsa_loop.c
parent7faef0547f4c29031a68d058918b031a8e520d49 (diff)
net: dev: use kfree_skb_reason() for enqueue_to_backlog()
Replace kfree_skb() used in enqueue_to_backlog() with kfree_skb_reason(). The skb rop reason SKB_DROP_REASON_CPU_BACKLOG is introduced for the case of failing to enqueue the skb to the per CPU backlog queue. The further reason can be backlog queue full or RPS flow limition, and I think we needn't to make further distinctions. Signed-off-by: Menglong Dong <imagedong@tencent.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/dsa_loop.c')
0 files changed, 0 insertions, 0 deletions