RE: [PATCH V4 for-next 1/5] IB/core: Add RSS and TSS QP groups - suggesting BOF during OFA conf to further discuss that

2013-04-23 Thread Hefty, Sean
> On Mon, Apr 22, 2013 at 7:46 PM, Or Gerlitz wrote: > > Sean, Tzahi -- I understand now that there have been few talkings @ > > the OFA meeting re this patch set. So what's the way to move forward, > > any concrete feedback that needs to be addressed here? This series is > > hanging since May 20

Re: [PATCH V4 for-next 1/5] IB/core: Add RSS and TSS QP groups - suggesting BOF during OFA conf to further discuss that

2013-04-23 Thread Or Gerlitz
On Mon, Apr 22, 2013 at 7:46 PM, Or Gerlitz wrote: > Sean, Tzahi -- I understand now that there have been few talkings @ > the OFA meeting re this patch set. So what's the way to move forward, > any concrete feedback that needs to be addressed here? This series is > hanging since May 2012 and I'd

Re: [PATCH -next] iser-target: fix error return code in isert_connect_request()

2013-04-23 Thread Nicholas A. Bellinger
On Fri, 2013-04-19 at 13:13 +0800, Wei Yongjun wrote: > From: Wei Yongjun > > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. > > Signed-off-by: Wei Yongjun > --- Merged into the initial iser-target commit in for-next-merge.

Re: NFS over RDMA benchmark

2013-04-23 Thread J. Bruce Fields
On Thu, Apr 18, 2013 at 12:47:09PM +, Yan Burman wrote: > > > > -Original Message- > > From: Wendy Cheng [mailto:s.wendy.ch...@gmail.com] > > Sent: Wednesday, April 17, 2013 21:06 > > To: Atchley, Scott > > Cc: Yan Burman; J. Bruce Fields; Tom Tucker; linux-rdma@vger.kernel.org; > > l

Re: [PATCH] ipoib: fix hard_header return value

2013-04-23 Thread Doug Ledford
On 04/01/13 17:25, Or Gerlitz wrote: > Doug Ledford wrote: >> If you have a patched up dhcp server (and dhclient), > > Could you be more specific, I assume you refer to the ISC dhcp bits, > which version and which patches? Any version of dhcp server, and the improved-xid and lpf-ib patches prima

[PATCH] iw_cm: Don't touch cmid after dereferencing it.

2013-04-23 Thread Steve Wise
Function cm_work_handler() cannot touch the cm_id after it derefs it because it might be freed on another concurrent thread. If there are more work items queued for this cm_id, then we know there must be more references because they are added when the work items are queued. So in the while loop in

[PATCH] opensm: Fix Q_Key, TClass and limited keys parsing warnings in partitions.conf

2013-04-23 Thread Alex Netes
Parsing these paraters caused 'unrecognized mgroup flag' warning. Moreover fixed man page/doc for Q_Key/TClass paramters. Signed-off-by: Alex Netes --- doc/partition-config.txt | 4 ++-- man/opensm.8.in | 4 ++-- opensm/osm_prtn_config.c | 4 +++- 3 files changed, 7 insertions(+), 5 de