Use new method to describe table entries in OpenFlow wire protocol.
authorJustin Pettit <jpettit@nicira.com>
Wed, 10 Sep 2008 20:03:05 +0000 (13:03 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 10 Sep 2008 20:03:25 +0000 (13:03 -0700)
commit176265ed070cb38314857d0e7c08269d73967e10
tree1c877fe5f3e453178bd0e8d797fb907f3a95423d
parentb5e9402df53a1f0cd745bf8b91c246e1c5e4b11d
Use new method to describe table entries in OpenFlow wire protocol.

Older versions of OpenFlow pre-defined a few different types of tables and the
Features Reply message would indicate how many of those entries existed.  This
was very inflexible, so now the Features Reply just indicates how many tables
there are.  The controller now sends a Table Stats request to find out how
many entries are supported and the fields that can be wildcarded.

This change also removes the "buffer_mb" field from the Features Reply, since
it was not being used and seemed to be of limited value.
datapath/datapath.c
datapath/hwtable_dummy/hwtable_dummy.c
datapath/table-hash.c
datapath/table-linear.c
datapath/table.h
include/openflow.h
lib/ofp-print.c
switch/datapath.c
switch/table-hash.c
switch/table-linear.c
switch/table.h