]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_ring_perf.c
net/ice: update QinQ switch filter handling
[dpdk.git] / app / test / test_ring_perf.c
index e63e25a867f07fa1131b5a3adae1a69a7993e233..fd82e20412d0671504797a642bf925cd19a60724 100644 (file)
@@ -178,7 +178,7 @@ enqueue_dequeue_bulk_helper(const unsigned int flag, const int esize,
        struct thread_params *p)
 {
        int ret;
        struct thread_params *p)
 {
        int ret;
-       const unsigned int iter_shift = 23;
+       const unsigned int iter_shift = 15;
        const unsigned int iterations = 1 << iter_shift;
        struct rte_ring *r = p->r;
        unsigned int bsize = p->size;
        const unsigned int iterations = 1 << iter_shift;
        struct rte_ring *r = p->r;
        unsigned int bsize = p->size;