[netperf-dev] netperf2 commit notice r55 - trunk/src

raj at netperf.org raj at netperf.org
Wed Feb 22 10:06:49 PST 2006


Author: raj
Date: 2006-02-22 10:06:47 -0800 (Wed, 22 Feb 2006)
New Revision: 55

Added:
   trunk/src/NetPerfDir/
   trunk/src/NetServerDir/
Removed:
   trunk/src/NetPerf/
   trunk/src/NetServer/
Modified:
   trunk/src/Makefile.am
   trunk/src/dirs
   trunk/src/netlib.c
Log:
kludge around a case insensitivity problem on MacOS X


Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2006-02-07 00:44:55 UTC (rev 54)
+++ trunk/src/Makefile.am	2006-02-22 18:06:47 UTC (rev 55)
@@ -6,7 +6,7 @@
 
 USE_CPU_SOURCE=netcpu_ at NETCPU_SOURCE@.c
 
-EXTRA_DIST = netcpu_none.c netcpu_looper.c netcpu_pstat.c netcpu_pstatnew.c netcpu_perfstat.c netcpu_procstat.c netcpu_kstat.c netcpu_kstat10.c netcpu_sysctl.c netcpu_ntperf.c nettest_ipv6.c nettest_ipv6.h missing/* dirs NetPerf/* NetServer/*
+EXTRA_DIST = netcpu_none.c netcpu_looper.c netcpu_pstat.c netcpu_pstatnew.c netcpu_perfstat.c netcpu_procstat.c netcpu_kstat.c netcpu_kstat10.c netcpu_sysctl.c netcpu_ntperf.c nettest_ipv6.c nettest_ipv6.h missing/* dirs NetPerfDir/* NetServerDir/*
 
 COMMON_SRC = hist.h netlib.c netlib.h netcpu.h netsh.c netsh.h nettest_bsd.c nettest_bsd.h nettest_dlpi.c nettest_dlpi.h nettest_dns.c nettest_dns.h nettest_unix.c nettest_unix.h nettest_xti.c nettest_xti.h nettest_sctp.c nettest_sctp.h
 

Copied: trunk/src/NetPerfDir (from rev 52, trunk/src/NetPerf)

Copied: trunk/src/NetServerDir (from rev 52, trunk/src/NetServer)

Modified: trunk/src/dirs
===================================================================
--- trunk/src/dirs	2006-02-07 00:44:55 UTC (rev 54)
+++ trunk/src/dirs	2006-02-22 18:06:47 UTC (rev 55)
@@ -1,3 +1,3 @@
 DIRS= \
-	NetPerf \
-	NetServer
\ No newline at end of file
+	NetPerfDir \
+	NetServerDir
\ No newline at end of file

Modified: trunk/src/netlib.c
===================================================================
--- trunk/src/netlib.c	2006-02-07 00:44:55 UTC (rev 54)
+++ trunk/src/netlib.c	2006-02-22 18:06:47 UTC (rev 55)
@@ -1724,7 +1724,6 @@
 bind_to_specific_processor(int processor_affinity)
 {
 
-  printf("bind_to_specific_processor: enter\n");
 #ifdef HAVE_MPCTL
 #include <sys/mpctl.h>
   /* indeed, at some point it would be a good idea to check the return



More information about the netperf-dev mailing list