odp-util: Make it possible to combine slow path reasons.
authorBen Pfaff <blp@nicira.com>
Fri, 20 Sep 2013 19:54:51 +0000 (12:54 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 10 Oct 2013 00:14:40 +0000 (17:14 -0700)
commit04594cd5a80cff071f029d72e98385c9e69faeb0
tree6278b216e5fdad03ab8a7fd323a186c047f5a6cb
parent4fc65926033eb4a020d1f63db540fe551eae9f82
odp-util: Make it possible to combine slow path reasons.

It will soon be possible for a single flow to be slow pathed for multiple
reasons.  This commit makes it possible to indicate more than one reason
to slow path a flow.

This commit is logically a revert of commit 98f0520fb2 (odp-util: Make
slow_path_reasons mutually exclusive.) but details have changed.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/odp-util.c
lib/odp-util.h
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif.c