Re: [ovs-dev] [cfm_v2 2/9] bridge: Write CFM changes more aggressively.

2011-09-09 Thread Ben Pfaff
On Fri, Sep 09, 2011 at 11:45:56AM -0700, Ethan Jackson wrote: > This patch no longer rate limits database updates due to CFM > changes. Due to recent changes, the fault status of CFM only > changes once per 3.5 tx_interval seconds. There doesn't seem to be > a good reason to add an additional ra

[ovs-dev] [cfm_v2 2/9] bridge: Write CFM changes more aggressively.

2011-09-09 Thread Ethan Jackson
This patch no longer rate limits database updates due to CFM changes. Due to recent changes, the fault status of CFM only changes once per 3.5 tx_interval seconds. There doesn't seem to be a good reason to add an additional rate limit on top of this. --- vswitchd/bridge.c | 46

Re: [ovs-dev] [cfm_v2 2/9] bridge: Write CFM changes more aggressively.

2011-09-09 Thread Ben Pfaff
On Thu, Sep 08, 2011 at 06:59:46PM -0700, Ethan Jackson wrote: > This patch no longer rate limits database updates due to CFM > changes. Due to recent changes, the fault status of CFM only > changes once per 3.5 tx_interval seconds. There doesn't seem to be > a good reason to add an additional ra

[ovs-dev] [cfm_v2 2/9] bridge: Write CFM changes more aggressively.

2011-09-08 Thread Ethan Jackson
This patch no longer rate limits database updates due to CFM changes. Due to recent changes, the fault status of CFM only changes once per 3.5 tx_interval seconds. There doesn't seem to be a good reason to add an additional rate limit on top of this. --- vswitchd/bridge.c | 36