X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif-xlate.h;h=760736a645d984859e63a4385491b17880230c58;hb=HEAD;hp=f1267fbf585ba0cef2ae7ff15858997470cd5dc2;hpb=b256dc525c8ef663daf2330463e67a26207cc5f1;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif-xlate.h b/ofproto/ofproto-dpif-xlate.h index f1267fbf5..760736a64 100644 --- a/ofproto/ofproto-dpif-xlate.h +++ b/ofproto/ofproto-dpif-xlate.h @@ -36,7 +36,7 @@ struct xlate_cache; struct xlate_recirc { uint32_t recirc_id; /* !0 Use recirculation instead of output. */ uint8_t hash_alg; /* !0 Compute hash for recirc before. */ - uint32_t hash_bias; /* Compute hash for recirc before. */ + uint32_t hash_basis; /* Compute hash for recirc before. */ }; struct xlate_out { @@ -57,9 +57,6 @@ struct xlate_out { ofp_port_t nf_output_iface; /* Output interface index for NetFlow. */ mirror_mask_t mirrors; /* Bitmap of associated mirrors. */ - bool use_recirc; /* Should generate recirc? */ - struct xlate_recirc recirc; /* Information used for generating - * recirculation actions */ uint64_t odp_actions_stub[256 / 8]; struct ofpbuf odp_actions; };