Details
Description
Start using these RDMA APIs and delete the ko2iblnd equivalents:
- ib_dma_unmap_single()
- ib_dma_map_single()
- ib_dma_mapping_error()
These three routines represent a new strategy for memory pools so there is a lot of ko2iblnd routines which will no longer be needed when these 3 calls get utilized. Code which maps/unmaps memory and pool creation routines all need to be evaluated and deleted if no longer needed.