upcall: Configure datapath max-idle through ovs-vsctl.
authorJoe Stringer <joestringer@nicira.com>
Thu, 6 Mar 2014 00:56:05 +0000 (16:56 -0800)
committerAlex Wang <alexw@nicira.com>
Mon, 23 Jun 2014 03:24:12 +0000 (20:24 -0700)
commitdaded0421c7b746c4ce54b6f79061918ed440edf
tree315b455a72e451547aabd19d2fdf34786dc8a2b4
parent1614733c8299872598cf1859b71d24fd1522352b
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@nicira.com>
Signed-off-by: Justin Pettit <jpettit@nicira.com>
Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Joe Stringer <joestringer@nicira.com>
ofproto/ofproto-dpif-upcall.c
ofproto/ofproto-provider.h
ofproto/ofproto.c
ofproto/ofproto.h
vswitchd/bridge.c