examples: add flush after stats printing
[dpdk.git] / examples / vhost / main.c
index ab649bf..312829e 100644 (file)
@@ -1334,6 +1334,8 @@ print_stats(__rte_unused void *arg)
                }
 
                printf("===================================================\n");
+
+               fflush(stdout);
        }
 
        return NULL;