RDMA/hfi1: Move user SDMA system memory pinning code to its own file
authorBrendan Cunningham <bcunningham@cornelisnetworks.com>
Tue, 22 Aug 2023 14:07:53 +0000 (10:07 -0400)
committerLeon Romanovsky <leon@kernel.org>
Tue, 22 Aug 2023 14:31:45 +0000 (17:31 +0300)
commitd2c0234634533784b2fe0f86f1006489adb55876
treec6bd6616908fa95d65c717fe27dfb7312c9108b5
parent3d91dfe72aac335e1c3f33de8bda537c026ccc8e
RDMA/hfi1: Move user SDMA system memory pinning code to its own file

Move user SDMA system memory page-pinning code from user_sdma.c to
pin_system.c. Put declarations for non-static functions in pinning.h.

System memory pinning is necessary for processing user SDMA requests but
actual steps are invisible to user SDMA request-processing code. Moving
system memory pinning code for user SDMA to its own file makes this
distinction apparent.

These changes have no effect on userspace.

Signed-off-by: Patrick Kelsey <pat.kelsey@cornelisnetworks.com>
Signed-off-by: Brendan Cunningham <bcunningham@cornelisnetworks.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
Link: https://lore.kernel.org/r/169271327311.1855761.4736714053318724062.stgit@awfm-02.cornelisnetworks.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/hfi1/Makefile
drivers/infiniband/hw/hfi1/hfi.h
drivers/infiniband/hw/hfi1/pin_system.c [new file with mode: 0644]
drivers/infiniband/hw/hfi1/pinning.h [new file with mode: 0644]
drivers/infiniband/hw/hfi1/user_sdma.c
drivers/infiniband/hw/hfi1/user_sdma.h