cfm: Immediately signal a fault upon receiving an unexpected MPID.
authorBen Pfaff <blp@nicira.com>
Wed, 16 Mar 2011 21:32:38 +0000 (14:32 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 18 Mar 2011 23:51:45 +0000 (16:51 -0700)
commitaf5739857a23c29953520e0fe9e79860d12b256c
treece46563bf330c91bd95828a90ef22cbaf1e806b6
parent0b8024eb4b80ce18fa08e8c0eba3ed4316c4352a
cfm: Immediately signal a fault upon receiving an unexpected MPID.

An unexpected MPID is always a fault, but the CFM code didn't signal the
fault until the next time cfm_run() was called.  In one experiment I
saw a visible lag in the database (although I wasn't able to reproduce it
again within a few tries).
lib/cfm.c