examples: add flush after stats printing
[dpdk.git] / examples / l2fwd-crypto / main.c
index fcb55c3..827da9b 100644 (file)
@@ -334,6 +334,8 @@ print_stats(void)
                   total_packets_dropped,
                   total_packets_errors);
        printf("\n====================================================\n");
+
+       fflush(stdout);
 }
 
 static int