[netperf-talk] Bug in UDP_STREAM test when built w/ omni tests enabled
Alexander Duyck
alexander.h.duyck at intel.com
Thu Dec 1 13:47:56 PST 2011
On 12/01/2011 12:41 PM, Rick Jones wrote:
> The problem seems to be bugs in the tput_fmt_1 and
>
> replace the %7d 's with something that knows what to do with a
> uint64_t and there should be happiness and joy:
>
> char *tput_fmt_1 = "\
> %6d %6d %-7.2f %7"PRIu64" %6d %7.2f\n\
> %6d %-7.2f %7"PRIu64" %7.2f\n\n";
>
>
> ...
>
> char *cpu_fmt_1 = "\
> %6d %6d %-7.2f %7"PRIu64" %6d %7.1f %-6.2f %-6.3f\n\
> %6d %-7.2f %7"PRIu64" %7.1f %-6.2f
> %-6.3f\n\n";
>
> I've checked-in a fix to the top-of-trunk.
>
> happy benchmarking,
>
> rick jones
I pulled from top-of-trunk and it looks like it fixed it for me as well.
Thanks,
Alex
More information about the netperf-talk
mailing list