From dee47b2c551c18bd191819f7abd78a5b1580e5a4 Mon Sep 17 00:00:00 2001 From: brianfinley Date: Wed, 27 Feb 2013 15:23:41 +0000 Subject: [PATCH] - Added comments from Nate Rini on pciutils RPMs that properly detect PCI Gen3 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15270 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/tools/test_hca_state | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/tools/test_hca_state b/xCAT-server/share/xcat/tools/test_hca_state index d0f31f0fa..5fbe813b5 100755 --- a/xCAT-server/share/xcat/tools/test_hca_state +++ b/xCAT-server/share/xcat/tools/test_hca_state @@ -7,6 +7,18 @@ # - added --help output # +# +# As per Nate Rini : +# +# The following (Red Hat) rpms include the version of pciutils (aka +# lspci) that can read gen3 correctly. +# +# pciutils-3.1.10-2.el6.x86_64.rpmĀ  +# pciutils-libs-3.1.10-2.el6.x86_64.rpm +# +# This may impact the "PCI:" speed test performed by this script. +# + NR=$1 offer_help() { @@ -14,7 +26,7 @@ offer_help() { PROGNAME=$(basename $0) # At some point, source a file for this info for the whole suite - VERSION=3.2.17 + VERSION=3.2.27 cat <