ofproto: Don't show separate wildcard and exact-match tables via OpenFlow.
authorBen Pfaff <blp@nicira.com>
Wed, 3 Nov 2010 18:07:16 +0000 (11:07 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 3 Nov 2010 18:12:54 +0000 (11:12 -0700)
commitad8282250b1a371f06709ffe7c1e996496928ef1
tree868d35f006bea5372d97721996a8f5421b2278d7
parentb5d97350cdb4559fbce80057574e66daa1ac68df
ofproto: Don't show separate wildcard and exact-match tables via OpenFlow.

Formerly the classifier used in Open vSwitch was very sensitive to the
number of exact-match versus wildcarded rules, so it made sense to show
them as separate tables over OpenFlow.  The current classifier doesn't
have the same performance sensitivity, so we might as well just show one
table.
ofproto/ofproto.c