Re: [ovs-dev] [PATCH] ofproto-dpif: Make fin_timeout work when governor kicks in.

2013-05-13 Thread Ben Pfaff
Thanks a lot. On May 13, 2013 11:28 AM, "Ethan Jackson" wrote: > Acked-by: Ethan Jackson > > I made a slight tweak to the patch. Specifically I passed the > tcp_flags into action_xlate_ctx_init() instead of mucking with the > context directly. I'll merge this and backport it to the relevant >

Re: [ovs-dev] [PATCH] ofproto-dpif: Make fin_timeout work when governor kicks in.

2013-05-13 Thread Ethan Jackson
Acked-by: Ethan Jackson I made a slight tweak to the patch. Specifically I passed the tcp_flags into action_xlate_ctx_init() instead of mucking with the context directly. I'll merge this and backport it to the relevant branches. On Sun, May 12, 2013 at 2:53 PM, Ben Pfaff wrote: > The xlate_ac

[ovs-dev] [PATCH] ofproto-dpif: Make fin_timeout work when governor kicks in.

2013-05-12 Thread Ben Pfaff
The xlate_actions() call in handle_flow_miss_without_facet() didn't implement fin_timeout properly because tcp_flags wasn't getting set. I have not tested that this fixes the problem, but it seems "obviously correct". Bug #16506. Reported-by: Ying Chen Signed-off-by: Ben Pfaff --- AUTHORS