Re: [PATCHv12 1/3] rdmacg: Added rdma cgroup controller

2016-09-19 Thread Dalessandro, Dennis
On Wed, 2016-09-14 at 12:36 +0530, Parav Pandit wrote: > Hi Dennis, > > Do you know how would HFI1 driver would work along with rdma cgroup? Keep in mind HFI1 driver has two "modes" of operation. We support verbs, and would surely fall in line with whatever cgroups do for IB core. For our psm int

Re: [PATCH] IB/rdmavt: free the userspace memory region with kfree instead of vfree

2016-09-13 Thread Dalessandro, Dennis
On Fri, 2016-09-09 at 08:15 +0100, Colin King wrote: > From: Colin Ian King > > The userspace memory region 'mr' is allocated with kzalloc in > __rvt_alloc_mr  however it is incorrectly being freed with vfree in > __rvt_free_mr. Fix this by using kfree to free it. > > Signed-off-by: Colin Ian Ki

RE: [PATCH] infiniband: hw: ipath: ipath_diag.c: Cleaning up code that is not handled properly.

2014-06-09 Thread Dalessandro, Dennis
> -Original Message- > From: linux-rdma-ow...@vger.kernel.org [mailto:linux-rdma- > ow...@vger.kernel.org] On Behalf Of Rickard Strandqvist > Sent: Friday, June 6, 2014 7:09 PM > To: infinipath; Roland Dreier > Cc: Rickard Strandqvist; Hefty, Sean; Hal Rosenstock; linux- > r...@vger.kernel.

Re: [PATCH] IB/hfi1: Add missing error code assignment before test

2016-08-10 Thread Dalessandro, Dennis
On Wed, 2016-08-10 at 07:34 +0200, Christophe JAILLET wrote: > It is likely that checking the result of 'setup_ctxt' is expected > here. > > Signed-off-by: Christophe JAILLET > --- >  drivers/infiniband/hw/hfi1/file_ops.c | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/d

RE: [WTF] utterly tasteless ABI in hfi1 (around ->write()/->write_iter())

2016-03-19 Thread Dalessandro, Dennis
Just wanted to re-send so it gets picked up by the lists. I was using a different server than usual and vger did not like it. Hopefully this attempt fares better. Sorry for the extra noise. -- On Wed, Mar 16, 2016 at 11:46:31AM -0400, Doug Ledford wrote: >Intel: For your own sake's you might wa

RE: Deprecating ipath

2015-07-03 Thread Dalessandro, Dennis
> -Original Message- > From: linux-rdma-ow...@vger.kernel.org [mailto:linux-rdma- > ow...@vger.kernel.org] On Behalf Of Greg Kroah-Hartman > Sent: Friday, June 26, 2015 12:54 PM > To: Luis R. Rodriguez > Cc: Marciniszyn, Mike; Borislav Petkov; Ingo Molnar; One Thousand Gnomes; > Doug Ledfor

Re: [PATCH 0/2] IB/rdmavt: cq ktrhead worker fix and API update

2016-10-20 Thread Dalessandro, Dennis
On Wed, 2016-10-19 at 14:07 +0200, Petr Mladek wrote: > The kthread worker API has been improved in 4.9-rc1. The 2nd > patch uses the new functions and simplifies the kthread worker > creation and destroying. > > I have found a possible race when working on the API conversion. > A proposed fix is