ofproto: Encapsulate classifier tables in new "struct oftable".
authorBen Pfaff <blp@nicira.com>
Tue, 24 Jan 2012 23:18:58 +0000 (15:18 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 1 Feb 2012 22:15:12 +0000 (14:15 -0800)
commitd0918789c75c172c78963f5edbad6758af38d12c
tree1f94b6d6598f5d232b760924045487c06229c709
parent4ae90ff9e2011d54f52043a55707d16c8a9a258e
ofproto: Encapsulate classifier tables in new "struct oftable".

So far, each OpenFlow table has just been a classifier.  Upcoming
commits will add more data for each OpenFlow table, so this commit
encapsulates the struct classifier in a higher-level structure
to provide a good place to keep that data.

Some of the new functions introduced in this commit are trivial, but they
will become more elaborate in upcoming commits.

Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c
ofproto/ofproto-provider.h
ofproto/ofproto.c