summaryrefslogtreecommitdiff
path: root/benchmarks/netperf/files/patch-configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* benchmarks/netperf: Update to 20210121 versionMarius Strobl2023-04-151-20/+0
| | | | | | | | | For the most part, this complicates the build, moves the debug log from /tmp to /var/log and changes debugging to default to off. Also: - Don't let netserver chmod(2) /dev/null to 644 when debug log is off. - Take back port. Approved by: netchild
* Given that the netperf project hasn't rolled a release in quite some time,Marius Strobl2018-03-041-5/+5
| | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=463598
* Cleanup patches, category benchmarksMathieu Arnold2016-07-271-4/+4
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419178
* - Update to 2.7.0.Marius Strobl2015-10-201-13/+4
| | | | | | | | | | | - Add an EXAMPLES knob. - Unbreak CPU utilization measurement support for FreeBSD >= 10 [1], unbreak SCTP support for FreeBSD >= 10. PR: 203752 [1] Notes: svn path=/head/; revision=399880
* Upgrade to 2.6.0Munechika SUMIKAWA2012-08-241-2/+2
| | | | Notes: svn path=/head/; revision=303050
* 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) Notes: svn path=/head/; revision=296647