flow: Separate "flow_t" from "struct odp_flow_key".
authorBen Pfaff <blp@nicira.com>
Thu, 1 Apr 2010 22:27:11 +0000 (15:27 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 1 Apr 2010 22:27:11 +0000 (15:27 -0700)
commit97ee114c3d3116174813e4c74d4a2adb92874862
treead672bfa3fe6807247392203bedfda29469ed181
parent121f205298ec92265fb769f7e27103c279dd54f1
flow: Separate "flow_t" from "struct odp_flow_key".

The "struct odp_flow_key" used in the kernel datapath is conceptually
separate from the "flow_t" used in userspace, but until now we have
used the latter as a typedef for the former for convenience.  This commit
separates them.  This makes it possible in upcoming commits to change
them independently.
lib/classifier.c
lib/dpif-netdev.c
lib/dpif.c
lib/flow.c
lib/flow.h
lib/odp-util.c
lib/odp-util.h
ofproto/ofproto.c
tests/test-classifier.c