]> git.droids-corp.org - dpdk.git/blobdiff - test/test-pipeline/pipeline_hash.c
ring: make bulk and burst return values consistent
[dpdk.git] / test / test-pipeline / pipeline_hash.c
index 10d28695ef73cb22b04e774370cc7c6d487d1742..1ac0aa84145dbcbe9c8a8149be359b52518206e1 100644 (file)
@@ -547,6 +547,6 @@ app_main_loop_rx_metadata(void) {
                                app.rings_rx[i],
                                (void **) app.mbuf_rx.array,
                                n_mbufs);
-               } while (ret < 0);
+               } while (ret == 0);
        }
 }