datapath: Fix tunnel hashing.
[openvswitch] / lib / dpif-linux.h
index 3a2c816abca366f5e2c703eb5d041a65496ebec8..41ede747e29560679064f068ef7945ee45479c51 100644 (file)
@@ -34,9 +34,9 @@ struct dpif_linux_vport {
 
     /* Attributes. */
     const char *name;                      /* OVS_VPORT_ATTR_NAME. */
-    const struct rtnl_link_stats64 *stats; /* OVS_VPORT_ATTR_STATS. */
+    uint32_t upcall_pid;                   /* OVS_VPORT_ATTR_UPCALL_PID. */
+    const struct ovs_vport_stats *stats;   /* OVS_VPORT_ATTR_STATS. */
     const uint8_t *address;                /* OVS_VPORT_ATTR_ADDRESS. */
-    int mtu;                               /* OVS_VPORT_ATTR_MTU. */
     const struct nlattr *options;          /* OVS_VPORT_ATTR_OPTIONS. */
     size_t options_len;
     int ifindex;                           /* OVS_VPORT_ATTR_IFINDEX. */