On Mon, Sep 12, 2016 at 04:16:08PM -0700, Jarno Rajahalme wrote: > Add a new select group selection method "dp_hash", which uses minimal > number of bits from the datapath calculated packet hash to inform the > select group bucket selection. This makes the datapath flows more > generic resulting in less upcalls to userspace, but adds recirculation > prior to group selection. > > Signed-off-by: Jarno Rajahalme <ja...@ovn.org> > --- > v2: Rebase and documentation.
Thanks for adding the documentation! It describes the syntax, which is useful. To make it even more helpful, I would suggest adding some advice to the user to explain when one might best choose one or the other. I think that the dp_hash method ignores fields specified by the user if any are given, so the documentation might mention that for dp_hash the "fields" option should be omitted. Thanks! Acked-by: Ben Pfaff <b...@ovn.org> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev