Re: [ovs-dev] [PATCH] cfm: Remove sequence fault reason.

2012-07-09 Thread Ethan Jackson
Thanks for the review Ben, I've merged this. Ethan On Mon, Jul 9, 2012 at 7:43 PM, Ben Pfaff wrote: > On Mon, Jul 09, 2012 at 06:10:04PM -0700, Ethan Jackson wrote: >> Commit 2b540ecb (Added handling of previously ignored cfm faults.) >> made the CFM code trigger a fault when a packet is receive

Re: [ovs-dev] [PATCH] cfm: Remove sequence fault reason.

2012-07-09 Thread Ben Pfaff
On Mon, Jul 09, 2012 at 06:10:04PM -0700, Ethan Jackson wrote: > Commit 2b540ecb (Added handling of previously ignored cfm faults.) > made the CFM code trigger a fault when a packet is received with an > out of order sequence number. This means that if even one CFM > probe is dropped, a fault will

[ovs-dev] [PATCH] cfm: Remove sequence fault reason.

2012-07-09 Thread Ethan Jackson
Commit 2b540ecb (Added handling of previously ignored cfm faults.) made the CFM code trigger a fault when a packet is received with an out of order sequence number. This means that if even one CFM probe is dropped, a fault will be triggered because the next received probe's sequence would be two g