Re: [PATCH for-3.2 v1 1/5] ib/core: Add extended link speeds

2011-10-04 Thread Marcel Apfelbaum
Changes from v1 - function ib_rate_to_int changed to ib_rate_to_mbps - new implementation for ib_rate_to_mbps The following extended speeds are introduced: FDR-10 - is a proprietary link speed which is 10.3125 Gbps at 64/66 encoding rather than 8b10b encoding. FDR - represents

[PATCH 0/4] opensm: Add mtu validation to SA

2011-10-04 Thread Hal Rosenstock
The following patch series adds MTU validation to SA and is similar to the previous series on rate validation. [PATCH 1/4] opensm/osm_helper: Add ib_mtu_is_valid [PATCH 2/4] opensm/osm_sa_path_record.c: Add mtu validation if supplied [PATCH 3/4] opensm/osm_sa_mcmember_record.c: Add mtu

[PATCH 2/4] opensm/osm_sa_path_record.c: Add mtu validation if supplied

2011-10-04 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock h...@mellanox.com --- opensm/osm_sa_path_record.c | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/opensm/osm_sa_path_record.c b/opensm/osm_sa_path_record.c index 09dcaff..393d78e 100644 --- a/opensm/osm_sa_path_record.c +++

[PATCH 4/4] opensm/osm_sa_multipath_record.c: Add mtu validation if supplied

2011-10-04 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock h...@mellanox.com --- opensm/osm_sa_multipath_record.c | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/opensm/osm_sa_multipath_record.c b/opensm/osm_sa_multipath_record.c index 82f5ea1..e8ec95e 100644 ---

[PATCH 1/4] opensm/osm_helper: Add ib_mtu_is_valid

2011-10-04 Thread Hal Rosenstock
for use in mtu validation by SA Signed-off-by: Hal Rosenstock h...@mellanox.com --- include/opensm/osm_helper.h | 24 opensm/libopensm.map|1 + opensm/osm_helper.c |7 +++ 3 files changed, 32 insertions(+), 0 deletions(-) diff --git

[PATCH 3/4] opensm/osm_sa_mcmember_record.c: Add mtu validation if supplied

2011-10-04 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock h...@mellanox.com --- opensm/osm_sa_mcmember_record.c | 23 --- 1 files changed, 20 insertions(+), 3 deletions(-) diff --git a/opensm/osm_sa_mcmember_record.c b/opensm/osm_sa_mcmember_record.c index 451f774..ad48d00 100644 ---

RE: [PATCH for-3.2 v1 1/5] ib/core: Add extended link speeds

2011-10-04 Thread Hefty, Sean
@@ -186,16 +187,30 @@ static ssize_t rate_show(struct ib_port return ret; switch (attr.active_speed) { - case 2: speed = DDR; break; - case 4: speed = QDR; break; + case 2: + speed = DDR; + break; + case 4: +

RE: [PATCH for-3.2 v1 1/5] ib/core: Add extended link speeds

2011-10-04 Thread Marcel Apfelbaum
Hi Sean, Sure, thanks for the review Marcel -Original Message- From: Hefty, Sean [mailto:sean.he...@intel.com] Sent: Tuesday, October 04, 2011 5:14 PM To: Marcel Apfelbaum; linux-rdma@vger.kernel.org Cc: rol...@kernel.org; Marcel Apfelbaum; Or Gerlitz; Hal Rosenstock Subject: RE:

Re: [PATCH 0/4] iWARP MPAv2 Support

2011-10-04 Thread Kumar SANGHVI
Hi Roland, On Mon, Oct 03, 2011 at 20:19:31 +0530, Kumar Sanghvi wrote: Hi Roland, On 09/25/2011 08:17 PM, Kumar Sanghvi wrote: This series adds support for MPA V2 Enhanced RDMA Negotiation protocol. Details about the protocol are available at below IETF Draft: