]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_distributor_perf.c
net/sfc: support API to negotiate delivery of Rx metadata
[dpdk.git] / app / test / test_distributor_perf.c
index 371a14ba4c25860c77fc5045b5128bf5e6dfe2c5..fdbeae6d2f11021836122474cc46d40cd92577a7 100644 (file)
@@ -196,6 +196,7 @@ quit_workers(struct rte_distributor *d, struct rte_mempool *p)
        rte_mempool_put_bulk(p, (void *)bufs, num_workers);
 
        rte_distributor_process(d, NULL, 0);
+       rte_distributor_flush(d);
        rte_eal_mp_wait_lcore();
        quit = 0;
        worker_idx = 0;