Re: [ovs-dev] [PATCH v13 1/4] ofproto-dpif: Add 'force-miss-model' configuration

2013-06-24 Thread Ben Pfaff
Usually we parse strings into enumerations in bridge.c. On Fri, Jun 21, 2013 at 10:44:12AM +0900, Joe Stringer wrote: > Sure. Is there a preference for where the string parsing code goes -- > ofproto.c or bridge.c? The configuration applies globally, but it seems > that similar configuration is pa

Re: [ovs-dev] [PATCH v13 1/4] ofproto-dpif: Add 'force-miss-model' configuration

2013-06-20 Thread Joe Stringer
Sure. Is there a preference for where the string parsing code goes -- ofproto.c or bridge.c? The configuration applies globally, but it seems that similar configuration is parsed in the bridge code. On Fri, Jun 21, 2013 at 12:57 AM, Ben Pfaff wrote: > On Thu, Jun 20, 2013 at 09:47:38AM +0900, S

Re: [ovs-dev] [PATCH v13 1/4] ofproto-dpif: Add 'force-miss-model' configuration

2013-06-20 Thread Ben Pfaff
On Thu, Jun 20, 2013 at 09:47:38AM +0900, Simon Horman wrote: > This adds support for specifying flow miss handling behaviour at > runtime, through a new "other-config" option in the Open_vSwitch table. > This is an extension to flow-eviction-threshold. > > By default, the behaviour is the same as

[ovs-dev] [PATCH v13 1/4] ofproto-dpif: Add 'force-miss-model' configuration

2013-06-19 Thread Simon Horman
From: Joe Stringer This adds support for specifying flow miss handling behaviour at runtime, through a new "other-config" option in the Open_vSwitch table. This is an extension to flow-eviction-threshold. By default, the behaviour is the same as before. If force-miss-model is set to 1, then flow