bridge: Omit alerts on the cfm_remote_opstate column.
authorEthan Jackson <ethan@nicira.com>
Thu, 20 Sep 2012 02:21:06 +0000 (19:21 -0700)
committerEthan Jackson <ethan@nicira.com>
Thu, 20 Sep 2012 16:17:40 +0000 (09:17 -0700)
commit4104aaf1b850692cf8db2d05a82f872f6c127925
tree771976bd8a4dd0b1c5ab1170881a07c50fc13ce9
parentc6100d92142bc3dd325180cb4e10553eb4341731
bridge: Omit alerts on the cfm_remote_opstate column.

This column should be write only, otherwise every call to update it
has to make a trip to the database.  Since this column is updated
every time through the run loop as part of refresh_instant_stats(),
this patch fixes a significant performance degradation.

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