summaryrefslogtreecommitdiff
path: root/benchmarks/netperf/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Given that the netperf project hasn't rolled a release in quite some time,Marius Strobl2018-03-044-26/+16
| | | | | | | | | | | | | | | | | | | switch to snapshots directly obtained from the github repository (currently at version 2.7.1). Generally, there aren't that many changes since the 2.7.0 release version of netperf, the most noteworthy changes are in the area of FreeBSD support, though: - FreeBSD-specific code for letting netperf/netserver bind to CPUs, e. g. via the global "-T" option, has been added. - The nettest_bsd back-end now can take advantage of aio(4) via the newly added test-specific "-a" and "-A" options, which in turn allows zero-copy send and receive with e. g. cxgbe(4). Note that this requires the netperf port to be built with its default-on OMNI option disabled, as otherwise the nettest_omni back-end and the migration to it from legacy back-ends (also the upstream default since netperf 2.5.0) will be used instead. Apart from that, some test scripts missing in the published releases but referenced by test scripts already part of e. g. netperf 2.7.0 are now included.
* Cleanup patches, category benchmarksMathieu Arnold2016-07-2722-103/+95
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* - Update to 2.7.0.Marius Strobl2015-10-207-13/+213
| | | | | | | | - Add an EXAMPLES knob. - Unbreak CPU utilization measurement support for FreeBSD >= 10 [1], unbreak SCTP support for FreeBSD >= 10. PR: 203752 [1]
* - Given that we always build netperf with --enable-demo, remove anMarius Strobl2013-01-301-0/+12
| | | | | | | irritating remark from the manual page suggesting it hasn't been. - Grab Approved by: bapt (mentor)
* Upgrade to 2.6.0Munechika SUMIKAWA2012-08-243-71/+12
|
* 1) Add OPTIONS support for:Munechika SUMIKAWA2012-05-151-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - SOCKETS - Unix domain socket support and tests - SCTP - Stream Control Transmission Protocol support and tests - EXS - ICSC async socket support - HISTOGRAM - Optional histogram output - OMNI - Enable OMNI tests 2) Patch to $WRKSRC/configure which fixes CPU measurement and ROUTE lookup routines in netperf, which result in this output: ------------- checking which CPU utilization measurement type to use... "none. Consider teaching configure about your platform." checking which route lookup type to use... "none. Consider teaching configure about your platform." -------------- 3) Add to default configure_args --enable-dirty --enable-demo --enable-burst --enable-intervals Note: these just add additional command arguments and options, and are not globally enabled in netperf so wont affect existing users/tests. Submitted by: koobs (No email address by the request)
* Make UDP_STREAM work on IPv6 by transmitting and extracting IPv6Munechika SUMIKAWA2012-01-271-0/+69
| | | | | | addresses correctly. Otherwise bind(2) calls will fail, etc. Submitted by: bz
* Upgrade to 2.5.0.Munechika SUMIKAWA2011-07-201-10/+0
|
* Upgrade to 2.4.5.Munechika SUMIKAWA2009-06-162-6/+16
|
* Upgrade to 2.4.2.Munechika SUMIKAWA2006-11-0917-185/+56
|
* Turn off -DHISTOGRAM as it introduces considerable overhead. Bump portrevision.Joseph Koshy2005-10-141-1/+1
| | | | | Noticed by: rwatson Approved by: sumikawa [MAINTAINER]
* Upgrade to 2.3pl1.Munechika SUMIKAWA2004-11-186-68/+105
|
* Upgrade to 2.2pl3.Munechika SUMIKAWA2003-02-221-6/+6
|
* Fix typo in patch-makefile. IPv6 was not enabled.Munechika SUMIKAWA2003-01-211-1/+1
|
* Upgrade to 2.2pl2. Almost of IPv6 patch was merged but netperf stillMunechika SUMIKAWA2003-01-2113-324/+187
| | | | barks with -DDO_1644.
* Fix up arr_script too; it's not installed by netperf but it is nowBill Fenner1999-09-081-0/+13
| | | | usable in case anyone grovels around in the work dir and finds it.
* Include RFC1644 tests. (ports/11581)Bill Fenner1999-09-081-8/+8
| | | | | | | | | Allow ${PREFIX} setting. (ports/12213) Clean up makefile a smidge. PR: ports/11581 and ports/12213 Submitted by: Martin Kammerhofer dada@sbox.tu-graz.ac.at and Nick Hibma nick.hibma@jrc.it
* Update to 2.1pl3Bill Fenner1997-07-271-18/+1
| | | | Found by: distfile checker
* Upgrade to 2.1pl2Bill Fenner1997-05-281-1/+1
|
* Re-import netperf package under benchmarks.Paul Traina1996-08-031-0/+341
Requested by: asami