Re: [PATCH infiniband-diags] libibnetdisc/ibnetdisc.c: improve log information to stdout

2014-01-19 Thread Dan Ben Yosef
On 15:37 Sun 12 Jan , Weiny, Ira wrote: -Original Message- From: Dan Ben Yosef [mailto:da...@mellanox.com] Sent: Wednesday, January 01, 2014 10:44 PM Subject: [PATCH infiniband-diags] libibnetdisc/ibnetdisc.c: improve log information to stdout Write to stdout the

[PATCH] IB/mlx5: Fix smatch warnings

2014-01-19 Thread Sagi Grimberg
Possible double free on in-mailbox. Signed-off-by: Sagi Grimberg sa...@mellanox.com --- drivers/infiniband/hw/mlx5/mr.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/infiniband/hw/mlx5/mr.c b/drivers/infiniband/hw/mlx5/mr.c index bc27f6b..f023711 100644 ---

[PATCH] IB/mlx5: Fix siganture rule constants according to FW specifications

2014-01-19 Thread Sagi Grimberg
Use DIF CRC INC with apptag escape (0x8) and update IP-CSUM entries. Signed-off-by: Sagi Grimberg sa...@mellanox.com --- drivers/infiniband/hw/mlx5/qp.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/infiniband/hw/mlx5/qp.c b/drivers/infiniband/hw/mlx5/qp.c

[PATCH] IB/mlx5: Fix signature rule constants according to FW specifications

2014-01-19 Thread Sagi Grimberg
Use DIF CRC INC with apptag escape (0x8) and update IP-CSUM entries. Signed-off-by: Sagi Grimberg sa...@mellanox.com --- drivers/infiniband/hw/mlx5/qp.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/infiniband/hw/mlx5/qp.c b/drivers/infiniband/hw/mlx5/qp.c

Re: linux rdma 3.14 merge plans

2014-01-19 Thread sagi grimberg
On 1/19/2014 5:42 AM, Nicholas A. Bellinger wrote: On Sat, 2014-01-18 at 13:42 -0800, Roland Dreier wrote: On Thu, Jan 16, 2014 at 1:14 PM, Nicholas A. Bellinger n...@linux-iscsi.org wrote: I've reviewed the API from the perspective of what's required for implementing protection support in

Re: [PATCH] IB/mlx5: Fix signature rule constants according to FW specifications

2014-01-19 Thread Sagi Grimberg
On 1/19/2014 12:37 PM, Sagi Grimberg wrote: Use DIF CRC INC with apptag escape (0x8) and update IP-CSUM entries. Signed-off-by: Sagi Grimberg sa...@mellanox.com --- drivers/infiniband/hw/mlx5/qp.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [PATCH for-next] IB/mlx4: Add dependency INET

2014-01-19 Thread Or Gerlitz
On 16/01/2014 17:16, Matan Barak wrote: Since mlx4_ib supports IP based addressing, a dependency on INET should be added. This is mandatory since mlx4_ib registers itself to net device events. Signed-off-by: Matan Barak mat...@mellanox.com --- Hi Roland, The mlx4_ib driver registers itself to