Re: [ovs-dev] [PATCH ovn] northd.c: Fix memory leak when falling back to recompute during LSP deletion.

2023-06-29 Thread Han Zhou
On Thu, Jun 29, 2023 at 4:23 AM Dumitru Ceara wrote: > > On 6/29/23 04:18, Han Zhou wrote: > > When multiple LSP deletions are handled in incremental processing, if it > > hits a LSP that can't be incrementally processed after incrementally > > processing some LSP deletions, it falls back to

Re: [ovs-dev] [PATCH ovn] northd.c: Fix memory leak when falling back to recompute during LSP deletion.

2023-06-29 Thread Dumitru Ceara
On 6/29/23 04:18, Han Zhou wrote: > When multiple LSP deletions are handled in incremental processing, if it > hits a LSP that can't be incrementally processed after incrementally > processing some LSP deletions, it falls back to recompute without > destroying the ovn_port objects that are already

[ovs-dev] [PATCH ovn] northd.c: Fix memory leak when falling back to recompute during LSP deletion.

2023-06-28 Thread Han Zhou
When multiple LSP deletions are handled in incremental processing, if it hits a LSP that can't be incrementally processed after incrementally processing some LSP deletions, it falls back to recompute without destroying the ovn_port objects that are already handled in the handler, resulting in