From: Jesse Gross Date: Mon, 6 Dec 2010 16:27:13 +0000 (-0800) Subject: datapath: Update 32/64 bit compat ioctl to match new names. X-Git-Tag: v1.1.0~750 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4230c966859179d706dfd8d68a8fe7641c59e914;hp=dd8d6b8cd4d708553037e306d41d1c501d3cecad;p=sliver-openvswitch.git datapath: Update 32/64 bit compat ioctl to match new names. ODP_PORT_LIST32 is now ODP_VPORT_LIST32. Reported-by: CS Lee Signed-off-by: Jesse Gross --- diff --git a/datapath/odp-compat.h b/datapath/odp-compat.h index d30b05f62..c9d36dfeb 100644 --- a/datapath/odp-compat.h +++ b/datapath/odp-compat.h @@ -15,7 +15,7 @@ #include "openvswitch/datapath-protocol.h" #include -#define ODP_PORT_LIST32 _IOWR('O', 10, struct compat_odp_portvec) +#define ODP_VPORT_LIST32 _IOWR('O', 10, struct compat_odp_portvec) #define ODP_FLOW_GET32 _IOWR('O', 13, struct compat_odp_flow) #define ODP_FLOW_PUT32 _IOWR('O', 14, struct compat_odp_flow) #define ODP_FLOW_LIST32 _IOWR('O', 15, struct compat_odp_flowvec)