From patchwork Fri Dec 18 20:50:54 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jim Schutt X-Patchwork-Id: 68807 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.2) with ESMTP id nBIKpGpg024927 for ; Fri, 18 Dec 2009 20:51:22 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932418AbZLRUvV (ORCPT ); Fri, 18 Dec 2009 15:51:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753786AbZLRUvV (ORCPT ); Fri, 18 Dec 2009 15:51:21 -0500 Received: from sentry-three.sandia.gov ([132.175.109.17]:47442 "EHLO sentry-three.sandia.gov" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932426AbZLRUvS (ORCPT ); Fri, 18 Dec 2009 15:51:18 -0500 X-WSS-ID: 0KUV8LL-08-7PQ-02 X-M-MSG: Received: from sentry.sandia.gov (mm04snlnto.sandia.gov [132.175.109.21]) by sentry-three.sandia.gov (Postfix) with ESMTP id 267A28E9548; Fri, 18 Dec 2009 13:51:20 -0700 (MST) Received: from [132.175.109.1] by sentry.sandia.gov with ESMTP (SMTP Relay 01 (Email Firewall v6.3.2)); Fri, 18 Dec 2009 13:51:06 -0700 X-Server-Uuid: 6BFC7783-7E22-49B4-B610-66D6BE496C0E Received: from localhost.localdomain (sale659.sandia.gov [134.253.4.20]) by mailgate.sandia.gov (8.14.1/8.14.1) with ESMTP id nBIKp1hw008814; Fri, 18 Dec 2009 13:51:05 -0700 From: "Jim Schutt" To: linux-rdma@vger.kernel.org cc: sashak@voltaire.com, eitan@mellanox.co.il, jaschut@sandia.gov Subject: [PATCH 04/12] opensm: Fix up some torus-2QoS comments to match code. Date: Fri, 18 Dec 2009 13:50:54 -0700 Message-ID: <1261169461-2516-5-git-send-email-jaschut@sandia.gov> X-Mailer: git-send-email 1.5.6.GIT In-Reply-To: <1258744509-11148-1-git-send-email-jaschut@sandia.gov> References: <1258744509-11148-1-git-send-email-jaschut@sandia.gov> X-PMX-Version: 5.5.7.378829, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2009.12.18.204217 X-PerlMx-Spam: Gauge=IIIIIIII, Probability=8%, Report=' BODY_SIZE_1100_1199 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, TO_NO_NAME 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __SANE_MSGID 0, __TO_MALFORMED_2 0, __URI_NS ' X-TMWD-Spam-Summary: TS=20091218205108; ID=1; SEV=2.3.1; DFV=B2009121816; IFV=NA; AIF=B2009121816; RPD=5.03.0010; ENG=NA; RPDID=7374723D303030312E30413031303230362E34423242454233432E303033363A534346535441543838363133332C73733D312C6667733D30; CAT=NONE; CON=NONE; SIG=AAAAAAAAAAAAAAAAAAAAAAAAfQ== X-MMS-Spam-Filter-ID: B2009121816_5.03.0010 MIME-Version: 1.0 X-WSS-ID: 673534B02OC300001-01-01 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org diff --git a/opensm/opensm/osm_ucast_torus.c b/opensm/opensm/osm_ucast_torus.c index 42582ce..9e4a9eb 100644 --- a/opensm/opensm/osm_ucast_torus.c +++ b/opensm/opensm/osm_ucast_torus.c @@ -169,11 +169,11 @@ struct port_grp { /* * A struct t_switch is used to represent a switch as placed in a torus. * - * A t_switch used to build an N-dimensional torus will have N+1 port groups, + * A t_switch used to build an N-dimensional torus will have 2N+1 port groups, * used as follows, assuming 0 <= d < N: * port_grp[2d] => links leaving in negative direction for coordinate d * port_grp[2d+1] => links leaving in positive direction for coordinate d - * port_grp[N] => endpoints local to switch; i.e., hosts on switch + * port_grp[2N] => endpoints local to switch; i.e., hosts on switch * * struct link objects referenced by a t_switch are assumed to be oriented: * traversing a link from link.end[0] to link.end[1] is always in the positive