Spdk/lib/nvmf
Seth Howell bdc81134c2 nvmf: use io unit size in transport buffer pools
When this structure was brought up to the generic layer, the tcp
transport was using max_io_size and the rdma transport was using
io_unit_size. In the interest of conserving memory, we should use
io_unit_size instead of max_io_size.

Change-Id: I2633306fcbfd8c3d557445959c745cb2d9a0999e
Signed-off-by: Seth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/c/442778
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Paul Luse <paul.e.luse@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2019-02-12 23:34:20 +00:00
..
ctrlr_bdev.c nvmf: Move spdk_nvmf_ctrlr_process_io_cmd into ctrlr.c 2019-02-04 18:11:33 +00:00
ctrlr_discovery.c nvmf: Only present subsystem if it is ready 2019-01-07 06:02:26 +00:00
ctrlr.c nvmf: Collapse request.c into ctrlr.c 2019-02-04 18:11:33 +00:00
Makefile nvmf: Collapse request.c into ctrlr.c 2019-02-04 18:11:33 +00:00
nvmf_fc.h lib/nvmf: fix a typo error 2018-10-12 17:40:16 +00:00
nvmf_internal.h nvmf: remove qpair state activating. 2019-02-12 20:39:44 +00:00
nvmf.c nvmf: remove qpair state activating. 2019-02-12 20:39:44 +00:00
rdma.c NVMe-oF: add asserts for SGE counts 2019-02-12 23:34:20 +00:00
subsystem.c nvmf: save the NSID when adding a new Namespace 2019-01-14 03:35:04 +00:00
tcp.c NVMe-oF: add asserts for SGE counts 2019-02-12 23:34:20 +00:00
transport.c nvmf: use io unit size in transport buffer pools 2019-02-12 23:34:20 +00:00
transport.h nvmf/transport: move buffer_pool to generic struct. 2019-01-17 19:42:01 +00:00