Re: [ovs-dev] [PATCH] tnl-port: Fix list iteration.

2015-09-14 Thread Pravin Shelar
On Sun, Sep 13, 2015 at 8:43 AM, Jesse Gross wrote: > On Sat, Sep 12, 2015 at 10:40 AM, Pravin B Shelar wrote: >> Fixes Segmentation fault in >> tnl_port_map_run () at lib/tnl-ports.c:403 >> >> Reported-by: Jesse Gross >> Signed-off-by: Pravin B Shelar > > Thanks, that fixes the problem for me.

Re: [ovs-dev] [PATCH] tnl-port: Fix list iteration.

2015-09-13 Thread Jesse Gross
On Sat, Sep 12, 2015 at 10:40 AM, Pravin B Shelar wrote: > Fixes Segmentation fault in > tnl_port_map_run () at lib/tnl-ports.c:403 > > Reported-by: Jesse Gross > Signed-off-by: Pravin B Shelar Thanks, that fixes the problem for me. Acked-by: Jesse Gross __

[ovs-dev] [PATCH] tnl-port: Fix list iteration.

2015-09-12 Thread Pravin B Shelar
Fixes Segmentation fault in tnl_port_map_run () at lib/tnl-ports.c:403 Reported-by: Jesse Gross Signed-off-by: Pravin B Shelar --- lib/tnl-ports.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/tnl-ports.c b/lib/tnl-ports.c index f510f1e..59d5354 100644 ---