Re: [PATCH] ib_srpt: Source code cleanup

2011-11-08 Thread Nicholas A. Bellinger
On Tue, 2011-11-08 at 20:48 +0100, Bart Van Assche wrote: > Address the review comments posted by Christoph Hellwig on May 18, > 2011 and that haven't been addressed yet (see also > http://lkml.org/lkml/2011/5/18/63): > - Eliminate the srpt_sdev_name(), srpt_get_ch_state() and > srpt_get_cmd_stat

RE: [PATCH 00/11] New Caching mechanism for ib_core

2011-11-08 Thread Hefty, Sean
> The main motivations are: > > 1. Greater degree of control by individual drivers. Drivers have a >choice to use it or not. I believe that some callers need to know that specific query calls will not sleep. That capability should either be required or exposed through the API. > 2. The lib

[PATCH] ib_srpt: Source code cleanup

2011-11-08 Thread Bart Van Assche
Address the review comments posted by Christoph Hellwig on May 18, 2011 and that haven't been addressed yet (see also http://lkml.org/lkml/2011/5/18/63): - Eliminate the srpt_sdev_name(), srpt_get_ch_state() and srpt_get_cmd_state() helper functions. - Convert the printk() call in srpt_srq_event(

[PATCH] IB/qib: Eliminate schedule_work

2011-11-08 Thread Mike Marciniszyn
It was mistakenly introduced by dde05cbdf8b1c404344c370fe6e18ff160d6da6a. Signed-off-by: Mike Marciniszyn --- drivers/infiniband/hw/qib/qib_iba7322.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/infiniband/hw/qib/qib_iba7322.c b/drivers/infiniband/hw/qib/qib

[PATCH] mlx4_core: enable changing HCA default max resource limits

2011-11-08 Thread vuhuong
Hi Roland, This patch allow users to change HCA default profile resourses (num_qp, num_cq, num_mpt...) especially for users with big clusters >From 1d85e3d05fb2e6899c32e3b64047c446269f835a Mon Sep 17 00:00:00 2001 From: Vu Pham Date: Wed, 28 Sep 2011 14:07:25 -0700 Subject: [PATCH] mlx4_core: e

Re: [PATCH V2] opensm: Add the precreation of multicast groups

2011-11-08 Thread Alex Netes
Hi Ira, On 12:26 Fri 04 Nov , Ira Weiny wrote: > On Fri, 4 Nov 2011 10:56:26 -0700 > Hal Rosenstock wrote: > > > Ira, > > > > Looks good to me; just one nit in the commit message: > > > > On 11/3/2011 6:32 PM, Ira Weiny wrote: > > > P_Key is taken from Partition Definition. Q_Key, TClass,

Re: [PATCH 4/5] ib/core: add support for extended performance counters in sysfs

2011-11-08 Thread Ira Weiny
On Mon, 7 Nov 2011 17:09:52 -0800 Jason Gunthorpe wrote: > On Mon, Nov 07, 2011 at 04:54:42PM -0800, Roland Dreier wrote: > > On Wed, Nov 2, 2011 at 10:16 AM, Or Gerlitz wrote: > > > I suggest we go that least bad way along the lines of your comment. > > > > > > If/when on some future point some

Re: [opensm] [trivial] [PATCH 1/3] Fix typo in qos-ulps parsing comment

2011-11-08 Thread Alex Netes
Hi Al, On 13:26 Mon 07 Nov , Albert Chu wrote: > "srp target-port-guid" is supported, not "srp port-guid" > > Signed-off-by: Albert L. Chu > --- Applied all three patches, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@

Re: [GIT PULL] please pull infiniband.git

2011-11-08 Thread Or Gerlitz
On 11/1/2011 6:54 PM, Roland Dreier wrote: Hi Linus, Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git for-linus This will get the main batch of changes for 3.2. One note: my tree is based on 3.1-rc9, and I have some changes to drivers/net/mlx4, but in yo

Re: [PATCH] ib_srpt: Fix Last WQE handling

2011-11-08 Thread Bart Van Assche
On Tue, Nov 8, 2011 at 11:00 AM, Nicholas A. Bellinger wrote: > Thanks for verifying this one.  Pushed into lio-core and will squash > into a single patch for target-pending. I've had a quick look at http://git.kernel.org/?p=linux/kernel/git/nab/lio-core.git;a=blob;f=drivers/infiniband/ulp/srpt/i

Re: [PATCH] ib_srpt: Fix Last WQE handling

2011-11-08 Thread Nicholas A. Bellinger
On Tue, 2011-11-08 at 08:21 +0100, Bart Van Assche wrote: > On Mon, Nov 7, 2011 at 9:46 PM, Nicholas A. Bellinger > wrote: > > On Mon, 2011-11-07 at 20:00 +0100, Bart Van Assche wrote: > >> On Mon, Nov 7, 2011 at 7:10 PM, Roland Dreier > >> wrote: > >> > On Sun, Nov 6, 2011 at 9:31 AM, Bart Van