]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_distributor_perf.c
mbuf: add usr alias for hash
[dpdk.git] / app / test / test_distributor_perf.c
index b04864c67bd76f5fe19734c24745f6e910e1c47d..48ee344a15918bce1d2bf0fc8fc3f236572c0a3d 100644 (file)
@@ -159,7 +159,7 @@ perf_test(struct rte_distributor *d, struct rte_mempool *p)
        }
        /* ensure we have different hash value for each pkt */
        for (i = 0; i < BURST; i++)
-               bufs[i]->hash.rss = i;
+               bufs[i]->hash.usr = i;
 
        start = rte_rdtsc();
        for (i = 0; i < (1<<ITER_POWER); i++)
@@ -198,7 +198,7 @@ quit_workers(struct rte_distributor *d, struct rte_mempool *p)
 
        quit = 1;
        for (i = 0; i < num_workers; i++)
-               bufs[i]->hash.rss = i << 1;
+               bufs[i]->hash.usr = i << 1;
        rte_distributor_process(d, bufs, num_workers);
 
        rte_mempool_put_bulk(p, (void *)bufs, num_workers);