[netperf-dev] netperf2 commit notice r153 - in trunk: . src

raj at netperf.org raj at netperf.org
Thu Oct 25 17:29:00 PDT 2007


Author: raj
Date: 2007-10-25 17:28:59 -0700 (Thu, 25 Oct 2007)
New Revision: 153

Modified:
   trunk/Release_Notes
   trunk/src/nettest_bsd.c
Log:
correct the sense of send and recv CPU utils on a TCP_MAERTS test

Modified: trunk/Release_Notes
===================================================================
--- trunk/Release_Notes	2007-10-25 23:34:06 UTC (rev 152)
+++ trunk/Release_Notes	2007-10-26 00:28:59 UTC (rev 153)
@@ -6,6 +6,10 @@
    of a percent for the confidence of a clean, close, comfortable
    calculation. :)
 
+*) Honor the global -B option in a TCP_SENDFILE test.
+
+*) Correct the sense of Send/Recv in the banner of a TCP_MAERTS test.
+
 These are the Release Notes for Revision 2.4.4 of netperf:
 
 Things changed in this release:

Modified: trunk/src/nettest_bsd.c
===================================================================
--- trunk/src/nettest_bsd.c	2007-10-25 23:34:06 UTC (rev 152)
+++ trunk/src/nettest_bsd.c	2007-10-26 00:28:59 UTC (rev 153)
@@ -1957,7 +1957,7 @@
   
   char *cpu_title = "\
 Recv   Send    Send                          Utilization       Service Demand\n\
-Socket Socket  Message  Elapsed              Send     Recv     Send    Recv\n\
+Socket Socket  Message  Elapsed              Recv     Send     Recv    Send\n\
 Size   Size    Size     Time     Throughput  local    remote   local   remote\n\
 bytes  bytes   bytes    secs.    %-8.8s/s  %% %c      %% %c      us/KB   us/KB\n\n";
   



More information about the netperf-dev mailing list