Re: data placement in-order guarantee ?

2010-02-11 Thread yogeshwar sonawane
Hi, thanks to all for adding information. In continuation, If i am transferring only a single byte using RDMA write, then can i poll on this byte arrival on receiving side ? Atleast, can one be sure in single byte case ? Thanks and Regards, Yogeshwar 2010/2/10 Håkon Bugge : > > On Feb 9, 2010,

RFC for defining and using AF_IB

2010-02-11 Thread Sean Hefty
I want to restart a discussion on adding AF_IB to the rdma_cm. See the thread below for more details: http://www.mail-archive.com/linux-rdma@vger.kernel.org/msg00279.html In short, AF_IB would allow a user of the rdma_cm to specify native IB addresses. Transport neutrality would be maintained

Re: [PATCH] [for-2.6.34] rdma/cm: remove unused definition of RDMA_PS_SCTP

2010-02-11 Thread Roland Dreier
Looks good, applied. -- Roland Dreier For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at h

[PATCH] [for-2.6.34] rdma/cm: remove unused definition of RDMA_PS_SCTP

2010-02-11 Thread Sean Hefty
The defined SCTP number is incorrect (0x83, rather than 0x84), and since it is not used anywhere, simply remove the definition. Signed-off-by: Sean Hefty --- include/rdma/rdma_cm.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/rdma/rdma_cm.h b/include/rdma/rdm

ibutils license problems + a few other minor issues

2010-02-11 Thread Doug Ledford
The ibutils tarball as found for download on the openfabrics web site has some licensing issues that need resolved ASAP. The tarball in its current form is probably illegal to distribute until the items are fixed. So, here's what popped up in review (done by Jay Fenlason): The COPYING files spri

Re: CQ overrun

2010-02-11 Thread Rui Machado
Hi Hari, Thanks for your help. > > It looks like you're overflowing the Completion Queue. On the application > side, this could manifest as a hang while polling the CQ. > > This could happen you receive more completion queue entries than the CQ > could handle. The depth of the CQ is set while cre

Re: CQ overrun

2010-02-11 Thread Hari Subramoni
Hi Rui, It looks like you're overflowing the Completion Queue. On the application side, this could manifest as a hang while polling the CQ. This could happen you receive more completion queue entries than the CQ could handle. The depth of the CQ is set while creating it. It is the second paramete

Re: [PATCH] Delete port only after GID OUT trap was sent

2010-02-11 Thread Sasha Khapyorsky
On 20:12 Thu 04 Feb , Eli Dorfman (Voltaire) wrote: > Send GID OUT trap first and only then remove the port. > This is done to allow SM check that subscriber and trap source > are permitted to access each other. > > Signed-off-by: Eli Dorfman Applied. Thanks. Sasha -- To unsubscribe from th

Re: [PATCH V2] opensm: Add option to specify prefix to syslog messages

2010-02-11 Thread Sasha Khapyorsky
On 21:26 Mon 08 Feb , Arputham Benjamin wrote: > Added the option 'log_prefix' that allows users to specify a prefix to > syslog messages from OpenSM. > For example, in a dual-fabric (or dual-rail) IB cluster, the prefix for > the first fabric could be "mpi" and the other fabric could be "stora

Re: [PATCH] infiniband-diags/vendstat: Indicate general info for IS4 as well as IS3

2010-02-11 Thread Sasha Khapyorsky
On 09:32 Wed 10 Feb , Hal Rosenstock wrote: > > Update both tool and man page for this > Also, updated email address > > Signed-off-by: Hal Rosenstock Applied. Thanks. Sasha -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.

Re: [PATCH 0/2] Add support for enhanced atomic operations

2010-02-11 Thread Hal Rosenstock
On Wed, Feb 3, 2010 at 3:01 AM, Vladimir Sokolovsky wrote: > Sean Hefty wrote: >>> >>> Will Mellanox be adding this option to the IB spec rather than keep it >>> as vendor proprietary ? >> >> Along with that question, what is the use case for this feature?  The only >> benefit mentioned was saving

Re: [PATCH 1/2] IB/core: Add support for enhanced atomic operations

2010-02-11 Thread Vladimir Sokolovsky
Sean Hefty wrote: enum ib_atomic_cap { @@ -472,7 +473,9 @@ enum ib_wc_opcode { * receive by testing (opcode & IB_WC_RECV). */ IB_WC_RECV = 1 << 7, - IB_WC_RECV_RDMA_WITH_IMM + IB_WC_RECV_RDMA_WITH_IMM, + IB_WC_MASKED_COMP_SWAP, + IB_WC_MASKED

CQ overrun

2010-02-11 Thread Rui Machado
Hi list, I'm seeing the following message: ib_mthca :0d:00.0: CQ overrun on CQN 380090 can someone please tell me what does it mean and/or why and when this happens? On the user-space side, the application is hanging while polling on the queue pair. Thanks in advance. Rui Machado -- To uns