aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/netperf
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* benchmarks/netperf: Fix build with clang 11 and gcc 10Serhii (Sergey) Kozlov2020-09-151-0/+1
| | | | | | | | | | | | Tested using poudriere on 11.3, 12.1, 13.0 PR: 249227 Reported by: Krzysztof Galazka Approved by: build fix (blanket) Sponsored by: Intel Notes: svn path=/head/; revision=548735
* Add and use a shared INFO description. I have patches to add that knob toMarius Strobl2019-12-271-1/+0
| | | | | | | a bunch of additional ports. Notes: svn path=/head/; revision=521020
* Drop the ipv6 virtual category for b* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514129
* Turn installation of netperf.info into an option (default-on but allowingMarius Strobl2019-04-091-2/+3
| | | | | | | to get rid of the texinfo dependency). Notes: svn path=/head/; revision=498516
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Given that the netperf project hasn't rolled a release in quite some time,Marius Strobl2018-03-047-37/+35
| | | | | | | | | | | | | | | | | | | | | | 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
* Options are already optional.Mathieu Arnold2018-01-191-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=459451
* Remove dead links from MASTER_SITES or WWWBaptiste Daroussin2017-10-131-2/+1
| | | | Notes: svn path=/head/; revision=451957
* 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 Notes: svn path=/head/; revision=419178
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* - Update to 2.7.0.Marius Strobl2015-10-2010-36/+240
| | | | | | | | | | | - 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
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-31/+5
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Enable OMNI by default; this matches what vanilla netperf does sinceMarius Strobl2015-01-271-3/+3
| | | | | | | | | | version 2.5 and restores bidirectional compatibility with other OS distributions following suit. PR: 197137 Notes: svn path=/head/; revision=378027
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371236
* - Fix check-plist by adding missing netperf.info fileBryan Drewery2014-08-111-1/+3
| | | | Notes: svn path=/head/; revision=364663
* Support stageBaptiste Daroussin2014-01-052-7/+6
| | | | Notes: svn path=/head/; revision=338738
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | benchmarks) Notes: svn path=/head/; revision=327708
* - Given that we always build netperf with --enable-demo, remove anMarius Strobl2013-01-302-1/+14
| | | | | | | | | | irritating remark from the manual page suggesting it hasn't been. - Grab Approved by: bapt (mentor) Notes: svn path=/head/; revision=311280
* - Fix build with clang [1]Pawel Pekala2013-01-022-10/+11
| | | | | | | | | | | | - Use standard header - Convert spaces to tabs in options and descriptions - Spelling fixes in pkg-descr PR: ports/174887 [1] Reported by: Garrett Cooper <yanegomi@gmail.com> [1] Notes: svn path=/head/; revision=309847
* - Update to use OPTIONSNGMunechika SUMIKAWA2012-11-121-16/+15
| | | | | | | | | | | | - Trim Makefile header - Drop my maintainership PR: ports/173547 Submitted by: edward Feature safe: yes Notes: svn path=/head/; revision=307323
* Upgrade to 2.6.0Munechika SUMIKAWA2012-08-245-75/+15
| | | | Notes: svn path=/head/; revision=303050
* 1) Add OPTIONS support for:Munechika SUMIKAWA2012-05-152-4/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Make UDP_STREAM work on IPv6 by transmitting and extracting IPv6Munechika SUMIKAWA2012-01-272-0/+70
| | | | | | | | | addresses correctly. Otherwise bind(2) calls will fail, etc. Submitted by: bz Notes: svn path=/head/; revision=289864
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-2/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Upgrade to 2.5.0.Munechika SUMIKAWA2011-07-203-13/+3
| | | | Notes: svn path=/head/; revision=277980
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Upgrade to 2.4.5.Munechika SUMIKAWA2009-06-164-10/+20
| | | | Notes: svn path=/head/; revision=236010
* Upgrade to 2.4.4.Munechika SUMIKAWA2008-03-032-10/+5
| | | | Notes: svn path=/head/; revision=208365
* Fix pkg-plist.Munechika SUMIKAWA2006-11-202-1/+2
| | | | Notes: svn path=/head/; revision=177642
* Fix plist.Munechika SUMIKAWA2006-11-152-11/+19
| | | | Notes: svn path=/head/; revision=177287
* Upgrade to 2.4.2.Munechika SUMIKAWA2006-11-0921-233/+69
| | | | Notes: svn path=/head/; revision=176894
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Turn off -DHISTOGRAM as it introduces considerable overhead. Bump portrevision.Joseph Koshy2005-10-142-1/+2
| | | | | | | | Noticed by: rwatson Approved by: sumikawa [MAINTAINER] Notes: svn path=/head/; revision=145326
* Upgrade to 2.3pl1.Munechika SUMIKAWA2004-11-188-72/+109
| | | | Notes: svn path=/head/; revision=121944
* Upgrade to 2.2pl4.Munechika SUMIKAWA2004-03-292-4/+4
| | | | Notes: svn path=/head/; revision=105625
* Add SIZE.Munechika SUMIKAWA2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104425
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-221-2/+2
| | | | | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992 Notes: svn path=/head/; revision=91879
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-2/+2
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Upgrade to 2.2pl3.Munechika SUMIKAWA2003-02-223-17/+10
| | | | Notes: svn path=/head/; revision=76131
* Fix typo in patch-makefile. IPv6 was not enabled.Munechika SUMIKAWA2003-01-212-1/+2
| | | | Notes: svn path=/head/; revision=73693
* Upgrade to 2.2pl2. Almost of IPv6 patch was merged but netperf stillMunechika SUMIKAWA2003-01-2115-334/+193
| | | | | | | barks with -DDO_1644. Notes: svn path=/head/; revision=73692
* I'll take over this port.Munechika SUMIKAWA2001-12-171-0/+2
| | | | Notes: svn path=/head/; revision=51677
* Add NOPORTDOCS supportMario Sergio Fujikawa Ferreira2001-07-031-2/+2
| | | | | | | | PR: 28602 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=44720
* Upgrade to latest IPv6 patch. fix the error with -DDO1644.Munechika SUMIKAWA2001-03-022-2/+3
| | | | Notes: svn path=/head/; revision=38967
* Add a MASTER_SITE_SUBDIR to unbreak fetching.Peter Pentchev2000-12-262-2/+3
| | | | | | | | | | | | The checksum had also changed, but it seems only the tarball was rerolled - a comparison against an 'old' archive from ftp.freebsd.org showed no differences in content. PR: 23858 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=36388
* Add checksum for IPv6 patch. (Forgotten-by: kris)Bill Fenner2000-12-202-2/+1
| | | | | | | Remove myself as MAINTAINER. Notes: svn path=/head/; revision=36162
* Add ipv6 to categoriesKris Kennaway2000-09-091-2/+13
| | | | Notes: svn path=/head/; revision=32458
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
| | | | Notes: svn path=/head/; revision=27416