[PATCH] staging: lustre: o2iblnd: Fix FastReg map/unmap for MLX5

2018-05-01 Thread Doug Oucharek
The FastReg support in ko2iblnd was not unmapping pool items causing the items to leak. In addition, the mapping code is not growing the pool like we do with FMR. This patch makes sure we are unmapping FastReg pool elements when we are done with them. It also makes sure the pool will grow when

Re: [PATCH] staging: lustre: o2iblnd: Fix FastReg map/unmap for MLX5

2018-03-19 Thread Greg Kroah-Hartman
On Wed, Mar 14, 2018 at 11:18:30PM -0700, Doug Oucharek wrote: > The FastReg support in ko2iblnd was not unmapping pool items > causing the items to leak. In addition, the mapping code > is not growing the pool like we do with FMR. > > This patch makes sure we are unmapping FastReg pool elements

[PATCH] staging: lustre: o2iblnd: Fix FastReg map/unmap for MLX5

2018-03-15 Thread Doug Oucharek
The FastReg support in ko2iblnd was not unmapping pool items causing the items to leak. In addition, the mapping code is not growing the pool like we do with FMR. This patch makes sure we are unmapping FastReg pool elements when we are done with them. It also makes sure the pool will grow when