Re: How to do replication right with SRP or remote storage?

2013-06-11 Thread Vasiliy Tolstov
2013/6/10 Sebastian Riemer sebastian.rie...@profitbricks.com: I can also recommend you Vasiliy Tolstov v.tols...@selfip.ru. He also uses SRP with MD RAID-1. He could convince Neil to fix the MD data offet. OpenSource is all about the right allies, Thanks for recommendations... but

Re: [PATCH] Some log changes

2013-06-11 Thread Hal Rosenstock
On 6/3/2013 7:40 AM, Line Holen wrote: Signed-off-by: Line Holen line.ho...@oracle.com Thanks. Applied. -- Hal -- 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

[PATCH V1 for-next 4/4] IB/mlx4: Add receive Flow Steering support

2013-06-11 Thread Or Gerlitz
From: Hadar Hen Zion had...@mellanox.com Implement the ib_create_flow and ib_destroy_flow verbs. Translate the verbs structures provided by the user to HW structures and call the MLX4_QP_FLOW_STEERING_ATTACH/DETACH firmware commands. On the ATTACH command completion, the firmware provides 64

[PATCH V1 for-next 1/4] IB/core: Add receive Flow Steering support

2013-06-11 Thread Or Gerlitz
From: Hadar Hen Zion had...@mellanox.com The RDMA stack allows for applications to create IB_QPT_RAW_PACKET QPs, for which plain Ethernet packets are used, specifically packets which don't carry any QPN to be matched by the receiving side. Applications using these QPs must be provided with a

[PATCH V1 for-next 0/4] Add receive Flow Steering support

2013-06-11 Thread Or Gerlitz
Hi Roland, all These patches add Flow Steering support to the kernel IB core, to uverbs and to the mlx4 IB (verbs) driver along with one patch to uverbs which adds some code to support extensions. IB/core: Add receive Flow Steering support IB/core: Infra-structure to support verbs

[PATCH V1 for-next 3/4] IB/core: Export ib_create/destroy_flow through uverbs

2013-06-11 Thread Or Gerlitz
From: Hadar Hen Zion had...@mellanox.com Implement ib_uverbs_create_flow and ib_uverbs_destroy_flow to support flow steering for user space applications. Signed-off-by: Hadar Hen Zion had...@mellanox.com Signed-off-by: Or Gerlitz ogerl...@mellanox.com --- drivers/infiniband/core/uverbs.h |

[PATCH V1 for-next 2/4] IB/core: Infra-structure to support verbs extensions through uverbs

2013-06-11 Thread Or Gerlitz
From: Igor Ivanov igor.iva...@itseez.com Add Infra-structure to support extended uverbs capabilities in a forward/backward manner. Uverbs command opcodes which are based on the verbs extensions approach should be greater or equal to IB_USER_VERBS_CMD_THRESHOLD. They have new header format and

[PATCH 2/6] opensm: fix possible double free in osm_ucast_ftree.c

2013-06-11 Thread Hal Rosenstock
From 49f1a71299e4aa28a8319334c772525f67cbd1ca Mon Sep 17 00:00:00 2001 From: Dan Ben Yosef da...@mellanox.com Date: Thu, 16 Aug 2012 16:33:55 +0300 Subject: [PATCH 2/6] opensm: fix possible double free in osm_ucast_ftree.c Only if cl_ptr_vector_at return CL_SUCCESS ,the pointer p_port needed to

[PATCH 3/6] osm_ucast_ftree.c : fix dereferencing null variable

2013-06-11 Thread Hal Rosenstock
From 4d36d6d133c09e45fe394b3519ac9cae5ebbe1c5 Mon Sep 17 00:00:00 2001 From: Dan Ben Yosef da...@dev.mellanox.co.il Date: Sun, 2 Dec 2012 13:48:47 +0200 Subject: [PATCH 3/6] osm_ucast_ftree.c : fix dereferencing null variable Dereferencing null variable p_min_port. Signed-off-by: Dan Ben Yosef

[PATCH 4/6] osm_ucast_ftree.c: fix dereferencing null variable

2013-06-11 Thread Hal Rosenstock
From 35f4419e6f2451f2124e826e8e93b02c733d068c Mon Sep 17 00:00:00 2001 From: Dan Ben Yosef da...@dev.mellanox.co.il Date: Sun, 2 Dec 2012 16:07:49 +0200 Subject: [PATCH 4/6] osm_ucast_ftree.c: fix dereferencing null variable Dereferencing null variable p_port. Signed-off-by: Dan Ben Yosef

[PATCH 1/6] Fix fat-tree routing for CAs with more than 1 connected port

2013-06-11 Thread Hal Rosenstock
From 269512894d0bbb814707bf0aae56e832228f32f9 Mon Sep 17 00:00:00 2001 From: Vladimir Koushnir vladim...@mellanox.com Date: Sun, 29 Apr 2012 12:25:41 +0300 Subject: [PATCH 1/6] Fix fat-tree routing for CAs with more than 1 connected port Signed-off-by: Vladimir Koushnir vladim...@mellanox.com

[PATCH 5/6] Fix shift pattern support in FTREE routing for native ftree topologies

2013-06-11 Thread Hal Rosenstock
From 7c21c145e228cab52670819a22478fba409efb6c Mon Sep 17 00:00:00 2001 From: Vladimir Koushnir vladim...@mellanox.com Date: Mon, 3 Jun 2013 11:44:01 +0300 Subject: [PATCH 5/6] Fix shift pattern support in FTREE routing for native ftree topologies Fix DUMMY nodes support broken by patch

[PATCH 6/6] When SM fails to load/parse root_guids file use MinHop heuristics

2013-06-11 Thread Hal Rosenstock
From 21765ade61c96c319d157293e57e10f2f0e07846 Mon Sep 17 00:00:00 2001 From: Alex Netes ale...@mellanox.com Date: Sun, 28 Apr 2013 10:06:00 +0300 Subject: [PATCH 6/6] When SM fails to load/parse root_guids file use MinHop heuristics Signed-off-by: Alex Netes ale...@mellanox.com ---

[PATCH] osm_ucast_cache.c : Fix dereference null return value

2013-06-11 Thread Hal Rosenstock
From c5ef3da14a22721a09edc5a0d70ca1715b310c6f Mon Sep 17 00:00:00 2001 From: Dan Ben Yosef da...@dev.mellanox.co.il Date: Tue, 4 Dec 2012 16:44:06 +0200 Subject: [PATCH] osm_ucast_cache.c : Fix dereference null return value Dereferencing a null pointer p_remote_port. Signed-off-by: Dan Ben Yosef

Re: [PATCH 1/5] ibmebus: convert of_platform_driver to platform_driver

2013-06-11 Thread Benjamin Herrenschmidt
On Wed, 2013-05-22 at 07:26 -0500, Rob Herring wrote: git://sources.calxeda.com/kernel/linux.git of-platform-removal Ben, Did you have a chance to test this? I want to get this into -next. I tested the one in for-next (sorry for the high latency). Works fine. Ack. Cheers, Ben. -- To