From owner-cvs-all@FreeBSD.ORG Tue May 15 06:47:10 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89CCB1065672; Tue, 15 May 2012 06:47:10 +0000 (UTC) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 75DFC8FC14; Tue, 15 May 2012 06:47:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q4F6lAeg005278; Tue, 15 May 2012 06:47:10 GMT (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q4F6lAUg005277; Tue, 15 May 2012 06:47:10 GMT (envelope-from sumikawa) Message-Id: <201205150647.q4F6lAUg005277@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Tue, 15 May 2012 06:47:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/benchmarks/netperf Makefile ports/benchmarks/netperf/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2012 06:47:10 -0000 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)