public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] opensm: Cleanups and more documentation for torus-2QoS patchset
@ 2010-11-12 22:11 Jim Schutt
       [not found] ` <1289599882-15165-1-git-send-email-jaschut-4OHPYypu0djtX7QSmKvirg@public.gmane.org>
  0 siblings, 1 reply; 17+ messages in thread
From: Jim Schutt @ 2010-11-12 22:11 UTC (permalink / raw)
  To: sashak-smomgflXvOZWk0Htik3J/w
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, Jim Schutt

Hi Sasha,

These patches clean up and add documentation to the
torus-2QoS routing module for OpenSM.  They apply on
top of my previous bug-fix patchset from September
(http://www.spinics.net/lists/linux-rdma/msg05809.html),
which applies to your torus-2qos branch.

Thanks -- Jim


Jim Schutt (13):
  Revert "opensm: Do not require -Q option for torus-2QoS routing
    engine."
  opensm: torus-2QoS requires that QoS be enabled.
  opensm/osm_ucast_mgr.c: ensure osm_ucast_mgr_process() returns
    failure when no routing engine runs.
  opensm: Fill in default QoS values at last possible moment.
  opensm: Cause torus-2QoS to warn if QoS configuration will cause
    issues.
  opensm/osm_torus.c: Also parse DOS line endings in torus-2QoS.conf.
  opensm/osm_torus.c: Use PRIx64 for GUID printing.
  opensm/osm_torus.c: Ignore multiple configurations of torus size.
  opensm/osm_subnet.c: Add torus-2QoS config file option to those
    configurable via opensm config file.
  opensm/main.c:  Add description of "no_fallback" to
    "--routing_engine" option documentation.
  opensm/man/opensm.8.in:  Add references to torus-2QoS.
  opensm: Add torus-2QoS man pages.
  opensm/doc/current-routing.txt: Sync torus-2QoS information with new
    man pages.

 opensm/Makefile.am              |    2 +-
 opensm/configure.in             |    6 +-
 opensm/doc/current-routing.txt  |  141 +++++++++++--
 opensm/man/opensm.8.in          |   29 +++-
 opensm/man/torus-2QoS.8.in      |  476 +++++++++++++++++++++++++++++++++++++++
 opensm/man/torus-2QoS.conf.5.in |  184 +++++++++++++++
 opensm/opensm/main.c            |    3 +
 opensm/opensm/osm_qos.c         |   62 ++++--
 opensm/opensm/osm_subnet.c      |   75 +++----
 opensm/opensm/osm_torus.c       |  319 +++++++++++++++++---------
 opensm/opensm/osm_ucast_mgr.c   |    1 +
 11 files changed, 1105 insertions(+), 193 deletions(-)
 create mode 100644 opensm/man/torus-2QoS.8.in
 create mode 100644 opensm/man/torus-2QoS.conf.5.in


--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2011-01-31 15:35 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-12 22:11 [PATCH 00/13] opensm: Cleanups and more documentation for torus-2QoS patchset Jim Schutt
     [not found] ` <1289599882-15165-1-git-send-email-jaschut-4OHPYypu0djtX7QSmKvirg@public.gmane.org>
2010-11-12 22:11   ` [PATCH 01/13] Revert "opensm: Do not require -Q option for torus-2QoS routing engine." Jim Schutt
2010-11-12 22:11   ` [PATCH 02/13] opensm: torus-2QoS requires that QoS be enabled Jim Schutt
2010-11-12 22:11   ` [PATCH 03/13] opensm/osm_ucast_mgr.c: ensure osm_ucast_mgr_process() returns failure when no routing engine runs Jim Schutt
2010-11-12 22:11   ` [PATCH 04/13] opensm: Fill in default QoS values at last possible moment Jim Schutt
2010-11-12 22:11   ` [PATCH 05/13] opensm: Cause torus-2QoS to warn if QoS configuration will cause issues Jim Schutt
2010-11-12 22:11   ` [PATCH 06/13] opensm/osm_torus.c: Also parse DOS line endings in torus-2QoS.conf Jim Schutt
2010-11-12 22:11   ` [PATCH 07/13] opensm/osm_torus.c: Use PRIx64 for GUID printing Jim Schutt
2010-11-12 22:11   ` [PATCH 08/13] opensm/osm_torus.c: Ignore multiple configurations of torus size Jim Schutt
2010-11-12 22:11   ` [PATCH 09/13] opensm/osm_subnet.c: Add torus-2QoS config file option to those configurable via opensm config file Jim Schutt
2010-11-12 22:11   ` [PATCH 10/13] opensm/main.c: Add description of "no_fallback" to "--routing_engine" option documentation Jim Schutt
2010-11-12 22:11   ` [PATCH 11/13] opensm/man/opensm.8.in: Add references to torus-2QoS Jim Schutt
2010-11-12 22:11   ` [PATCH 12/13] opensm: Add torus-2QoS man pages Jim Schutt
2010-11-12 22:11   ` [PATCH 13/13] opensm/doc/current-routing.txt: Sync torus-2QoS information with new " Jim Schutt
2010-11-30 15:23   ` [PATCH 00/13] opensm: Cleanups and more documentation for torus-2QoS patchset Sasha Khapyorsky
2011-01-30 17:12   ` Sasha Khapyorsky
2011-01-31 15:35     ` Jim Schutt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox