datapath: Genericize hash table.
authorJesse Gross <jesse@nicira.com>
Fri, 2 Apr 2010 20:46:18 +0000 (16:46 -0400)
committerJesse Gross <jesse@nicira.com>
Mon, 19 Apr 2010 13:11:57 +0000 (09:11 -0400)
commit8d5ebd839b86463c72239fe972001e4f1a367a7b
treee2721bfac92eecb77e23d643599ec95256dab2d8
parent3abc4a1a6c29ebecffeecedd582c64e0bb7d4c53
datapath: Genericize hash table.

Currently the flow hash table assumes that it is storing flows.
However, we will need additional types of hash tables in the
future so remove assumptions about flows and convert the datapath
to use the new table.
datapath/Modules.mk
datapath/datapath.c
datapath/datapath.h
datapath/flow.c
datapath/flow.h
datapath/table.c
datapath/table.h [new file with mode: 0644]