ring: make bulk and burst return values consistent
[dpdk.git] / test / test-pipeline / pipeline_hash.c
index 10d2869..1ac0aa8 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);
        }
 }