On Fri, Mar 25, 2011 at 04:39:25PM -0700, Ethan Jackson wrote: > Commit af5739857a23c29953520e0fe9e79860d12b256c caused the CFM > library to immediately signal a fault upon reception of an > unexpected remote MPID. This commit does the same for MAIDs, and > remote maintenance points with invalid CCM intervals.
Could you include the subject along with the commit number whenever you reference one in a commit log? Thanks. The opening { for the lookup_remote_maid() function should be on a line by itself. I'd use HMAP_FOR_EACH_WITH_HASH instead of HMAP_FOR_EACH_IN_BUCKET, since the hash should help to quickly discard non-matching hash table entries in this case. Otherwise looks good. Thank you! _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev