[ovs-dev] [tbl 0/2] Fix inconsistencies in 'table' module

Ben Pfaff blp at nicira.com
Tue Dec 28 00:23:21 UTC 2010


Jesse pointed out that the code in table.c didn't use the TBL_*
constants very carefully, even though the code was actually correct.
This series cleans that up and fixes another inconsistency that
I noticed in the same code while looking at it.

Compile-tested only.

Ben Pfaff (2):
  datapath: Clarify meaning of n_buckets argument to tbl_create().
  datapath: Clean up use of TBL_* constants.

 datapath/datapath.c |    4 ++--
 datapath/table.c    |   38 +++++++++++++++++++++-----------------
 datapath/table.h    |    3 +++
 datapath/tunnel.c   |    2 +-
 4 files changed, 27 insertions(+), 20 deletions(-)





More information about the dev mailing list