X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fopenvswitch%2Fdatapath-protocol.h;h=ec089bfe25daeb89d0119f8109d97559fea15dbf;hb=996c1b3d7a4d6e82e1831ff8821e5fd7e1a5522c;hp=d744b9f4d08587cb4e3dd10115d4a81f825ddf4b;hpb=1ba530f4b2cd5476a224dbbf87a3089a831a24b6;p=sliver-openvswitch.git diff --git a/include/openvswitch/datapath-protocol.h b/include/openvswitch/datapath-protocol.h index d744b9f4d..ec089bfe2 100644 --- a/include/openvswitch/datapath-protocol.h +++ b/include/openvswitch/datapath-protocol.h @@ -100,11 +100,6 @@ #define ODP_GET_SFLOW_PROBABILITY _IOW('O', 20, int) struct odp_stats { - /* Ports. */ - uint32_t n_ports; /* Current number of ports. */ - uint32_t max_ports; /* Maximum supported number of ports. */ - - /* Lookups. */ uint64_t n_frags; /* Number of dropped IP fragments. */ uint64_t n_hit; /* Number of flow table matches. */ uint64_t n_missed; /* Number of flow table misses. */