Re: [ovs-dev] [PATCH] datapath: stt: Fix error handling in stt_start().

2015-12-20 Thread Pravin Shelar
On Sun, Dec 20, 2015 at 9:07 AM, Jesse Gross wrote: > On Sun, Dec 20, 2015 at 1:21 AM, Pravin B Shelar wrote: >> The bug was reported by Joe Stringer. >> >> Signed-off-by: Pravin B Shelar > > Acked-by: Jesse Gross Thanks. I pushed it to master and branch-2.5. _

Re: [ovs-dev] [PATCH] datapath: stt: Fix error handling in stt_start().

2015-12-20 Thread Jesse Gross
On Sun, Dec 20, 2015 at 1:21 AM, Pravin B Shelar wrote: > The bug was reported by Joe Stringer. > > Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] datapath: stt: Fix error handling in stt_start().

2015-12-19 Thread Pravin B Shelar
The bug was reported by Joe Stringer. Signed-off-by: Pravin B Shelar --- datapath/linux/compat/stt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/datapath/linux/compat/stt.c b/datapath/linux/compat/stt.c index 1e2c26a..218177e 100644 --- a/datapath/linux/compat/stt.c ++