Re: [GIT PULL] please pull infiniband.git

2010-03-02 Thread Tziporet Koren
On 3/2/2010 9:56 AM, Roland Dreier wrote: Linus, please pull from master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git for-linus This tree is also available from kernel.org mirrors at: git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git for-linus This w

Re: [net-next-2.6 PATCH] infiniband: convert to use netdev_for_each_mc_addr

2010-03-02 Thread Jiri Pirko
Mon, Mar 01, 2010 at 08:48:09AM CET, ogerl...@voltaire.com wrote: >Jason Gunthorpe wrote: >> Jiri Pirko wrote: >>> when bonding changes it's type, flush mc addresses and start over. > >> There was a patch posted that tried to do something like what you are >> describing > >Indeed, Jason, commit 75

got DAT_INVALID_STATE_LMR_IN_USE while running dapltest using OFED-1.2

2010-03-02 Thread अनुज
Hi list, I tried to run dapltest utility from ofed-1.2. But got the following output. Any clues why I got this error and how can I resolve that? [a...@tf01 ~]$ dapltest -T T -d -s tf00pn -D OpenIB-cma-2 -i 100 client SR 4096 1 server SR 4096 1 - TransCmd.server

Re: add support of reload net topology file

2010-03-02 Thread Sasha Khapyorsky
On 17:38 Mon 01 Mar , Eli Dorfman (Voltaire) wrote: > We can add the trap generation to this patch. > what do you think? I think that if you need this feature than it should be implemented correctly (without assumptions that use can provide a "proper" files), this should include some sort of c

Re: [PATCH v2] IB/ipoib: fix dangling pointer references to ipoib_neigh and ipoib_path

2010-03-02 Thread Ralph Campbell
In my zeal to remove reference counting, I missed a race between ipoib_cm_destroy_tx() and ipoib_cm_tx_start(). I'm working on patch v3 and should have it ready in a day or two. On Mon, 2010-03-01 at 17:50 -0800, Ralph Campbell wrote: > When using connected mode, ipoib_cm_create_tx() kmallocs a >

IPoIB issues

2010-03-02 Thread Josh England
Hello, I've been running into several issues using IPoIB. The 2 primary uses are for read-only NFS to the clients (over TCP) and access to an ethernet-connected parallel filesystem (Panasas) through router nodes passing IPoIB<-->10GbE. All nodes are running CentOS 5.3 and OFED 1.4.2, although a

[PATCH] RDMA/nes: ethtool to read hardware registers for Rx/Tx error stats

2010-03-02 Thread Faisal Latif
Enhance ethtool to read hardware registers for rcv/tx error stats. Also added support for free pbl resources and remoce cq depth stats which are not used. Signed-off-by: Faisal Latif --- drivers/infiniband/hw/nes/nes_nic.c | 72 ++ 1 files changed, 55 insertions

[PATCH v2] RDMA/nes: set assume_alligned_header bit

2010-03-02 Thread Faisal Latif
set assume_alligned_header bit set in qp context as requested by hardware group. Signed-off-by: Faisal Latif --- v2 change: As recommended by Roland, Combine NES_QPCONTEXT_ORDIRD_AAH with the NES_QPCONTEXT_ORDIRD_ALSMM for ird_ord_sizes. drivers/infiniband/hw/nes/nes_verbs.c |1 + 1 files c