X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fflow.h;h=d05a9f4c4ead3fc42db688208653969244a3346f;hb=28c5588e8e1a8d091c5d2275232c35f2968a97fa;hp=1bb6ce0b9935f9ef23ef24f71866170df13fc567;hpb=a5b8d49bc61cf6d7ad2277f08aea05dd25eaca4c;p=sliver-openvswitch.git diff --git a/datapath/flow.h b/datapath/flow.h index 1bb6ce0b9..d05a9f4c4 100644 --- a/datapath/flow.h +++ b/datapath/flow.h @@ -74,6 +74,8 @@ struct sw_flow_key { u32 skb_mark; /* SKB mark. */ u16 in_port; /* Input switch port (or DP_MAX_PORTS). */ } __packed phy; /* Safe when right after 'tun_key'. */ + u32 ovs_flow_hash; /* Datapath computed hash value. */ + u32 recirc_id; /* Recirculation ID. */ struct { u8 src[ETH_ALEN]; /* Ethernet source address. */ u8 dst[ETH_ALEN]; /* Ethernet destination address. */