X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fquota_watermark%2Fqwctl%2Fcommands.c;h=c07ac2d76aaef9e4b9049946638124cf70ff4491;hb=591a9d7985c1230652d9f7ea1f9221e8c66ec188;hp=c76c1710ce3d7b9550ef71349b0655d1e756c02b;hpb=c738c6a644e5a07fa98ede668775c08ec5321273;p=dpdk.git diff --git a/examples/quota_watermark/qwctl/commands.c b/examples/quota_watermark/qwctl/commands.c index c76c1710ce..c07ac2d76a 100644 --- a/examples/quota_watermark/qwctl/commands.c +++ b/examples/quota_watermark/qwctl/commands.c @@ -193,7 +193,7 @@ cmd_show_handler(__attribute__((unused)) void *parsed_result, if (ring == NULL) cmdline_printf(cl, "Cannot find ring \"%s\"\n", tokens->variable); else - rte_ring_dump(ring); + rte_ring_dump(stdout, ring); } }