Re: [ovs-dev] [PATCH 4/6] cfm: Reduce missed CCM detection time.

2011-03-28 Thread Ethan Jackson
Sounds good to me. I will parenthesize it to be clear: (cfmi->ccm_interval_ms * 7) / 2 Ethan On Mon, Mar 28, 2011 at 9:28 AM, Ben Pfaff wrote: > On Fri, Mar 25, 2011 at 04:39:27PM -0700, Ethan Jackson wrote: >> The specification says that a fault should be signaled when 3.5 * >> ccm_interval mi

Re: [ovs-dev] [PATCH 4/6] cfm: Reduce missed CCM detection time.

2011-03-28 Thread Ben Pfaff
On Fri, Mar 25, 2011 at 04:39:27PM -0700, Ethan Jackson wrote: > The specification says that a fault should be signaled when 3.5 * > ccm_interval milliseconds have passed. This commit respects that > requirement, possibly increasing the responsiveness of fault > detection slightly. Would you mind

[ovs-dev] [PATCH 4/6] cfm: Reduce missed CCM detection time.

2011-03-25 Thread Ethan Jackson
The specification says that a fault should be signaled when 3.5 * ccm_interval milliseconds have passed. This commit respects that requirement, possibly increasing the responsiveness of fault detection slightly. --- lib/cfm.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --