odp-util: Make slow_path_reasons mutually exclusive.
authorEthan Jackson <ethan@nicira.com>
Tue, 28 May 2013 18:43:43 +0000 (11:43 -0700)
committerEthan Jackson <ethan@nicira.com>
Wed, 29 May 2013 20:15:15 +0000 (13:15 -0700)
commit98f0520fb205eb619a386f9689b35dec3487fedf
tree38b0d64a9ab4c0b3bf88f51f1195e2c3340dfcc7
parent454a77e5b4b3161632945fd8ed75dc931d61a39f
odp-util: Make slow_path_reasons mutually exclusive.

It's no longer possible for a single datapath flow to be slow
pathed for two different reasons.  This patch updates the code to
reflect this fact (marginally simplifying it).

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