Re: [ovs-dev] [RFC PATCH] xlate: Use dp_hash for select groups.

2016-09-12 Thread Jarno Rajahalme
I added a NEWS flash as well, Jarno > On Sep 12, 2016, at 3:53 PM, Ben Pfaff wrote: > > Apparently ;-) > > On Mon, Sep 12, 2016 at 02:59:16PM -0700, Jarno Rajahalme wrote: >> I’m rebasing this now. Adding ovs-ofctl documentation should be sufficient, >> right? >> >> Jarno >> >>> On Apr 2

Re: [ovs-dev] [RFC PATCH] xlate: Use dp_hash for select groups.

2016-09-12 Thread Ben Pfaff
Apparently ;-) On Mon, Sep 12, 2016 at 02:59:16PM -0700, Jarno Rajahalme wrote: > I’m rebasing this now. Adding ovs-ofctl documentation should be sufficient, > right? > > Jarno > > > On Apr 22, 2016, at 8:27 AM, Ben Pfaff wrote: > > > > On Mon, Apr 18, 2016 at 05:42:53PM -0700, Jarno Rajaha

Re: [ovs-dev] [RFC PATCH] xlate: Use dp_hash for select groups.

2016-09-12 Thread Jarno Rajahalme
I’m rebasing this now. Adding ovs-ofctl documentation should be sufficient, right? Jarno > On Apr 22, 2016, at 8:27 AM, Ben Pfaff wrote: > > On Mon, Apr 18, 2016 at 05:42:53PM -0700, Jarno Rajahalme wrote: >> Add a new select group selection method "dp_hash", which uses minimal >> number of

Re: [ovs-dev] [RFC PATCH] xlate: Use dp_hash for select groups.

2016-04-22 Thread Ben Pfaff
On Mon, Apr 18, 2016 at 05:42:53PM -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 i

[ovs-dev] [RFC PATCH] xlate: Use dp_hash for select groups.

2016-04-18 Thread Jarno Rajahalme
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 select