public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* ConnectX saquery question
@ 2009-10-14 13:30 Aaron Knister
       [not found] ` <eafd71280910140630w2ca6a802s9ef98362d0fecb6-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Aaron Knister @ 2009-10-14 13:30 UTC (permalink / raw)
  To: linux-rdma

I searched the lists and can't really find an answer to my question-

When I run saquery -s on my cluster with ConnectX HCAs (fw ver
2.6.648) all I get is the following output

IsSM ports

IsSMdisabled ports

I thought this should show ports that are running a subnet manager
(there are 2 running on the cluster) or am I incorrect?

Thanks!

-Aaron
--
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] 4+ messages in thread

* Re: ConnectX saquery question
       [not found] ` <eafd71280910140630w2ca6a802s9ef98362d0fecb6-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2009-10-14 13:37   ` Hal Rosenstock
       [not found]     ` <f0e08f230910140637g5049658cy8b3481c06b0865af-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Hal Rosenstock @ 2009-10-14 13:37 UTC (permalink / raw)
  To: Aaron Knister; +Cc: linux-rdma

On Wed, Oct 14, 2009 at 9:30 AM, Aaron Knister <aaron.knister-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> I searched the lists and can't really find an answer to my question-
>
> When I run saquery -s on my cluster with ConnectX HCAs (fw ver
> 2.6.648) all I get is the following output
>
> IsSM ports
>
> IsSMdisabled ports
>
> I thought this should show ports that are running a subnet manager
> (there are 2 running on the cluster) or am I incorrect?

That means that the IsSM bit in PortInfo:CapabilityMask is not being
set. Maybe that's not supported by the firmware.

-- Hal

>
> Thanks!
>
> -Aaron
> --
> 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
>
--
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] 4+ messages in thread

* Re: ConnectX saquery question
       [not found]     ` <f0e08f230910140637g5049658cy8b3481c06b0865af-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2009-10-14 13:55       ` Yevgeny Kliteynik
       [not found]         ` <4AD5D854.20506-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Yevgeny Kliteynik @ 2009-10-14 13:55 UTC (permalink / raw)
  To: Hal Rosenstock; +Cc: Aaron Knister, linux-rdma

Hal Rosenstock wrote:
> On Wed, Oct 14, 2009 at 9:30 AM, Aaron Knister <aaron.knister-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> I searched the lists and can't really find an answer to my question-
>>
>> When I run saquery -s on my cluster with ConnectX HCAs (fw ver
>> 2.6.648) all I get is the following output
>>
>> IsSM ports
>>
>> IsSMdisabled ports
>>
>> I thought this should show ports that are running a subnet manager
>> (there are 2 running on the cluster) or am I incorrect?
> 
> That means that the IsSM bit in PortInfo:CapabilityMask is not being
> set. Maybe that's not supported by the firmware.

Nope, I just checked it with FW 2.6.648 - looks fine:

	# saquery -s
	IsSM ports
	PortInfoRecord dump:
	                EndPortLid..............512
	                PortNum.................0x1
	                base_lid................0x200
	                master_sm_base_lid......0x80
	                capability_mask.........0x251086A
	PortInfoRecord dump:
	                EndPortLid..............128
	                PortNum.................0x1
	                base_lid................0x80
	                master_sm_base_lid......0x80
	                capability_mask.........0x251086A
	
	IsSMdisabled ports

Maybe IsSM bit is not being set by the OSM?
What SM version are you running?

-- Yevgeny

 
> -- Hal
> 
>> Thanks!
>>
>> -Aaron
>> --
>> 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
>>
> --
> 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
> 

--
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] 4+ messages in thread

* Re: ConnectX saquery question
       [not found]         ` <4AD5D854.20506-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
@ 2009-10-14 14:16           ` Yevgeny Kliteynik
  0 siblings, 0 replies; 4+ messages in thread
From: Yevgeny Kliteynik @ 2009-10-14 14:16 UTC (permalink / raw)
  To: kliteyn-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb
  Cc: Hal Rosenstock, Aaron Knister, linux-rdma

Yevgeny Kliteynik wrote:
> Hal Rosenstock wrote:
>> On Wed, Oct 14, 2009 at 9:30 AM, Aaron Knister 
>> <aaron.knister-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>>> I searched the lists and can't really find an answer to my question-
>>>
>>> When I run saquery -s on my cluster with ConnectX HCAs (fw ver
>>> 2.6.648) all I get is the following output
>>>
>>> IsSM ports
>>>
>>> IsSMdisabled ports
>>>
>>> I thought this should show ports that are running a subnet manager
>>> (there are 2 running on the cluster) or am I incorrect?
>>
>> That means that the IsSM bit in PortInfo:CapabilityMask is not being
>> set. Maybe that's not supported by the firmware.
> 
> Nope, I just checked it with FW 2.6.648 - looks fine:
> 
>     # saquery -s
>     IsSM ports
>     PortInfoRecord dump:
>                     EndPortLid..............512
>                     PortNum.................0x1
>                     base_lid................0x200
>                     master_sm_base_lid......0x80
>                     capability_mask.........0x251086A
>     PortInfoRecord dump:
>                     EndPortLid..............128
>                     PortNum.................0x1
>                     base_lid................0x80
>                     master_sm_base_lid......0x80
>                     capability_mask.........0x251086A
>     
>     IsSMdisabled ports
> 
> Maybe IsSM bit is not being set by the OSM?
> What SM version are you running?

Also, run the following from the node that runs SM and
doesn't appear in the 'saquery -s' report:

sminfo -D 0
smpquery -D portinfo 0 <sm_port_num>

'sm_port_num' is the number of port that SM is binded to.
Usually it's 1.

-- Yevgeny

 
> -- Yevgeny
> 
> 
>> -- Hal
>>
>>> Thanks!
>>>
>>> -Aaron
>>> -- 
>>> 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
>>>
>> -- 
>> 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
>>
> 
> -- 
> 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
> 

--
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] 4+ messages in thread

end of thread, other threads:[~2009-10-14 14:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-14 13:30 ConnectX saquery question Aaron Knister
     [not found] ` <eafd71280910140630w2ca6a802s9ef98362d0fecb6-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-10-14 13:37   ` Hal Rosenstock
     [not found]     ` <f0e08f230910140637g5049658cy8b3481c06b0865af-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-10-14 13:55       ` Yevgeny Kliteynik
     [not found]         ` <4AD5D854.20506-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2009-10-14 14:16           ` Yevgeny Kliteynik

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