Re: [PATCH] perftest fixes

2011-02-15 Thread Ido Shamai
Applied . Thanks Frank On 2/2/2011 8:37 PM, frank zago wrote: Signed-off-by: Frank Zago fz...@systemfabricworks.com -- 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

Re: [PATCH] perftest/write_bw_postlist

2011-02-15 Thread Ido Shamai
Applied . Thanks again Frank On 2/3/2011 11:37 PM, frank zago wrote: Hello, in write_bw_postlist.c, my_dest (and possibly rem_dest) must be initialized, else the remote node may not be able to parse the connection string and the test will fail to start. The others test are doing that

RE: [PATCH] infiniband-diags: add support for ibnetdiscover grouping for Mellanox switches

2011-02-15 Thread Tamir Ronen
Ira, We know that there are switches with different node descriptors format. Those switches will be classified as chassis switches without Line/Spine classification (as before the patch). We are trying to find out if there is a different format specification for those switches. We will also

Re: [PATCH] IPoIB: fix faulty list maintenance in path and neigh list

2011-02-15 Thread Roland Dreier
I'm not sure I understand what this patch is trying to do. Added list_del to ipoib_mcast_free() and path_free() to remove the neigh from the path's neigh_list link list before freeing the memory it consumes. This makes the code consistent with ipoib_cm_handle_tx_wc() and other locations