]> git.droids-corp.org - dpdk.git/blobdiff - examples/tep_termination/main.c
examples: add flush after stats printing
[dpdk.git] / examples / tep_termination / main.c
index ab956ad7ce963d5da8eacf2ce294be2ec01c27ad..b9fffca020a982fa078f691212db43149e969125 100644 (file)
@@ -1110,6 +1110,8 @@ print_stats(__rte_unused void *arg)
                        dev_ll = dev_ll->next;
                }
                printf("\n================================================\n");
+
+               fflush(stdout);
        }
 
        return NULL;