ofproto-dpif: Place high priority on sending CCMs.
authorEthan Jackson <ethan@nicira.com>
Fri, 22 Jun 2012 00:57:30 +0000 (17:57 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 22 Jun 2012 22:12:39 +0000 (15:12 -0700)
commit0aa66d6e1b128ea43333fd42086e9e7507ad46a3
tree053b204fdcb6b4efeb8835f79882788d11606361
parent6b803ddc8f864e03fb0087724dcc01e371c2fa17
ofproto-dpif: Place high priority on sending CCMs.

It's very important to get CCMs out as quickly as possible to avoid
causing a fault when there is really no problem.  This patch sends
CCMs as part of port_run_fast() in an attempt to move in this
direction.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif.c