datapath: Change vport type from string to integer enumeration.
authorBen Pfaff <blp@nicira.com>
Mon, 24 Jan 2011 04:01:30 +0000 (20:01 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Jan 2011 05:08:37 +0000 (21:08 -0800)
commitc283069c71adc49c182a1ac569a05e2dca949eda
tree5ce28e813049fdb4eedeaefd1dbee931115b7fa9
parent4c738a8da5c73229ce0d4ab6f88d081886291f03
datapath: Change vport type from string to integer enumeration.

I plan to make the vport type part of the standard header stuck on each
Netlink message related to a vport.  As such, it is more convenient to use
an integer than a string.  In addition, by being fundamentally different
from strings, using an integer may reduce the confusion we've had in the
past over the differences in userspace and kernel names for network device
and vport types.

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