datapath: Update 32/64 bit compat ioctl to match new names.
authorJesse Gross <jesse@nicira.com>
Mon, 6 Dec 2010 16:27:13 +0000 (08:27 -0800)
committerJesse Gross <jesse@nicira.com>
Mon, 6 Dec 2010 16:29:49 +0000 (08:29 -0800)
ODP_PORT_LIST32 is now ODP_VPORT_LIST32.

Reported-by: CS Lee <geek00l@gmail.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/odp-compat.h

index d30b05f..c9d36df 100644 (file)
@@ -15,7 +15,7 @@
 #include "openvswitch/datapath-protocol.h"
 #include <linux/compat.h>
 
-#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)