Re: [ovs-dev] [PATCH] ofproto-dpif-rid: Don't include action_set_len as part of hash.

2017-07-28 Thread Justin Pettit
> On Jul 28, 2017, at 9:29 AM, Ben Pfaff wrote: > > On Thu, Jul 27, 2017 at 07:15:33PM -0700, Justin Pettit wrote: >> It doesn't improve the hashing, since the number of bytes hashed is >> included in hash_bytes64() hash calculation. >> >> Signed-off-by: Justin Pettit

Re: [ovs-dev] [PATCH] ofproto-dpif-rid: Don't include action_set_len as part of hash.

2017-07-28 Thread Ben Pfaff
On Thu, Jul 27, 2017 at 07:15:33PM -0700, Justin Pettit wrote: > It doesn't improve the hashing, since the number of bytes hashed is > included in hash_bytes64() hash calculation. > > Signed-off-by: Justin Pettit Acked-by: Ben Pfaff

[ovs-dev] [PATCH] ofproto-dpif-rid: Don't include action_set_len as part of hash.

2017-07-27 Thread Justin Pettit
It doesn't improve the hashing, since the number of bytes hashed is included in hash_bytes64() hash calculation. Signed-off-by: Justin Pettit --- ofproto/ofproto-dpif-rid.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ofproto/ofproto-dpif-rid.c