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

2013-10-08 Thread Alex Wang
Thanks for pointing both out, I really should do it. On Tue, Oct 8, 2013 at 8:46 PM, Ben Pfaff wrote: > On Tue, Oct 08, 2013 at 08:44:33PM -0700, Ben Pfaff wrote: > > On Tue, Oct 08, 2013 at 06:23:15PM -0700, Alex Wang wrote: > > > This commit adds a new function "cfm_wake_time()" that returns

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

2013-10-08 Thread Ben Pfaff
On Tue, Oct 08, 2013 at 08:44:33PM -0700, Ben Pfaff wrote: > On Tue, Oct 08, 2013 at 06:23:15PM -0700, 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 > > Same comment

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

2013-10-08 Thread Ben Pfaff
On Tue, Oct 08, 2013 at 06:23:15PM -0700, 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 Same comment as for the previous bfd version.

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

2013-10-08 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 --- v1 -> v2: - rebase to master. --- lib/cfm.c | 18 ++ lib/cfm.h |1 + 2 files changed, 19 insertions(+) diff --git a/lib/cfm.