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

raj at netperf.org raj at netperf.org
Thu Dec 1 12:38:41 PST 2011


Author: raj
Date: 2011-12-01 12:38:41 -0800 (Thu, 01 Dec 2011)
New Revision: 508

Modified:
   trunk/Release_Notes
   trunk/src/nettest_omni.c
Log:
further updates and a fix for 32 bit migrated udp_stream output

Modified: trunk/Release_Notes
===================================================================
--- trunk/Release_Notes	2011-12-01 00:08:59 UTC (rev 507)
+++ trunk/Release_Notes	2011-12-01 20:38:41 UTC (rev 508)
@@ -1,5 +1,10 @@
 These are the Release Notes for post Revision 2.5.0 top-of-trunk netperf:
 
+*) It is now possible to set/get the TCP congestion control algorithm
+   being used by either end of the test connection when using the omni
+   code.  The output selectors are LOCAL_CONG_CONTROL and
+   REMOTE_CONG_CONTROL and setting is via the test-specific -K option.
+
 *) Stop leaking file descriptors when looking-up probable egress
    interface names and I/O slot numbers.
 

Modified: trunk/src/nettest_omni.c
===================================================================
--- trunk/src/nettest_omni.c	2011-12-01 00:08:59 UTC (rev 507)
+++ trunk/src/nettest_omni.c	2011-12-01 20:38:41 UTC (rev 508)
@@ -6161,8 +6161,8 @@
     "%7.2f\n";
   
   char *tput_fmt_1 = "\
-%6d  %6d   %-7.2f   %7d %6d    %7.2f\n\
-%6d           %-7.2f   %7d           %7.2f\n\n";
+%6d  %6d   %-7.2f   %7"PRIu64" %6d    %7.2f\n\
+%6d           %-7.2f   %7"PRIu64"           %7.2f\n\n";
   
   
   char *cpu_title = "\
@@ -6174,8 +6174,8 @@
     "%6.2f %c\n";
   
   char *cpu_fmt_1 = "\
-%6d  %6d   %-7.2f   %7d %6d    %7.1f     %-6.2f   %-6.3f\n\
-%6d           %-7.2f   %7d           %7.1f     %-6.2f   %-6.3f\n\n";
+%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";
 
 
   send_omni_inner(remote_host, legacy, "MIGRATED UDP STREAM TEST");
@@ -6552,6 +6552,9 @@
                       A mask value will cause randomization of the IP used\n\
     -k [file]         Generate keyval output optionally based on file\n\
                       Use filename of '?' to get the list of choices\n\
+    -K loc[,rem]      Set the local and/or remote congestion control\n\
+                      algorithm to use on those platforms where it can\n\
+                      be set.\n\
     -L name[/mask],fam  Use name (or IP) and family as source of data connection\n\
                       A mask value will cause randomization of the IP used\n\
     -m bytes          Set the send size (TCP_STREAM, UDP_STREAM)\n\



More information about the netperf-dev mailing list