examples: add flush after stats printing
[dpdk.git] / examples / l2fwd / main.c
index f8d14b8..4a41aac 100644 (file)
@@ -146,6 +146,8 @@ print_stats(void)
                   total_packets_rx,
                   total_packets_dropped);
        printf("\n====================================================\n");
+
+       fflush(stdout);
 }
 
 static void