diff options
author | Logan Gunthorpe <[email protected]> | 2018-10-04 15:27:46 -0600 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2018-10-17 12:18:23 -0500 |
commit | 5b2322e48c978fd91d50873491b1c3b0a3b0266b (patch) | |
tree | fcb31f70487da3f25d6584aba8f4b1f3c2b9893a /tools/perf/util/trace-event-scripting.c | |
parent | e0596ab2900dfa64c0538e4aef8eec3c6f0f38eb (diff) |
nvmet: Introduce helper functions to allocate and free request SGLs
Add helpers to allocate and free the SGL in a struct nvmet_req:
int nvmet_req_alloc_sgl(struct nvmet_req *req)
void nvmet_req_free_sgl(struct nvmet_req *req)
This will be expanded in a future patch to implement peer-to-peer memory
DMAs and should be common with all target drivers.
The new helpers are used in nvmet-rdma. Seeing we use req.transfer_len as
the length of the SGL it is set earlier and cleared on any error. It also
seems to be unnecessary to accumulate the length as the map_sgl functions
should only ever be called once per request.
Signed-off-by: Logan Gunthorpe <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Acked-by: Sagi Grimberg <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions