ofproto-dpif: Configure datapath max-idle through ovs-vsctl.
authorAlex Wang <alexw@nicira.com>
Fri, 20 Jun 2014 00:53:58 +0000 (17:53 -0700)
committerAlex Wang <alexw@nicira.com>
Mon, 23 Jun 2014 03:28:20 +0000 (20:28 -0700)
commit0af883d0e8d8801a1e98eac960dfb5cfc6ee5e1c
treec1b557f38cc9bd2cc897b7630eb231bd26c585ff
parent881cdb3caafc435ec7de337a8cf8dd811a20fbe3
ofproto-dpif: 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 ovs-vswitchd thread expire them.

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

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Joe Stringer <joestringer@nicira.com>
ofproto/ofproto-dpif.c
ofproto/ofproto-provider.h
ofproto/ofproto.c
ofproto/ofproto.h
vswitchd/bridge.c