[netperf-dev] netperf2 commit notice r321 - in trunk: doc src
raj at netperf.org
raj at netperf.org
Mon Sep 14 10:53:50 PDT 2009
Author: raj
Date: 2009-09-14 10:53:49 -0700 (Mon, 14 Sep 2009)
New Revision: 321
Modified:
trunk/doc/netperf.info
trunk/doc/netperf.texi
trunk/src/nettest_sctp.h
Log:
more warning cleanups from jose
Modified: trunk/doc/netperf.info
===================================================================
--- trunk/doc/netperf.info 2009-09-14 17:49:58 UTC (rev 320)
+++ trunk/doc/netperf.info 2009-09-14 17:53:49 UTC (rev 321)
@@ -1073,6 +1073,11 @@
call or for each transaction if netperf was configured with
`--enable-histogram=yes'. [Default: 1 - normal verbosity]
+`-V'
+ This option displays the netperf version and then exits.
+
+ Added in netperf 2.4.4.
+
`-w time'
If netperf was configured with `--enable-intervals=yes' then this
value will set the inter-burst time to time milliseconds, and the
@@ -2734,14 +2739,14 @@
(line 28)
* --enable-xti, Configure: Installing Netperf Bits.
(line 28)
-* -4, Global: Global Options. (line 379)
+* -4, Global: Global Options. (line 384)
* -4, Test-specific <1>: Options Common to TCP UDP and SCTP _RR tests.
(line 88)
* -4, Test-specific: Options common to TCP UDP and SCTP tests.
(line 110)
* -6 Test-specific: Options Common to TCP UDP and SCTP _RR tests.
(line 94)
-* -6, Global: Global Options. (line 388)
+* -6, Global: Global Options. (line 393)
* -6, Test-specific: Options common to TCP UDP and SCTP tests.
(line 116)
* -A, Global: Global Options. (line 18)
@@ -2795,9 +2800,10 @@
* -s, Test-specific: Options common to TCP UDP and SCTP tests.
(line 64)
* -t, Global: Global Options. (line 312)
+* -V, Global: Global Options. (line 363)
* -v, Global: Global Options. (line 341)
-* -W, Global: Global Options. (line 370)
-* -w, Global: Global Options. (line 363)
+* -W, Global: Global Options. (line 375)
+* -w, Global: Global Options. (line 368)
@@ -2814,46 +2820,46 @@
Node: Global Command-line Options27666
Node: Command-line Options Syntax28205
Node: Global Options29587
-Node: Using Netperf to Measure Bulk Data Transfer48883
-Node: Issues in Bulk Transfer49548
-Node: Options common to TCP UDP and SCTP tests53077
-Node: TCP_STREAM59371
-Node: TCP_MAERTS63139
-Node: TCP_SENDFILE64372
-Node: UDP_STREAM66688
-Node: XTI_TCP_STREAM70124
-Node: XTI_UDP_STREAM70769
-Node: SCTP_STREAM71414
-Node: DLCO_STREAM72114
-Node: DLCL_STREAM74087
-Node: STREAM_STREAM74961
-Node: DG_STREAM75819
-Node: Using Netperf to Measure Request/Response76500
-Node: Issues in Request/Response78421
-Node: Options Common to TCP UDP and SCTP _RR tests80427
-Node: TCP_RR85406
-Node: TCP_CC87750
-Node: TCP_CRR89947
-Node: UDP_RR90993
-Node: XTI_TCP_RR93014
-Node: XTI_TCP_CC93597
-Node: XTI_TCP_CRR93763
-Node: XTI_UDP_RR93931
-Node: DLCL_RR94508
-Node: DLCO_RR94661
-Node: SCTP_RR94813
-Node: Using Netperf to Measure Aggregate Performance94949
-Node: Running Concurrent Netperf Tests95784
-Node: Using --enable-burst99676
-Node: Using Netperf to Measure Bidirectional Transfer105861
-Node: Bidirectional Transfer with Concurrent Tests106934
-Node: Bidirectional Transfer with TCP_RR108800
-Node: Other Netperf Tests111334
-Node: CPU rate calibration111780
-Node: Address Resolution114121
-Node: Enhancing Netperf116097
-Node: Netperf4117334
-Node: Concept Index118244
-Node: Option Index120634
+Node: Using Netperf to Measure Bulk Data Transfer48981
+Node: Issues in Bulk Transfer49646
+Node: Options common to TCP UDP and SCTP tests53175
+Node: TCP_STREAM59469
+Node: TCP_MAERTS63237
+Node: TCP_SENDFILE64470
+Node: UDP_STREAM66786
+Node: XTI_TCP_STREAM70222
+Node: XTI_UDP_STREAM70867
+Node: SCTP_STREAM71512
+Node: DLCO_STREAM72212
+Node: DLCL_STREAM74185
+Node: STREAM_STREAM75059
+Node: DG_STREAM75917
+Node: Using Netperf to Measure Request/Response76598
+Node: Issues in Request/Response78519
+Node: Options Common to TCP UDP and SCTP _RR tests80525
+Node: TCP_RR85504
+Node: TCP_CC87848
+Node: TCP_CRR90045
+Node: UDP_RR91091
+Node: XTI_TCP_RR93112
+Node: XTI_TCP_CC93695
+Node: XTI_TCP_CRR93861
+Node: XTI_UDP_RR94029
+Node: DLCL_RR94606
+Node: DLCO_RR94759
+Node: SCTP_RR94911
+Node: Using Netperf to Measure Aggregate Performance95047
+Node: Running Concurrent Netperf Tests95882
+Node: Using --enable-burst99774
+Node: Using Netperf to Measure Bidirectional Transfer105959
+Node: Bidirectional Transfer with Concurrent Tests107032
+Node: Bidirectional Transfer with TCP_RR108898
+Node: Other Netperf Tests111432
+Node: CPU rate calibration111878
+Node: Address Resolution114219
+Node: Enhancing Netperf116195
+Node: Netperf4117432
+Node: Concept Index118342
+Node: Option Index120732
End Tag Table
Modified: trunk/doc/netperf.texi
===================================================================
(Binary files differ)
Modified: trunk/src/nettest_sctp.h
===================================================================
--- trunk/src/nettest_sctp.h 2009-09-14 17:49:58 UTC (rev 320)
+++ trunk/src/nettest_sctp.h 2009-09-14 17:53:49 UTC (rev 321)
@@ -119,7 +119,9 @@
} sctp_disposition_t;
extern void send_sctp_stream();
+extern void recv_sctp_stream_1toMany();
extern void send_sctp_rr();
+extern void recv_sctp_rr_1toMany();
extern void recv_sctp_stream();
extern void recv_sctp_rr();
More information about the netperf-dev
mailing list