On Tue, Nov 13, 2018 at 07:42:42AM -0500, Hal Rosenstock wrote: > On 11/13/2018 1:31 AM, Honggang LI wrote: > > From: Honggang Li <honli@xxxxxxxxxx> > > > > Also, adjust the order of comment of field 'is_dor' > > > > Signed-off-by: Honggang Li <honli@xxxxxxxxxx> > > --- > > include/opensm/osm_ucast_mgr.h | 7 +++++-- > > 1 file changed, 5 insertions(+), 2 deletions(-) > > > > diff --git a/include/opensm/osm_ucast_mgr.h b/include/opensm/osm_ucast_mgr.h > > index b9c1ca12..475e2328 100644 > > --- a/include/opensm/osm_ucast_mgr.h > > +++ b/include/opensm/osm_ucast_mgr.h > > @@ -116,12 +116,15 @@ typedef struct osm_ucast_mgr { > > * p_lock > > * Pointer to the serializing lock. > > * > > -* is_dor > > -* Dimension Order Routing (DOR) will be done > > +* max_lid > > +* Max LID that is accessible of the Unicast Manager structure > > It's the max LID of all the switches in the subnet. Make sense, as opensm will iterate over all switches. > > > * > > * port_order_list > > * List of ports ordered for routing. > > * > > +* is_dor > > +* Dimension Order Routing (DOR) will be done > > +* > > * some_hop_count_set > > * Initialized to FALSE at the beginning of each the min hop > > * tables calculation iteration cycle, set to TRUE to indicate > > Thanks. Applied (with change noted above). unfortunately, the applied patch has a typo in the new title. field --> foeld > > -- Hal