lib/hash.h: fix hash_2words
authorAndy Zhou <azhou@nicira.com>
Fri, 28 Mar 2014 02:08:36 +0000 (19:08 -0700)
committerAndy Zhou <azhou@nicira.com>
Fri, 28 Mar 2014 19:51:00 +0000 (12:51 -0700)
commit17041b123264aad1c3824e5f2edc37b580b38c92
tree9b2c6f45497ea82d2d2e8b0b9c9cc5a7b1ca3fb2
parenta085daef8a77a441a4e28c33517ead15d4399253
lib/hash.h: fix hash_2words

Number of bytes in 2 words should be 8, instead of 4 bytes,
to better follow the mhash_finish() API. It is unlikely the fix
will improve the quality of hashing results.

Signed-off-by: Andy Zhou <azhou@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/hash.h