aboutsummaryrefslogtreecommitdiff
path: root/include/openvswitch/datapath-protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openvswitch/datapath-protocol.h')
-rw-r--r--include/openvswitch/datapath-protocol.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/openvswitch/datapath-protocol.h b/include/openvswitch/datapath-protocol.h
index ec089bfe..54c39d1f 100644
--- a/include/openvswitch/datapath-protocol.h
+++ b/include/openvswitch/datapath-protocol.h
@@ -88,7 +88,7 @@
#define ODP_VPORT_SET _IOR('O', 22, struct odp_vport)
#define ODP_VPORT_DUMP _IOWR('O', 10, struct odp_vport)
-#define ODP_FLOW_GET _IOWR('O', 13, struct odp_flowvec)
+#define ODP_FLOW_GET _IOWR('O', 13, struct odp_flow)
#define ODP_FLOW_PUT _IOWR('O', 14, struct odp_flow)
#define ODP_FLOW_DUMP _IOWR('O', 15, struct odp_flow_dump)
#define ODP_FLOW_FLUSH _IO('O', 16)
@@ -214,7 +214,6 @@ struct odp_flow_stats {
uint32_t used_nsec;
uint8_t tcp_flags;
uint8_t reserved;
- uint16_t error; /* Used by ODP_FLOW_GET. */
};
enum odp_key_type {
@@ -296,11 +295,6 @@ struct odp_flow_put {
uint32_t flags;
};
-struct odp_flowvec {
- struct odp_flow *flows;
- uint32_t n_flows;
-};
-
/* ODP_FLOW_DUMP argument.
*
* This is used to iterate through the flow table flow-by-flow. Each