Re: [ovs-dev] [PATCH] Changing hash used for selecting bucket in a group action

2014-08-29 Thread Ben Pfaff
On Fri, Aug 29, 2014 at 10:12:09AM -0700, Ben Pfaff wrote: > On Wed, Aug 20, 2014 at 12:14:56PM -0700, Srini Seetharaman wrote: > > > I'm going to let this one sit for a few days to see if anyone else has > > > comments. > > > > Thanks for the update. > > > > For others looking at this patch, her

Re: [ovs-dev] [PATCH] Changing hash used for selecting bucket in a group action

2014-08-29 Thread Ben Pfaff
On Wed, Aug 20, 2014 at 12:14:56PM -0700, Srini Seetharaman wrote: > > I'm going to let this one sit for a few days to see if anyone else has > > comments. > > Thanks for the update. > > For others looking at this patch, here is the relevant discussion on > the ovs-discuss: > http://openvswitch.o

Re: [ovs-dev] [PATCH] Changing hash used for selecting bucket in a group action

2014-08-18 Thread Ben Pfaff
On Fri, Aug 15, 2014 at 09:42:46AM -0700, Srini Seetharaman wrote: > Current hash uses just the dl_dst field. This patch expands the hash to > include all L2, L3 and L4 fields, allowing for more balanced selection. > > Signed-off-by: Srini Seetharaman I'm going to let this one sit for a few day

[ovs-dev] [PATCH] Changing hash used for selecting bucket in a group action

2014-08-15 Thread Srini Seetharaman
Current hash uses just the dl_dst field. This patch expands the hash to include all L2, L3 and L4 fields, allowing for more balanced selection. Signed-off-by: Srini Seetharaman --- ofproto/ofproto-dpif-xlate.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/