[netperf-dev] netperf2 commit notice r272 - in trunk: . src
raj at netperf.org
raj at netperf.org
Thu Mar 20 15:30:09 PDT 2008
Author: raj
Date: 2008-03-20 15:30:08 -0700 (Thu, 20 Mar 2008)
New Revision: 272
Modified:
trunk/configure
trunk/src/Makefile.in
Log:
include configure and makefile changes for solaris pciid finding
Modified: trunk/configure
===================================================================
--- trunk/configure 2008-03-20 22:28:56 UTC (rev 271)
+++ trunk/configure 2008-03-20 22:30:08 UTC (rev 272)
@@ -9631,27 +9631,25 @@
NETSLOTLKUP_SOURCE="$enable_slotlookup"
case "$enable_slotlookup" in
- linsys)
+ linux)
use_slotlookup=true
-
-cat >>confdefs.h <<\_ACEOF
-#define USE_LINSYS
-_ACEOF
-
;;
+ solaris)
+ use_slotlookup=true
+ ;;
'')
# guess it automagically in a nice big case statement
case $target in
*-*-linux*)
use_slotlookup=true
-
-cat >>confdefs.h <<\_ACEOF
-#define USE_LINSYS
-_ACEOF
-
enable_slotlookup="linux - auto"
NETSLOTLKUP_SOURCE="linux"
;;
+ *-*-solaris*)
+ use_slotlookup=true
+ enable_slotlookup="solaris - auto"
+ NETSLOTLKUP_SOURCE="solaris"
+ ;;
*)
use_slotlookup=false
NETSLOTLKUP_SOURCE="none"
Modified: trunk/src/Makefile.in
===================================================================
--- trunk/src/Makefile.in 2008-03-20 22:28:56 UTC (rev 271)
+++ trunk/src/Makefile.in 2008-03-20 22:30:08 UTC (rev 272)
@@ -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 netsys_hpux11i.c netsys_linux.c netsys_solaris.c netdrv_solaris.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 netsys_linux.c netsys_solaris.c netdrv_solaris.c netslot_solaris.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