[ovs-git] Open vSwitch: upcall: Configure datapath max-idle through ovs-vsctl. (branch-2.1)

dev at openvswitch.org dev at openvswitch.org
Mon Jun 23 04:04:09 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, branch-2.1 has been updated
       via  daded0421c7b746c4ce54b6f79061918ed440edf (commit)
       via  1614733c8299872598cf1859b71d24fd1522352b (commit)
      from  ca1c73c8c43fa7a7b8726d549ed1fb999a0a44fa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit daded0421c7b746c4ce54b6f79061918ed440edf
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=daded0421c7b746c4ce54b6f79061918ed440edf
Author: Joe Stringer <joestringer at nicira.com>
		
upcall: Configure datapath max-idle through ovs-vsctl.
		
This patch adds a new configuration option, "max-idle" to the
Open_vSwitch "other-config" column. This sets how long datapath flows
are cached in the datapath before revalidators expire them.

This commit is a backport of commit 72310b04 (upcall: Configure datapath
max-idle through ovs-vsctl.).

Signed-off-by: Joe Stringer <joestringer at nicira.com>
Signed-off-by: Justin Pettit <jpettit at nicira.com>
Signed-off-by: Alex Wang <alexw at nicira.com>
Acked-by: Joe Stringer <joestringer at nicira.com>


commit 1614733c8299872598cf1859b71d24fd1522352b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=1614733c8299872598cf1859b71d24fd1522352b
Author: Joe Stringer <joestringer at nicira.com>
		
upcall: Add appctl call to set flow_limit.
		
This should assist testing of datapath performance, as it allows us to
skip "warming up" the flow limit value.

This commit is a backport of commit 72310b04 (upcall: Configure datapath
max-idle through ovs-vsctl.).

Signed-off-by: Joe Stringer <joestringer at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>
Signed-off-by: Alex Wang <alexw at nicira.com>
Acked-by: Joe Stringer <joestringer at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 ofproto/ofproto-dpif-upcall.c |   31 ++++++++++++++++++++++++++++---
 ofproto/ofproto-provider.h    |    5 +++++
 ofproto/ofproto.c             |    9 +++++++++
 ofproto/ofproto.h             |    2 ++
 vswitchd/bridge.c             |    2 ++
 5 files changed, 46 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list