All of lore.kernel.org
 help / color / mirror / Atom feed
* perftest question
@ 2011-05-17 19:19 ib-x2spCj9RiN0z5UmgcLIfJQ
       [not found] ` <20110517131910.3dw9cgbfj4ck04cw-x2spCj9RiN0z5UmgcLIfJQ@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: ib-x2spCj9RiN0z5UmgcLIfJQ @ 2011-05-17 19:19 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA

Just downloaded a snapshot of the perftests.  In the README under  
"Test Descriptions" it says:

rdma_bw.c 	streaming BW test with RDMA write transactions

and

write_bw.c 	BW test with RDMA write transactions

What is the difference between rdma_bw and write_bw?  I see that the  
rdma_bw description contains "streaming" where as write_bw description  
does not...  but I am not sure I understand what that means?

E

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

* Re: perftest question
       [not found] ` <20110517131910.3dw9cgbfj4ck04cw-x2spCj9RiN0z5UmgcLIfJQ@public.gmane.org>
@ 2011-05-17 19:41   ` Ido Shamai
       [not found]     ` <4DD2CF58.5080806-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Ido Shamai @ 2011-05-17 19:41 UTC (permalink / raw)
  To: ib-x2spCj9RiN0z5UmgcLIfJQ; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

Those are actually the same tests, from an IB point of view.

the difference between them is that ib_write_bw passes the arguments that need to be known to other side ( LID or GID, Qp num, PSN, RKey and the address of the writing buffer) before post_sending,

through TCP connection (using sockets) and the rdma_bw uses the rdma_cm module , which sends those arguments through the IB wire and the SM.

rdma_cm is not updated with all the features ib_write_bw have. I will work on this test shortly

Ido


On 5/17/2011 10:19 PM, ib-x2spCj9RiN0z5UmgcLIfJQ@public.gmane.org wrote:
> Just downloaded a snapshot of the perftests.  In the README under "Test Descriptions" it says:
>
> rdma_bw.c     streaming BW test with RDMA write transactions
>
> and
>
> write_bw.c     BW test with RDMA write transactions
>
> What is the difference between rdma_bw and write_bw?  I see that the rdma_bw description contains "streaming" where as write_bw description does not...  but I am not sure I understand what that means?
>
> E
>
> -- 
> 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] 5+ messages in thread

* Re: perftest question
       [not found]     ` <4DD2CF58.5080806-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
@ 2011-05-17 19:53       ` ib-x2spCj9RiN0z5UmgcLIfJQ
       [not found]         ` <20110517135306.zxkyatjh2oows8co-x2spCj9RiN0z5UmgcLIfJQ@public.gmane.org>
  2011-05-17 20:55       ` Steve Wise
  1 sibling, 1 reply; 5+ messages in thread
From: ib-x2spCj9RiN0z5UmgcLIfJQ @ 2011-05-17 19:53 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA

Ok.  Thanks for the information.

Is there any particular advantage of using CM over TCP for this  
information (LID or GID, Qp num, PSN, RKey and the address of the  
writing buffer)?

Is ib_write_bw an example of RDMA write / RD?

E


Quoting Ido Shamai <idos-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>:

> Those are actually the same tests, from an IB point of view.
>
> the difference between them is that ib_write_bw passes the arguments
> that need to be known to other side ( LID or GID, Qp num, PSN, RKey and
> the address of the writing buffer) before post_sending,
>
> through TCP connection (using sockets) and the rdma_bw uses the rdma_cm
> module , which sends those arguments through the IB wire and the SM.
>
> rdma_cm is not updated with all the features ib_write_bw have. I will
> work on this test shortly
>
> Ido
>
>
> On 5/17/2011 10:19 PM, ib-x2spCj9RiN0z5UmgcLIfJQ@public.gmane.org wrote:
>> Just downloaded a snapshot of the perftests.  In the README under   
>> "Test Descriptions" it says:
>>
>> rdma_bw.c     streaming BW test with RDMA write transactions
>>
>> and
>>
>> write_bw.c     BW test with RDMA write transactions
>>
>> What is the difference between rdma_bw and write_bw?  I see that   
>> the rdma_bw description contains "streaming" where as write_bw   
>> description does not...  but I am not sure I understand what that   
>> means?
>>
>> E
>>
>> -- 
>> 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] 5+ messages in thread

* Re: perftest question
       [not found]     ` <4DD2CF58.5080806-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
  2011-05-17 19:53       ` ib-x2spCj9RiN0z5UmgcLIfJQ
@ 2011-05-17 20:55       ` Steve Wise
  1 sibling, 0 replies; 5+ messages in thread
From: Steve Wise @ 2011-05-17 20:55 UTC (permalink / raw)
  To: Ido Shamai; +Cc: ib-x2spCj9RiN0z5UmgcLIfJQ, linux-rdma-u79uwXL29TY76Z2rM5mHXA


On 05/17/2011 02:41 PM, Ido Shamai wrote:
> Those are actually the same tests, from an IB point of view.
>
> the difference between them is that ib_write_bw passes the arguments that need to be known to other side ( LID or GID, 
> Qp num, PSN, RKey and the address of the writing buffer) before post_sending,
>
> through TCP connection (using sockets) and the rdma_bw uses the rdma_cm module , which sends those arguments through 
> the IB wire and the SM.
>
> rdma_cm is not updated with all the features ib_write_bw have. I will work on this test shortly
>
> Ido
>

In addition, rdma_bw and rdma_lat work over iWARP when used with the --cma option.  The ib_* versions do not since they 
don't have a option to use the rdma_cm, which is required for setting up iWARP connections.

Steve.


>
> On 5/17/2011 10:19 PM, ib-x2spCj9RiN0z5UmgcLIfJQ@public.gmane.org wrote:
>> Just downloaded a snapshot of the perftests.  In the README under "Test Descriptions" it says:
>>
>> rdma_bw.c     streaming BW test with RDMA write transactions
>>
>> and
>>
>> write_bw.c     BW test with RDMA write transactions
>>
>> What is the difference between rdma_bw and write_bw?  I see that the rdma_bw description contains "streaming" where 
>> as write_bw description does not...  but I am not sure I understand what that means?
>>
>> E
>>
>> -- 
>> 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] 5+ messages in thread

* Re: perftest question
       [not found]         ` <20110517135306.zxkyatjh2oows8co-x2spCj9RiN0z5UmgcLIfJQ@public.gmane.org>
@ 2011-05-18  6:57           ` Ido Shamai
  0 siblings, 0 replies; 5+ messages in thread
From: Ido Shamai @ 2011-05-18  6:57 UTC (permalink / raw)
  To: ib-x2spCj9RiN0z5UmgcLIfJQ; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

On 5/17/2011 10:53 PM, ib-x2spCj9RiN0z5UmgcLIfJQ@public.gmane.org wrote:
> Ok.  Thanks for the information.
>
> Is there any particular advantage of using CM over TCP for this information (LID or GID, Qp num, PSN, RKey and the address of the writing buffer)?
>
> Is ib_write_bw an example of RDMA write / RD?
>
> E
>
Except of the iWarp support Steve mentioned I think the rdma_cm has an advantage because it does not required an additional Ethernet connection

to the machines. the test has all it's need.

ib_write_bw is an excellent example of RDMA write with a lot of feature. it can run on RC and UC (no RD).

If you want to view a code of RDMA write, look at ib_write_bw.

Ido

>
> Quoting Ido Shamai <idos-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>:
>
>> Those are actually the same tests, from an IB point of view.
>>
>> the difference between them is that ib_write_bw passes the arguments
>> that need to be known to other side ( LID or GID, Qp num, PSN, RKey and
>> the address of the writing buffer) before post_sending,
>>
>> through TCP connection (using sockets) and the rdma_bw uses the rdma_cm
>> module , which sends those arguments through the IB wire and the SM.
>>
>> rdma_cm is not updated with all the features ib_write_bw have. I will
>> work on this test shortly
>>
>> Ido
>>
>>
>> On 5/17/2011 10:19 PM, ib-x2spCj9RiN0z5UmgcLIfJQ@public.gmane.org wrote:
>>> Just downloaded a snapshot of the perftests.  In the README under  "Test Descriptions" it says:
>>>
>>> rdma_bw.c     streaming BW test with RDMA write transactions
>>>
>>> and
>>>
>>> write_bw.c     BW test with RDMA write transactions
>>>
>>> What is the difference between rdma_bw and write_bw?  I see that  the rdma_bw description contains "streaming" where as write_bw  description does not...  but I am not sure I understand what that  means?
>>>
>>> E
>>>
>>> -- 
>>> 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] 5+ messages in thread

end of thread, other threads:[~2011-05-18  6:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-17 19:19 perftest question ib-x2spCj9RiN0z5UmgcLIfJQ
     [not found] ` <20110517131910.3dw9cgbfj4ck04cw-x2spCj9RiN0z5UmgcLIfJQ@public.gmane.org>
2011-05-17 19:41   ` Ido Shamai
     [not found]     ` <4DD2CF58.5080806-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2011-05-17 19:53       ` ib-x2spCj9RiN0z5UmgcLIfJQ
     [not found]         ` <20110517135306.zxkyatjh2oows8co-x2spCj9RiN0z5UmgcLIfJQ@public.gmane.org>
2011-05-18  6:57           ` Ido Shamai
2011-05-17 20:55       ` Steve Wise

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.