/**
* ib_mr_set_sg() - populate memory region buffers
* array from a SG list
* @mr: memory region
* @sg: sg list
* @sg_nents: number of elements in the sg
*
* Can fail if the HW is not able to register this
* sg list. In case of failure - caller is responsible
* to handle it (bounce-buffer, multiple registrations...)
*/
int ib_mr_set_sg(struct ib_mr *mr,
struct scatterlist *sg,
unsigned short sg_nents);
I'm thinking now that this should have an input argument
of block_size. Maybe in the future ULPs would want to register
huge pages, it will be a shame to map it into PAGE_SIZE chunks...
Current users will just pass PAGE_SIZE.
Thoughts?
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html