projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd8d6b8
)
datapath: Update 32/64 bit compat ioctl to match new names.
author
Jesse Gross
<jesse@nicira.com>
Mon, 6 Dec 2010 16:27:13 +0000
(08:27 -0800)
committer
Jesse 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
patch
|
blob
|
history
diff --git
a/datapath/odp-compat.h
b/datapath/odp-compat.h
index d30b05f6260605a6b071f1911904ca82d36ef1d4..c9d36dfebe245e79ba356156eb0a63d4836b05aa 100644
(file)
--- a/
datapath/odp-compat.h
+++ b/
datapath/odp-compat.h
@@
-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)