Re: [ovs-dev] [PATCH] dpif-netdev: delete lost packets in dp_execute_cb()

2014-06-25 Thread Daniele Di Proietto
On Jun 25, 2014, at 3:02 PM, Pravin Shelar wrote: > On Wed, Jun 25, 2014 at 11:39 AM, Daniele Di Proietto > wrote: >> This commit fixes memory leaks in dp_execute_cb() in two cases: >>- when the output port cannot be found >>- when the recirculation depth is exceeded >> >> Reported-by:

Re: [ovs-dev] [PATCH] dpif-netdev: delete lost packets in dp_execute_cb()

2014-06-25 Thread Pravin Shelar
On Wed, Jun 25, 2014 at 11:39 AM, Daniele Di Proietto wrote: > This commit fixes memory leaks in dp_execute_cb() in two cases: > - when the output port cannot be found > - when the recirculation depth is exceeded > > Reported-by: Pravin Shelar > Signed-off-by: Daniele Di Proietto > --- T

[ovs-dev] [PATCH] dpif-netdev: delete lost packets in dp_execute_cb()

2014-06-25 Thread Daniele Di Proietto
This commit fixes memory leaks in dp_execute_cb() in two cases: - when the output port cannot be found - when the recirculation depth is exceeded Reported-by: Pravin Shelar Signed-off-by: Daniele Di Proietto --- lib/dpif-netdev.c | 11 ++- 1 file changed, 10 insertions(+), 1 del