Re: [ovs-dev] [PATCH V4 09/10] cfm: Add cfm_wake_time() function.

2013-10-14 Thread Ethan Jackson
Acked-by: Ethan Jackson On Fri, Oct 11, 2013 at 5:16 PM, Alex Wang wrote: > This commit adds a new function "cfm_wake_time()" that returns the > next wakeup time associated with the "struct cfm". > > Signed-off-by: Alex Wang > > --- > > v3 -> v4: > - rebase to master. > > v2 -> v3: > - fix the

[ovs-dev] [PATCH V4 09/10] cfm: Add cfm_wake_time() function.

2013-10-11 Thread Alex Wang
This commit adds a new function "cfm_wake_time()" that returns the next wakeup time associated with the "struct cfm". Signed-off-by: Alex Wang --- v3 -> v4: - rebase to master. v2 -> v3: - fix the code duplication. v1 -> v2: - rebase to master. --- lib/cfm.c | 19 +-- lib/