datapath: Remove redundant nw_ prefix from fields in flow key.
authorJesse Gross <jesse@nicira.com>
Wed, 8 Jun 2011 19:28:57 +0000 (12:28 -0700)
committerJesse Gross <jesse@nicira.com>
Wed, 8 Jun 2011 20:57:55 +0000 (13:57 -0700)
commit28bad4735cf1fda0e2064a3128577f3a58d88e8a
tree9db016ea4a1866b4db32d89f6b0b720bd61ff6f3
parent5f4d087c768fb88ebca05b5f5b6dee59cf63017b
datapath: Remove redundant nw_ prefix from fields in flow key.

The fields of the kernel flow key are now grouped by protocol rather
than using generic names.  The containing structures describe the
category, so it is no longer necessary to use prefixes.  Most of
these prefixes have been removed but nw_proto and nw_tos have
retained them.  This renames the fields for consistency and brevity.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/actions.c
datapath/flow.c
datapath/flow.h