classifier: Introduce macros for iterating exact-match flows.
authorBen Pfaff <blp@nicira.com>
Thu, 7 Oct 2010 17:36:02 +0000 (10:36 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 7 Oct 2010 17:36:02 +0000 (10:36 -0700)
commit35950f0cfa75821e4db5fc767b5a1671c40c6b1a
tree24b0554521869b0192fb39ac611fd4a7bb145c92
parentda89bf9eb715a779752462f523ab567ea3916fa9
classifier: Introduce macros for iterating exact-match flows.

This special case of iterating through flows is easier and presumably
faster to implement using a macro.
lib/classifier.c
lib/classifier.h
ofproto/ofproto.c