X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_hash%2Frte_jhash.h;h=4288710bc31b1276115e860d287b986fb53a898f;hb=594f3c1cea092afc62cd5d4c867968cff595542c;hp=c689fbfa748de9118cdfaef3fa8b86028523fb6d;hpb=dada9ef6edc59015b6674b5a95258787c71401b0;p=dpdk.git diff --git a/lib/librte_hash/rte_jhash.h b/lib/librte_hash/rte_jhash.h index c689fbfa74..4288710bc3 100644 --- a/lib/librte_hash/rte_jhash.h +++ b/lib/librte_hash/rte_jhash.h @@ -217,9 +217,6 @@ rte_jhash_3words(uint32_t a, uint32_t b, uint32_t c, uint32_t initval) * A special ultra-optimized versions that knows it is hashing exactly * 2 words. * - * NOTE: In partilar the "c += length; __rte_jhash_mix(a,b,c);" normally - * done at the end is not done here. - * * @param a * First word to calcuate hash of. * @param b @@ -239,9 +236,6 @@ rte_jhash_2words(uint32_t a, uint32_t b, uint32_t initval) * A special ultra-optimized versions that knows it is hashing exactly * 1 word. * - * NOTE: In partilar the "c += length; __rte_jhash_mix(a,b,c);" normally - * done at the end is not done here. - * * @param a * Word to calcuate hash of. * @param initval