Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 May 2012 06:47:10 +0000 (UTC)
From:      Munechika SUMIKAWA <sumikawa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/benchmarks/netperf Makefile ports/benchmarks/netperf/files patch-configure
Message-ID:  <201205150647.q4F6lAUg005277@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sumikawa    2012-05-15 06:47:10 UTC

  FreeBSD ports repository

  Modified files:
    benchmarks/netperf   Makefile 
  Added files:
    benchmarks/netperf/files patch-configure 
  Log:
  1) Add OPTIONS support for:
  - 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)
  
  Revision  Changes    Path
  1.32      +44 -4     ports/benchmarks/netperf/Makefile
  1.1       +29 -0     ports/benchmarks/netperf/files/patch-configure (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205150647.q4F6lAUg005277>