ethdev: remove rte_pmd_init_all function
[dpdk.git] / examples / quota_watermark / qwctl / commands.c
index 5de3741..c07ac2d 100644 (file)
@@ -1,7 +1,7 @@
 /*-
  *   BSD LICENSE
  * 
- *   Copyright(c) 2010-2013 Intel Corporation. All rights reserved.
+ *   Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
  *   All rights reserved.
  * 
  *   Redistribution and use in source and binary forms, with or without
@@ -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);
     }
 }