upcall: Configure datapath max-idle through ovs-vsctl.
authorJoe Stringer <joestringer@nicira.com>
Thu, 6 Mar 2014 00:56:05 +0000 (16:56 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sat, 8 Mar 2014 02:33:21 +0000 (18:33 -0800)
commit72310b041cfa7d8e2ee5fb585348223ac7c22497
tree62465e964018006289032e1c0564e1e0cd4e89cf
parent1680d3d7e3813258f5050bb8cb10a2543c60e549
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.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Signed-off-by: Justin Pettit <jpettit@nicira.com>
ofproto/ofproto-dpif-upcall.c
ofproto/ofproto-provider.h
ofproto/ofproto.c
ofproto/ofproto.h
vswitchd/bridge.c