Re: [PATCH 5/9] staging/rdma/hfi1: Add function stubs for TID caching

2015-11-20 Thread Or Gerlitz
On Fri, Nov 20, 2015 at 3:06 AM, Greg Kroah-Hartman wrote: > On Thu, Nov 12, 2015 at 07:58:54AM +0200, Or Gerlitz wrote: >> On Sat, Oct 31, 2015 at 12:41 AM, wrote: >> So this is an wholy orthogonal mechanism for memory registrations or >> de-registrations vs what's supported by the upstream RD

Re: [PATCH 5/9] staging/rdma/hfi1: Add function stubs for TID caching

2015-11-19 Thread Greg Kroah-Hartman
On Thu, Nov 12, 2015 at 07:58:54AM +0200, Or Gerlitz wrote: > On Sat, Oct 31, 2015 at 12:41 AM, wrote: > > From: Mitko Haralanov > > > > Add mmu notify helper functions and TID caching function stubs in > > preparation > > for the TID caching implementation. > > > > TID caching makes use of the

Re: [PATCH 5/9] staging/rdma/hfi1: Add function stubs for TID caching

2015-11-11 Thread Or Gerlitz
On Sat, Oct 31, 2015 at 12:41 AM, wrote: > From: Mitko Haralanov > > Add mmu notify helper functions and TID caching function stubs in preparation > for the TID caching implementation. > > TID caching makes use of the MMU notifier to allow the driver to respond to > the > user freeing memory wh

[PATCH 5/9] staging/rdma/hfi1: Add function stubs for TID caching

2015-10-30 Thread ira . weiny
From: Mitko Haralanov Add mmu notify helper functions and TID caching function stubs in preparation for the TID caching implementation. TID caching makes use of the MMU notifier to allow the driver to respond to the user freeing memory which is allocated to the HFI. This patch implements the ba