ofproto-dpif: Set flow-eviction-threshold globally.
authorEthan Jackson <ethan@nicira.com>
Tue, 4 Jun 2013 20:22:46 +0000 (13:22 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 7 Jun 2013 20:38:45 +0000 (13:38 -0700)
commit380f49c4a1ffaf5efa136985cff92de52bc8b582
tree46c0cf4a177fa1cdb6327ec05dd8ea4ea9b16765
parentdc54ef36cb108f9ac594ac8c34c719880a9a7bd5
ofproto-dpif: Set flow-eviction-threshold globally.

With the single datapath, it no longer makes sense to have a per
ofproto flow eviction threshold.  This patch moves the flow
eviction threshold to the Open_vSwitch table making the setting
global, though still treated separately for each ofproto.  A future
patch will unify flow eviction on a per datapath basis.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
NEWS
ofproto/ofproto-dpif.c
ofproto/ofproto-provider.h
ofproto/ofproto.c
ofproto/ofproto.h
vswitchd/bridge.c
vswitchd/vswitch.xml