[ovs-git] Open vSwitch: ofproto-dpif: Configure datapath max-idle through ovs-vsctl. (branch-1.11)

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-1.11 has been updated
       via  463e86c49d36b1ed62175e6fbe1c0b501a61b20b (commit)
      from  28ea9b6a3ea604f8f63f032e1d88378612664ca6 (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 463e86c49d36b1ed62175e6fbe1c0b501a61b20b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=463e86c49d36b1ed62175e6fbe1c0b501a61b20b
Author: Alex Wang <alexw at nicira.com>
		
ofproto-dpif: Configure datapath max-idle through ovs-vsctl.
		
This patch adds a new configuration option, "max-idle" to the
Bridge "other-config" column. This sets how long datapath flows,
for the configured bridge, are cached in the datapath before
ovs-vswitchd thread expires them.

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

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


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

Summary of changes:
 ofproto/ofproto-dpif.c     |    6 ++++++
 ofproto/ofproto-provider.h |    1 +
 ofproto/ofproto.c          |    8 ++++++++
 ofproto/ofproto.h          |    1 +
 vswitchd/bridge.c          |   18 ++++++++++++++++++
 5 files changed, 34 insertions(+)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list