Re: [PATCH 00/11] First pass at merging Bart's HA work

2012-12-07 Thread Or Gerlitz
On Thu, Dec 6, 2012 at 4:27 PM, Or Gerlitz ogerl...@mellanox.com wrote: [...] looking on the current locks in the system, we see that this kworker task holds four locks, but none of them seems to be mutually held by another task, That was ofcourse a wrong assertion, as a lock can't be mutually

Re: [FIXES for-next 0/4] mlx4_core SRIOV and Flow-Steering adjustments and fixes

2012-12-07 Thread David Miller
These changes only touch the drivers/net/ driver, why are you trying to submit them via the RDMA tree instead of the networking tree? -- 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 00/11] First pass at merging Bart's HA work

2012-12-07 Thread Vu Pham
Alex Turin wrote: On 12/6/2012 5:04 PM, Bart Van Assche wrote: On 12/06/12 15:27, Or Gerlitz wrote: The core problem here seems to be that scsi_remove_host simply never ends. Hello Or, The later patches in the srp-ha patch series avoided such behavior by checking whether the

Re: [PATCH] libibmad/dump.c: In mad_dump_mtu, don't set buf[0] to 0

2012-12-07 Thread Ira Weiny
On Wed, 05 Dec 2012 12:00:26 -0500 Hal Rosenstock h...@dev.mellanox.co.il wrote: as this causes invalid MTUCap not to be displayed in output Signed-off-by: Hal Rosenstock h...@mellanox.com Thanks applied, Ira --- diff --git a/src/dump.c b/src/dump.c index 24e671b..db1abc7 100644 ---