[ovs-dev] [PATCH v12 0/1] Balance-tcp bond mode optimization

Vishal Deep Ajmera vishal.deep.ajmera at ericsson.com
Tue Apr 7 04:57:34 UTC 2020


> > Hi Matteo,
> >
> > Thanks for the patch. But I fail to understand why there is a memory leak.
> > In fact when I tested in my setup, the test ran without any leak.
>
> The main part is:
> '_REFILL_' loop removes packets from the original batch and
> dp_execute_output_action()
> doesn't free them if 'should_steal' equals to false.  Since,
> dp_execute_output_action()
> returns success, '_REFILL_' doesn't put packet back to original batch 
> leaking
> it.
>
> You need lb_output to not be the last action to reproduce.
>
Thanks Ilya.


More information about the dev mailing list