X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fbridge.c;h=3d63125803a447c94b089bac8bf9f7cc4d5bd62d;hb=448a4b2fc74b9d3884f3702c4b8801eb0d443f10;hp=abbda56687efe83082467c0478fb6ae23950aa10;hpb=c0365fc854ab7ba09b2639ee8e3b63418b3cdf2c;p=sliver-openvswitch.git diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index abbda5668..3d6312580 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -502,6 +502,9 @@ bridge_reconfigure(const struct ovsrec_open_vswitch *ovs_cfg) smap_get_int(&ovs_cfg->other_config, "flow-eviction-threshold", OFPROTO_FLOW_EVICTION_THRESHOLD_DEFAULT)); + ofproto_set_n_handler_threads( + smap_get_int(&ovs_cfg->other_config, "n-handler-threads", 0)); + bridge_configure_flow_miss_model(smap_get(&ovs_cfg->other_config, "force-miss-model"));