datapath-protocol: Rename enums for consistency.
authorBen Pfaff <blp@nicira.com>
Wed, 5 Oct 2011 16:59:51 +0000 (09:59 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 12 Oct 2011 23:27:09 +0000 (16:27 -0700)
commit09ded0ad489630236210a02f2d315816e558d701
treeab6fb6575e822d0c6026b4d564fb12ad64a8a25c
parent13c0dbe79a50c412721a5df697c6a6303b22d2da
datapath-protocol: Rename enums for consistency.

Most of the enum tags in this file are lowercased versions of the uppercase
enum prefixes (or slightly less abbreviated versions, e.g. "dp" becomes
"datapath").  This commit fixes up the others for consistency.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
include/openvswitch/datapath-protocol.h
lib/dpif-linux.c
lib/dpif-netdev.c
lib/odp-util.c