X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fioat%2Fioatfwd.c;h=b66ee73bcec42d9d7fc3faec8c211f8eada31505;hb=3ee6f706519c0a7456f3d8a79048150dfa6d2581;hp=53de231795f7cbe6141f168364df28938a706b75;hpb=c79a1c67465d0193b52e2ae4b64dd8362c575b2b;p=dpdk.git diff --git a/examples/ioat/ioatfwd.c b/examples/ioat/ioatfwd.c index 53de231795..b66ee73bce 100644 --- a/examples/ioat/ioatfwd.c +++ b/examples/ioat/ioatfwd.c @@ -294,6 +294,8 @@ print_stats(char *prgname) printf("\n"); print_total_stats(&delta_ts); + fflush(stdout); + ts.total_packets_tx += delta_ts.total_packets_tx; ts.total_packets_rx += delta_ts.total_packets_rx; ts.total_packets_dropped += delta_ts.total_packets_dropped;