Re: [ovs-dev] [branch-2.1 1/2] upcall: Add appctl call to set flow_limit.

2014-06-22 Thread Alex Wang
I'll mention it in the commit message, thx for the review. Applied both to branch-2.1 Alex Wang, On Fri, Jun 20, 2014 at 7:47 PM, Joe Stringer wrote: > I assume these two backported cleanly? Looks good, not sure if you want to > mention that it's a backport in the commit message. > > Acked-by

Re: [ovs-dev] [branch-2.1 1/2] upcall: Add appctl call to set flow_limit.

2014-06-20 Thread Joe Stringer
I assume these two backported cleanly? Looks good, not sure if you want to mention that it's a backport in the commit message. Acked-by: Joe Stringer On 20 June 2014 16:23, Alex Wang wrote: > From: Joe Stringer > > This should assist testing of datapath performance, as it allows us to > skip

[ovs-dev] [branch-2.1 1/2] upcall: Add appctl call to set flow_limit.

2014-06-19 Thread Alex Wang
From: Joe Stringer This should assist testing of datapath performance, as it allows us to skip "warming up" the flow limit value. Signed-off-by: Joe Stringer Signed-off-by: Ben Pfaff --- ofproto/ofproto-dpif-upcall.c | 26 ++ 1 file changed, 26 insertions(+) diff --