]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/tf_core/lookup3.h
common/mlx5: add Direct Verbs constants for Windows
[dpdk.git] / drivers / net / bnxt / tf_core / lookup3.h
index b1fd2cd436e3916c6da1e246c27935cc574b4337..743c4d9c4f3ee8ab740c557fab75ed66242ad785 100644 (file)
@@ -122,7 +122,7 @@ static inline uint32_t hashword(const uint32_t *k,
                                size_t length,
                                uint32_t initval) {
        uint32_t a, b, c;
-       int index = 12;
+       int index = length - 1;
 
        /* Set up the internal state */
        a = 0xdeadbeef + (((uint32_t)length) << 2) + initval;