X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fodp-compat.h;h=fc6faa5346f29de8cef4fedb30ec1ff8cbcd4359;hb=f1588b1fa1be46231ee079358e428dae74ff09cc;hp=3d7b803fedfa5ae6ff6f8a89a7ea6b3943fec2e2;hpb=2b9d65898426b2e15d05dc6a9ffdbcb92933398f;p=sliver-openvswitch.git diff --git a/datapath/odp-compat.h b/datapath/odp-compat.h index 3d7b803fe..fc6faa534 100644 --- a/datapath/odp-compat.h +++ b/datapath/odp-compat.h @@ -15,9 +15,7 @@ #include "openvswitch/datapath-protocol.h" #include -#define ODP_PORT_LIST32 _IOWR('O', 10, struct compat_odp_portvec) -#define ODP_PORT_GROUP_SET32 _IOR('O', 11, struct compat_odp_port_group) -#define ODP_PORT_GROUP_GET32 _IOWR('O', 12, struct compat_odp_port_group) +#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) @@ -32,12 +30,6 @@ struct compat_odp_portvec { u32 n_ports; }; -struct compat_odp_port_group { - compat_uptr_t ports; - u16 n_ports; /* Number of ports. */ - u16 group; /* Group number. */ -}; - struct compat_odp_flow { struct odp_flow_stats stats; struct odp_flow_key key;