Re: [ovs-dev] [PATCH] bond: Update of recirculation rules requires write-lock.

2024-02-15 Thread Ilya Maximets
On 2/15/24 13:42, Simon Horman wrote: > On Tue, Feb 13, 2024 at 11:08:54AM +0100, Ilya Maximets wrote: >> On 2/13/24 09:37, Adrian Moreno wrote: >>> >>> >>> On 2/13/24 09:32, Adrian Moreno wrote: On 2/9/24 17:17, Ilya Maximets wrote: > For some reason annotation is made for a rea

Re: [ovs-dev] [PATCH] bond: Update of recirculation rules requires write-lock.

2024-02-15 Thread Simon Horman
On Tue, Feb 13, 2024 at 11:08:54AM +0100, Ilya Maximets wrote: > On 2/13/24 09:37, Adrian Moreno wrote: > > > > > > On 2/13/24 09:32, Adrian Moreno wrote: > >> > >> > >> On 2/9/24 17:17, Ilya Maximets wrote: > >>> For some reason annotation is made for a read-lock, while all the > >>> callers are

Re: [ovs-dev] [PATCH] bond: Update of recirculation rules requires write-lock.

2024-02-13 Thread Ilya Maximets
On 2/13/24 09:37, Adrian Moreno wrote: > > > On 2/13/24 09:32, Adrian Moreno wrote: >> >> >> On 2/9/24 17:17, Ilya Maximets wrote: >>> For some reason annotation is made for a read-lock, while all the >>> callers are correctly holding a write-lock. >>> >>> Fixes: 05df16238d43 ("ofproto/bond: Fix

Re: [ovs-dev] [PATCH] bond: Update of recirculation rules requires write-lock.

2024-02-13 Thread Adrian Moreno
On 2/13/24 09:32, Adrian Moreno wrote: On 2/9/24 17:17, Ilya Maximets wrote: For some reason annotation is made for a read-lock, while all the callers are correctly holding a write-lock. Fixes: 05df16238d43 ("ofproto/bond: Fix bond post recirc rule leak.") Signed-off-by: Ilya Maximets ---

Re: [ovs-dev] [PATCH] bond: Update of recirculation rules requires write-lock.

2024-02-13 Thread Adrian Moreno
On 2/9/24 17:17, Ilya Maximets wrote: For some reason annotation is made for a read-lock, while all the callers are correctly holding a write-lock. Fixes: 05df16238d43 ("ofproto/bond: Fix bond post recirc rule leak.") Signed-off-by: Ilya Maximets --- ofproto/bond.c | 2 +- 1 file changed,

[ovs-dev] [PATCH] bond: Update of recirculation rules requires write-lock.

2024-02-09 Thread Ilya Maximets
For some reason annotation is made for a read-lock, while all the callers are correctly holding a write-lock. Fixes: 05df16238d43 ("ofproto/bond: Fix bond post recirc rule leak.") Signed-off-by: Ilya Maximets --- ofproto/bond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/