[RESUBMIT PATCH v2 11/14] staging/rdma/hfi1: Add MMU notifier callback function

2016-01-11 Thread ira . weiny
From: Mitko Haralanov TID caching will rely on the MMU notifier to be told when memory is being invalidated. When the callback is called, the driver will find all RcvArray entries that span the invalidated buffer and "schedule" them to be freed by the PSM library. This function is currently unus

[PATCH v2 11/14] staging/rdma/hfi1: Add MMU notifier callback function

2015-12-17 Thread ira . weiny
From: Mitko Haralanov TID caching will rely on the MMU notifier to be told when memory is being invalidated. When the callback is called, the driver will find all RcvArray entries that span the invalidated buffer and "schedule" them to be freed by the PSM library. This function is currently unus