Spdk/test/unit/lib/nvmf
Shuhei Matsumoto c0ee8ef7d5 nvmf: Merge each transport's fill_buffers() into spdk_nvmf_request_get_buffers()
This patch is close to the end of the effort to unify buffer allocation
among NVMe-oF transports.

Merge each transport's fill_buffers() into common
spdk_nvmf_request_get_buffers() of the generic NVMe-oF transport.

One noticeable change is to set req->data_from_pool to true not in
each specific transport but in the generic transport.

The next patch will add spdk_nvmf_request_get_multi_buffers() for
multi SGL case of RDMA transport.

This relatively long patch series is a preparation to support
zcopy APIs in NVMe-oF target.

Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Change-Id: Icb04e3a1fa4f5a360b1b26d2ab7c67606ca7c9a0
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/469205
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Alexey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2019-09-30 21:11:52 +00:00
..
ctrlr_bdev.c ut/cunit: added missing semicolon on CU_ASSERT macros 2019-07-24 18:21:22 +00:00
ctrlr_discovery.c test/nvmf: Remove event function stubs 2019-09-18 16:45:05 +00:00
ctrlr.c nvmf: check HOSTNQN access right for discovery service 2019-07-24 11:25:59 +00:00
fc_ls.c nvmf/fc: Rename transport_poll_group instance in nvmf_fc_poll_group to group 2019-09-09 00:42:22 +00:00
fc.c nvmf/fc: Rename nvmf_fc_poll_group pointer held in struct to fgroup 2019-09-09 00:42:22 +00:00
rdma.c nvmf: Merge each transport's fill_buffers() into spdk_nvmf_request_get_buffers() 2019-09-30 21:11:52 +00:00
subsystem.c ut/nvmf/subsystem: Add unit tests for namespace event callback 2019-09-26 16:14:14 +00:00
tcp.c nvmf: Pass not num_buffers but length to spdk_nvmf_request_get_buffers() 2019-09-26 16:12:28 +00:00
Makefile NVMe-oF Target: Add FC transport. 2019-07-26 22:17:17 +00:00