diff options
author | 2025-07-24 21:28:37 +0800 | |
---|---|---|
committer | 2025-07-25 15:47:21 -0700 | |
commit | bf3c032bfe16489abe38986e2c05fb5f9073319f (patch) | |
tree | c0050a708a78f00c0a9e5599823d7f3331d612ee /tools/perf/scripts/python | |
parent | Merge branch 'net-add-sockaddr_inet-unified-address-structure' (diff) | |
download | wireguard-linux-bf3c032bfe16489abe38986e2c05fb5f9073319f.tar.xz wireguard-linux-bf3c032bfe16489abe38986e2c05fb5f9073319f.zip |
net/sched: Add precise drop reason for pfifo_fast queue overflows
Currently, packets dropped by pfifo_fast due to queue overflow are
marked with a generic SKB_DROP_REASON_QDISC_DROP in __dev_xmit_skb().
This patch adds explicit drop reason SKB_DROP_REASON_QDISC_OVERLIMIT
for queue-full cases, providing better distinction from other qdisc drops.
Signed-off-by: Fan Yu <fan.yu9@zte.com.cn>
Reviewed-by: Cong Wang <xiyou.wangcong@gmail.com>
Link: https://patch.msgid.link/20250724212837119BP9HOs0ibXDRWgsXMMir7@zte.com.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions