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