[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210624181317.GA2915863@nvidia.com>
Date: Thu, 24 Jun 2021 15:13:17 -0300
From: Jason Gunthorpe <jgg@...dia.com>
To: ira.weiny@...el.com
Cc: Mike Marciniszyn <mike.marciniszyn@...nelisnetworks.com>,
Dennis Dalessandro <dennis.dalessandro@...nelisnetworks.com>,
Doug Ledford <dledford@...hat.com>,
Faisal Latif <faisal.latif@...el.com>,
Shiraz Saleem <shiraz.saleem@...el.com>,
Bernard Metzler <bmt@...ich.ibm.com>,
Kamal Heib <kheib@...hat.com>, linux-rdma@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/4] RDMA/hfi1: Remove use of kmap()
On Mon, Jun 21, 2021 at 11:14:19PM -0700, ira.weiny@...el.com wrote:
> From: Ira Weiny <ira.weiny@...el.com>
>
> kmap() is being deprecated and will break uses of device dax after PKS
> protection is introduced.[1]
>
> The kmap() used in sdma does not need to be global. Use the new
> kmap_local_page() which works with PKS and may provide better
> performance for this thread local mapping anyway.
>
> [1] https://lore.kernel.org/lkml/20201009195033.3208459-59-ira.weiny@intel.com/
>
> Signed-off-by: Ira Weiny <ira.weiny@...el.com>
> ---
> drivers/infiniband/hw/hfi1/sdma.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied to for-next, thanks
Jason
Powered by blists - more mailing lists