Re: Socket Direct Protocol: help (2)

2010-04-15 Thread Amir Vadai
I hope to have a fix next week for the first one. Thanks, Amir On 04/14/2010 09:48 PM, Tung, Chien Tin wrote: Tung, Chien Tin wrote: One more thing - Please open a bug regarding the num_sge limitation at: https://bugs.openfabrics.org/ Done, Bug 2027. Chien And

Re: Socket Direct Protocol: help (2)

2010-04-15 Thread Amir Vadai
It should be a simple fix and I plan to do soon - just add yourself as CC in bugzilla - that way I won't forget to notify you. - amir On 04/15/2010 10:07 AM, Andrea Gozzelino wrote: On Apr 15, 2010 08:24 AM, Amir Vadai am...@mellanox.co.il wrote: I hope to have a fix next week for the

Re: [PATCH 1/4] opensm: added function that dumps PathRecords

2010-04-15 Thread Yevgeny Kliteynik
Hi Jim, On 15/Apr/10 01:16, Jim Schutt wrote: Hi Yevgeny, On Thu, 2010-04-08 at 07:29 -0600, Yevgeny Kliteynik wrote: Dumping SL, MTU and Rate for all the non-switch-2-non-switch paths in the subnet. PRs that are dumped: for every non-switch source port for every non-switch target

RE: two questions about RDMA-WRITE

2010-04-15 Thread Sean Hefty
static void jm_cq_comp_handler(struct ib_cq *cq, void *context) { struct jm_rdma_conn *conn = context; struct ib_wc wc; struct jm_send_ctx *send; /* No idea why it should be called twice. */ printk(cq comp for id %p\n, conn-jc_id);

[PATCH] rdma/cm: Randomize local port allocation.

2010-04-15 Thread Sean Hefty
From: Tetsuo Handa penguin-ker...@i-love.sakura.ne.jp Randomize local port allocation in a way sctp_get_port_local() does. Update rover at the end of loop since we're likely to pick a valid port on the first try. Signed-off-by: Tetsuo Handa penguin-ker...@i-love.sakura.ne.jp Reviewed-by: Sean

[infiniband-diags] [1/2] support libibnetdisc caching overwrite flag

2010-04-15 Thread Al Chu
Hi Sasha, This patch supports a flag in the libibnetdisc caching code to overwrite a previous cache. Al -- Albert Chu ch...@llnl.gov Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory ---BeginMessage--- Signed-off-by: Albert Chu ch...@llnl.gov ---

[infiniband-diags] [2/2] add ibcacheedit tool

2010-04-15 Thread Al Chu
Hey Sasha, This patch adds a new ibcacheedit tool to infiniband-diags. As the name suggests, it offers users options to edit a stored cache. This tool is primarily necessary to allow system administrators to update caches as they make minor modifications to a cluster (e.g. node dies, thus HCA

Re: [PATCH] rdma/cm: Randomize local port allocation.

2010-04-15 Thread Cong Wang
Sean Hefty wrote: From: Tetsuo Handa penguin-ker...@i-love.sakura.ne.jp Randomize local port allocation in a way sctp_get_port_local() does. Update rover at the end of loop since we're likely to pick a valid port on the first try. Signed-off-by: Tetsuo Handa penguin-ker...@i-love.sakura.ne.jp