Re: mlx ipoib error

2011-09-05 Thread Tommi T
The errors you saw are connected to the driver itself (FW commands) and not direct;y to the IPoIB module. Can you send more details about the card, the driver details etc / (you can run ofed_info) Hi Here are some details: (server itself is HP Proliant DL385 G6) Network controller:

[PATCH] mthca: Fix the attribute sq_sig_type value in query qp

2011-09-05 Thread Dotan Barak
Fix the attribute sq_sig_type value in query qp. Signed-off-by: Dotan Barak dot...@dev.mellanox.co.il Reviewed-by: Jack Morgenstein ja...@dev.mellanox.co.il --- diff --git a/drivers/infiniband/hw/mthca/mthca_qp.c b/drivers/infiniband/hw/mthca/mthca_qp.c index 9601049..57b4325 100644 ---

Re: [PATCH 0/7] IBoE user space support

2011-09-05 Thread Or Gerlitz
On Wed, Jul 20, 2011 at 10:43 PM, Or Gerlitz or.gerl...@gmail.com wrote: the enclosed patch series enhances the user space IB stack to support IBoE. [PATCH 1/7] libibverbs: Add link layer field port attribute [PATCH 2/7] libibverbs: change kernel API to accept link layer [PATCH 3/7]