On Mon, Jul 28, 2014 at 03:16:20PM -0700, Bo Hu wrote: > I have a question about the data structure of the flow entries saving in > OVS. I install several flow entries in ascending priority, however, when I > want to get these flow entries, I find that the order of the reply seems > randomly. Is the installation of flow entries also randomly in the data > structure? I feel so confused.
OVS stores flows in a collection of hash tables, which have no inherently predictable order. _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss