ofproto-dpif: Don't wildcard fields used in special processing.
authorJustin Pettit <jpettit@nicira.com>
Tue, 18 Jun 2013 01:07:33 +0000 (18:07 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 18 Jun 2013 06:51:08 +0000 (23:51 -0700)
commitaa18a19397bd59ac19d62fbb5a84e5c15d227963
tree1128e5c4772f4f5e68d460f2c95113f2ca67cacf
parentee389ff70254f7fb1531ee7b4e9434da76c0eefa
ofproto-dpif: Don't wildcard fields used in special processing.

A number of fields are looked at when determining whether special
processing (slow-path) is needed.  This commit removes wildcarding when
they were consulted.

Reported-by: Ethan Jackson <ethan@nicira.com>
Reported-by: Paul Ingram <paul@nicira.com>
Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
lib/cfm.c
lib/cfm.h
ofproto/ofproto-dpif.c