commit | 23258d39ffee2bdd975a80058899caab3e4ed304 | [log] [tgz] |
---|---|---|
author | Alexander Graf <graf@amazon.com> | Wed Sep 30 23:10:54 2020 +0200 |
committer | Kevin O'Connor <kevin@koconnor.net> | Wed Oct 28 15:18:29 2020 -0400 |
tree | 43241b300681c53648d0826d869f8a7588bfa97e | |
parent | b68f313c9139e480a9f5a0d1b5aa6f294b86d982 [diff] |
nvme: Allow to set PRP2 When creating a PRP based I/O request, we pass in the pointer to operate on. Going forward, we will want to be able to pass additional pointers though for mappings above 4k. This patch adds a parameter to nvme_get_next_sqe() to pass in the PRP2 value of an NVMe I/O request, paving the way for a future patch to implement PRP lists. Signed-off-by: Alexander Graf <graf@amazon.com> Reviewed-by: Filippo Sironi <sironi@amazon.de>