Files
linux/net
Eric Dumazet c85cedb38f net_sched: sch_skbprio: implement lockless skbprio_dump()
Instead of relying on RTNL, skbprio_dump() can use READ_ONCE()
annotation, paired with WRITE_ONCE() one in skbprio_change().

Also add a READ_ONCE(sch->limit) in skbprio_enqueue().

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2024-04-19 11:34:08 +01:00
..
2024-04-08 11:56:56 +01:00
2024-03-29 15:03:11 -07:00
2024-03-29 15:03:11 -07:00
2023-12-12 14:24:14 +01:00
2024-01-31 16:41:16 -08:00