Re: When IBoE will be merged to upstream?

2010-06-24 Thread Jason Gunthorpe
> The current behavior of ibv_create_ah() requires that the caller > provide the L2, and if needed, L3 addressing. Any translation > between the L3 and L2 addressing must be done before the call is > made. E.g. ibv_create_ah does not use the GID to query the SA to > obtain LIDs. Why doesn't IBoE

RE: [ewg] [PATCH v4] IB Core: RAW ETH support

2010-06-24 Thread Moni Shoua
Thanks. I accept this remark. We will try to address all the bothering issues regarding the patch set of RAW QP support and resubmit them linux-rdma. Since it won't work with Mellanox the patches will be only for Intel (nes) driver. When time comes and Mellanox cards can be tested for RAQ QO featu

RE: When IBoE will be merged to upstream?

2010-06-24 Thread Liran Liss
S.B. --Liran -Original Message- From: Hefty, Sean [mailto:sean.he...@intel.com] Sent: Thursday, June 24, 2010 9:06 PM To: Liran Liss; Roland Dreier; Aleksey Senin Cc: linux-rdma; mo...@voltaire.com; aleks...@voltaire.com; yift...@voltaire.com; Tziporet Koren; al...@voltaire.com Subject:

Re: RDMA synchronous operations

2010-06-24 Thread Dotan Barak
Hi. On 24/06/2010 16:36, Andrea Gozzelino wrote: Hi all, I’m testing the latency time of an RDMA system (2 card and 1 switch). The connection server/client is established and the code is just as mirror on both sides. The RDMA action scheme is below: 1- client sends a buffer; 2- serve

RE: When IBoE will be merged to upstream?

2010-06-24 Thread Hefty, Sean
> Regarding GID to Eth mappings, we discussed using the standard create_ah() > Verb for this. > In the kernel, create_ah() will call a generic address resolution function > in the cma. > The returned information will be copied back to user-space in a device- > specific structure (since address hand

Fwd: [ewg] Updates to OFA Web site

2010-06-24 Thread Jeff Becker
Resending Hi all. In conjunction with the update below, we will slowly begin migrating to sofa.openfabrics.org as our server (finally 8^)). I have already set up gitweb, so sofa.openfabrics.org/gitweb shows all the git trees on sofa. It might be a good idea to start migrating your trees over t

RE: When IBoE will be merged to upstream?

2010-06-24 Thread Liran Liss
Regarding GID to Eth mappings, we discussed using the standard create_ah() Verb for this. In the kernel, create_ah() will call a generic address resolution function in the cma. The returned information will be copied back to user-space in a device-specific structure (since address handles are de

RDMA synchronous operations

2010-06-24 Thread Andrea Gozzelino
Hi all, I’m testing the latency time of an RDMA system (2 card and 1 switch). The connection server/client is established and the code is just as mirror on both sides. The RDMA action scheme is below: 1- client sends a buffer; 2- server receives a buffer; 3- server sends a buffer;

RDMA synchronous operations

2010-06-24 Thread Andrea Gozzelino
Hi all, I’m testing the latency time of an RDMA system (2 card and 1 switch). The connection server/client is established and the code is just as mirror on both sides. The RDMA action scheme is below: 1- client sends a buffer; 2- server receives a buffer; 3- server sends a buffer;

RDMA synchronous operations

2010-06-24 Thread Andrea Gozzelino
Hi all, I’m testing the latency time of an RDMA system (2 card and 1 switch). The connection server/client is established and the code is just as mirror on both sides. The RDMA action scheme is below: 1- client sends a buffer; 2- server receives a buffer; 3- server sends a buffer;

RDMA synchronous operations

2010-06-24 Thread Andrea Gozzelino
Hi all, I’m testing the latency time of an RDMA system (2 card and 1 switch). The connection server/client is established and the code is just as mirror on both sides. The RDMA action scheme is below: 1- client sends a buffer; 2- server receives a buffer; 3- server sends a buffer;

RDMA synchronous operations

2010-06-24 Thread Andrea Gozzelino
Hi all, I’m testing the latency time of an RDMA system (2 card and 1 switch). The connection server/client is established and the code is just as mirror on both sides. The RDMA action scheme is below: 1- client sends a buffer; 2- server receives a buffer; 3- server sends a buffer;

RDMA synchronous operations

2010-06-24 Thread Andrea Gozzelino
Hi all, I’m testing the latency time of an RDMA system (2 card and 1 switch). The connection server/client is established and the code is just as mirror on both sides. The RDMA action scheme is below: 1- client sends a buffer; 2- server receives a buffer; 3- server sends a buffer;

[PATCH] opensm: event plig-in API fixed to compile with g++

2010-06-24 Thread Yevgeny Kliteynik
Event API should have been able to be used by libraries written both in C and C++. The problem is, one of the fields in struct osm_event_plugin is called "delete". Changing it to "destroy" and promoting the API version. Signed-off-by: Yevgeny Kliteynik --- opensm/include/opensm/osm_event_plugin.