Re: [Cake] [PATCH net-next 02/14] net_sched: cake: implement lockless cake_dump()

2024-04-17 Thread Toke Høiland-Jørgensen via Cake
Simon Horman writes: > + Toke Høiland-Jørgensen > cake@lists.bufferbloat.net Thanks! > On Mon, Apr 15, 2024 at 01:20:42PM +, Eric Dumazet wrote: >> Instead of relying on RTNL, cake_dump() can use READ_ONCE() >> annotations, paired with WRITE_ONCE() ones in cake_change(). >> >>

Re: [Cake] [PATCH net-next 02/14] net_sched: cake: implement lockless cake_dump()

2024-04-17 Thread Eric Dumazet via Cake
On Wed, Apr 17, 2024 at 10:35 AM Simon Horman wrote: > > + Toke Høiland-Jørgensen > cake@lists.bufferbloat.net > > On Mon, Apr 15, 2024 at 01:20:42PM +, Eric Dumazet wrote: > > Instead of relying on RTNL, cake_dump() can use READ_ONCE() > > annotations, paired with WRITE_ONCE() ones in