Re: [ovs-dev] [PATCH] cfm: Implement "demand mode".

2013-05-22 Thread Ethan Jackson
Oops, thanks I've folded that in and will merge shortly. Ethan On Wed, May 22, 2013 at 1:52 PM, Ben Pfaff wrote: > On Wed, May 22, 2013 at 01:35:39PM -0700, Ethan Jackson wrote: >> Here's an incremental. Note that I put the news entry under 1.11 as I intend >> to backport this. > > If you're do

Re: [ovs-dev] [PATCH] cfm: Implement "demand mode".

2013-05-22 Thread Ben Pfaff
On Wed, May 22, 2013 at 01:35:39PM -0700, Ethan Jackson wrote: > Here's an incremental. Note that I put the news entry under 1.11 as I intend > to backport this. If you're doing a netdev_ref() then you also need to eventually do a netdev_close(). Otherwise this is fine, thanks. _

Re: [ovs-dev] [PATCH] cfm: Implement "demand mode".

2013-05-22 Thread Ethan Jackson
Here's an incremental. Note that I put the news entry under 1.11 as I intend to backport this. --- NEWS |3 ++- lib/cfm.c |6 -- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 4cb4499..2fd7cb3 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,6 @@ post-v1

Re: [ovs-dev] [PATCH] cfm: Implement "demand mode".

2013-05-21 Thread Ben Pfaff
On Mon, May 20, 2013 at 03:57:56PM -0700, Ethan Jackson wrote: > The new CFM "demand mode" (named after BFD's demand mode) uses > data traffic to indicate interface liveness. It's helpful on > heavily congested networks where CCMs may be dropped. > > Signed-off-by: Ethan Jackson Ugh, another CF

[ovs-dev] [PATCH] cfm: Implement "demand mode".

2013-05-20 Thread Ethan Jackson
The new CFM "demand mode" (named after BFD's demand mode) uses data traffic to indicate interface liveness. It's helpful on heavily congested networks where CCMs may be dropped. Signed-off-by: Ethan Jackson --- lib/cfm.c | 49 +--- lib/