linux/include
Eric Dumazet 191ff13e42 net_sched: add qdisc_dequeue_drop() helper
Some qdisc like cake, codel, fq_codel might drop packets
in their dequeue() method.

This is currently problematic because dequeue() runs with
the qdisc spinlock held. Freeing skbs can be extremely expensive.

Add qdisc_dequeue_drop() method and a new TCQ_F_DEQUEUE_DROPS
so that these qdiscs can opt-in to defer the skb frees
after the socket spinlock is released.

TCQ_F_DEQUEUE_DROPS is an attempt to not penalize other qdiscs
with an extra cache line miss.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20251121083256.674562-14-edumazet@google.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2025-11-25 16:10:32 +01:00
..
acpi
asm-generic
clocksource
crypto
cxl
drm
dt-bindings
hyperv
keys
kunit
kvm
linux net: stmmac: remove axi_blen array 2025-11-20 17:57:40 -08:00
math-emu
media
memory
misc
net net_sched: add qdisc_dequeue_drop() helper 2025-11-25 16:10:32 +01:00
pcmcia
ras
rdma
rv
scsi
soc
sound
target
trace
uapi devlink: support default values for param-get and param-set 2025-11-20 19:01:22 -08:00
ufs
vdso
video
xen
Kbuild