classifier: Introduce macros for iterating exact-match flows.
authorBen Pfaff <blp@nicira.com>
Thu, 7 Oct 2010 17:36:02 +0000 (10:36 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sat, 9 Oct 2010 00:18:37 +0000 (17:18 -0700)
commit3ad6619bf3f7e1fc879bb74285f0379ac473243f
treef946ea86f069d1a49c487d6a8fa87f76ee27feeb
parenteabc4fc41952e9d4b979ba137d15d9b7ab791959
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