[netperf-dev] netperf2 commit notice r250 - in trunk: . src

raj at netperf.org raj at netperf.org
Fri Mar 7 15:35:31 PST 2008


Author: raj
Date: 2008-03-07 15:35:30 -0800 (Fri, 07 Mar 2008)
New Revision: 250

Modified:
   trunk/configure
   trunk/configure.ac
   trunk/src/Makefile.am
   trunk/src/Makefile.in
Log:
fix netsys_hpux11i.c fubars

Modified: trunk/configure
===================================================================
--- trunk/configure	2008-03-07 23:17:18 UTC (rev 249)
+++ trunk/configure	2008-03-07 23:35:30 UTC (rev 250)
@@ -9728,15 +9728,15 @@
 	'')
 # guess it automagically in a nice big case statement
 		case $target in
-		     *-*-hpux11.1231)
-			use_drvlookup=true
+		     *-*-hpux11*)
+			use_syslookup=true
 
 cat >>confdefs.h <<\_ACEOF
 #define USE_HPUX
 _ACEOF
 
-			enable_drvlookup="hpux11i - auto"
-			NETDRVLKUP_SOURCE="hpux11i"
+			enable_syslookup="hpux11i - auto"
+			NETSYSLKUP_SOURCE="hpux11i"
 			;;
 		     *)
 			use_syslookup=false

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2008-03-07 23:17:18 UTC (rev 249)
+++ trunk/configure.ac	2008-03-07 23:35:30 UTC (rev 250)
@@ -887,11 +887,11 @@
 	'')
 # guess it automagically in a nice big case statement
 		case $target in
-		     *-*-hpux11.[123]1)
-			use_drvlookup=true
-			AC_DEFINE([USE_HPUX],,[Use Linux's ethtool interface to determine driver information.])
-			enable_drvlookup="hpux11i - auto"
-			NETDRVLKUP_SOURCE="hpux11i"
+		     *-*-hpux11*)
+			use_syslookup=true
+			AC_DEFINE([USE_HPUX],,[Use HP-UX's sysinfo and pstat interfaces to determine system information.])
+			enable_syslookup="hpux11i - auto"
+			NETSYSLKUP_SOURCE="hpux11i"
 			;;
 		     *)
 			use_syslookup=false

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2008-03-07 23:17:18 UTC (rev 249)
+++ trunk/src/Makefile.am	2008-03-07 23:35:30 UTC (rev 250)
@@ -12,7 +12,7 @@
 USE_SLOT_SOURCE=netslot_ at NETSLOTLKUP_SOURCE@.c
 USE_SYS_SOURCE=netsys_ at NETSYSLKUP_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 netcpu_osx.c dirs NetPerfDir/* NetServerDir/* netperf_version.h.in netrt_rtnetlink.c netrt_none.c netrt_rtmget.c netdrv_ethtool.c netdrv_none.c netslot_linux.c netslot_none.c netsys_none.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 netcpu_osx.c dirs NetPerfDir/* NetServerDir/* netperf_version.h.in netrt_rtnetlink.c netrt_none.c netrt_rtmget.c netdrv_ethtool.c netdrv_none.c netslot_linux.c netslot_none.c netsys_none.c netsys_hpux11i.c
 
 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_unix.c nettest_unix.h nettest_xti.c nettest_xti.h nettest_sctp.c nettest_sctp.h netperf_version.h nettest_sdp.c nettest_sdp.h nettest_omni.c
 

Modified: trunk/src/Makefile.in
===================================================================
--- trunk/src/Makefile.in	2008-03-07 23:17:18 UTC (rev 249)
+++ trunk/src/Makefile.in	2008-03-07 23:35:30 UTC (rev 250)
@@ -145,7 +145,7 @@
 USE_SLOT_SOURCE = netslot_ at NETSLOTLKUP_SOURCE@.c
 USE_SYS_SOURCE = netsys_ at NETSYSLKUP_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 netcpu_osx.c dirs NetPerfDir/* NetServerDir/* netperf_version.h.in netrt_rtnetlink.c netrt_none.c netrt_rtmget.c netdrv_ethtool.c netdrv_none.c netslot_linux.c netslot_none.c netsys_none.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 netcpu_osx.c dirs NetPerfDir/* NetServerDir/* netperf_version.h.in netrt_rtnetlink.c netrt_none.c netrt_rtmget.c netdrv_ethtool.c netdrv_none.c netslot_linux.c netslot_none.c netsys_none.c netsys_hpux11i.c
 
 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_unix.c nettest_unix.h nettest_xti.c nettest_xti.h nettest_sctp.c nettest_sctp.h netperf_version.h nettest_sdp.c nettest_sdp.h nettest_omni.c
 



More information about the netperf-dev mailing list