From patchwork Fri Oct 16 15:06:40 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 54269 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n9GFDMJ7001913 for ; Fri, 16 Oct 2009 15:13:22 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755686AbZJPPHg (ORCPT ); Fri, 16 Oct 2009 11:07:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755848AbZJPPHg (ORCPT ); Fri, 16 Oct 2009 11:07:36 -0400 Received: from qmta12.westchester.pa.mail.comcast.net ([76.96.59.227]:42243 "EHLO QMTA12.westchester.pa.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755686AbZJPPHf (ORCPT ); Fri, 16 Oct 2009 11:07:35 -0400 Received: from OMTA19.westchester.pa.mail.comcast.net ([76.96.62.98]) by QMTA12.westchester.pa.mail.comcast.net with comcast id tQ031c00127AodY5CT70iH; Fri, 16 Oct 2009 15:07:00 +0000 Received: from hal.comcast.net ([75.69.247.31]) by OMTA19.westchester.pa.mail.comcast.net with comcast id tTDF1c00W0hNrtn3fTDFmD; Fri, 16 Oct 2009 15:13:16 +0000 Received: from hal.comcast.net (localhost.localdomain [127.0.0.1]) by hal.comcast.net (8.14.3/8.14.3) with ESMTP id n9GF7BoO021678; Fri, 16 Oct 2009 11:07:16 -0400 Received: (from hnrose@localhost) by hal.comcast.net (8.14.3/8.14.3/Submit) id n9GF6efm021647; Fri, 16 Oct 2009 11:06:40 -0400 Date: Fri, 16 Oct 2009 11:06:40 -0400 From: Hal Rosenstock To: kliteyn@dev.mellanox.co.il Cc: linux-rdma@vger.kernel.org Subject: [PATCH] ibutils/ibdm/doc: Fix some typos Message-ID: <20091016150640.GA21644@comcast.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org diff --git a/ibdm/doc/ibdmchk.1 b/ibdm/doc/ibdmchk.1 index 650c9ff..7537473 100644 --- a/ibdm/doc/ibdmchk.1 +++ b/ibdm/doc/ibdmchk.1 @@ -186,7 +186,7 @@ Use enhanced routing algorithm when \s-1LMC\s0 > 0 and report the resulting path .IX Item "-r|--roots A file with all the roots node names (one on each line)." .SH "VERIFICATION MODE DESCRIPTION" .IX Header "VERIFICATION MODE DESCRIPTION" -After the cluster is built and OpenSM is run (using flag \-D 0x43) it reports the subnet and \s-1FDB\s0 tables into the files osm\-subnet.lst, osm.fdbs and osm.fdbs in /var/log/ (or subnet.lst, osm.fdbs and osm.mcfdbs into /tmp in older OpenSM versions). ibdiagnet is also producing the same files in its outoput directroy. +After the cluster is built and OpenSM is run (using flag \-D 0x43) it reports the subnet and \s-1FDB\s0 tables into the files osm\-subnet.lst, osm.fdbs and osm.fdbs in /var/log/ (or subnet.lst, osm.fdbs and osm.mcfdbs into /tmp in older OpenSM versions). ibdiagnet is also producing the same files in its output directory. Based on these files the utility checks all \s-1CA\s0 to \s-1CA\s0 connectivity. Further analysis for credit deadlock potential is performed and reported. In case of an \s-1LMC\s0 > 0 it reports histograms for how many systems and nodes are common between the different paths for the same port pairs. .SH "ARGUMENTS" diff --git a/ibdm/doc/ibdmchk.pod b/ibdm/doc/ibdmchk.pod index e6a2232..dabfafa 100644 --- a/ibdm/doc/ibdmchk.pod +++ b/ibdm/doc/ibdmchk.pod @@ -59,7 +59,7 @@ A file with all the roots node names (one on each line). =head1 VERIFICATION MODE DESCRIPTION -After the cluster is built and OpenSM is run (using flag -D 0x43) it reports the subnet and FDB tables into the files osm-subnet.lst, osm.fdbs and osm.fdbs in /var/log/ (or subnet.lst, osm.fdbs and osm.mcfdbs into /tmp in older OpenSM versions). ibdiagnet is also producing the same files in its outoput directroy. +After the cluster is built and OpenSM is run (using flag -D 0x43) it reports the subnet and FDB tables into the files osm-subnet.lst, osm.fdbs and osm.fdbs in /var/log/ (or subnet.lst, osm.fdbs and osm.mcfdbs into /tmp in older OpenSM versions). ibdiagnet is also producing the same files in its output directory. Based on these files the utility checks all CA to CA connectivity. Further analysis for credit deadlock potential is performed and reported. In case of an LMC > 0 it reports histograms for how many systems and nodes are common between the different paths for the same port pairs.