flow: Separate "flow_t" from "struct odp_flow_key".
authorBen Pfaff <blp@nicira.com>
Mon, 11 Oct 2010 20:31:35 +0000 (13:31 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 11 Oct 2010 20:31:35 +0000 (13:31 -0700)
commit14608a1539b73f8f9812e0e791adb60825fee38b
tree0d4e39263ccd518d22c19bf3bd56431ac503fe3d
parentf1588b1fa1be46231ee079358e428dae74ff09cc
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.

This is cross-ported from the "wdp" branch, which has had it for months.
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