numam-spdk/lib/nvmf
Changpeng Liu 2cb8321a35 nvmf: make admin queue has the same size of bounce buffer as IO queues
The NVMf target set the maximum data transfer size(MDTS) to the default value
of 128KB now, and the initiator driver will read the value and set it to the
block layer, so each command sent from initiator will not runoff 128KB.

Change-Id: I1d4f259e887b2fc70c7f1c5406c07c58f7fc9b8d
Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
2016-07-11 09:13:38 -07:00
..
conf.c nvmf: remove unused MaxRecvDataSegmentLength config 2016-06-29 15:37:52 -07:00
conf.h nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -07:00
conn.c nvme: combine CAP register into one 64-bit union 2016-07-07 13:52:16 -07:00
conn.h nvmf: make internal functions private to rdma.c 2016-06-27 12:28:28 -07:00
controller.c nvme: add remove callback to spdk_nvme_probe() 2016-06-28 14:21:58 -07:00
controller.h nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -07:00
host.c nvmf: rename subsystem_grp.[ch] to subsystem.[ch] 2016-07-08 10:54:10 -07:00
host.h nvmf: Rename init_grp.h/c to host.h/c 2016-06-17 13:31:05 -07:00
Makefile nvmf: rename subsystem_grp.[ch] to subsystem.[ch] 2016-07-08 10:54:10 -07:00
nvmf_internal.h nvmf: make admin queue has the same size of bounce buffer as IO queues 2016-07-11 09:13:38 -07:00
nvmf.c nvmf: Standardize rdma init/fini functions 2016-07-11 09:06:30 -07:00
port.c nvmf: add discovery subsystem to NVMf target 2016-06-30 16:20:09 -07:00
port.h nvmf: add discovery subsystem to NVMf target 2016-06-30 16:20:09 -07:00
rdma.c nvmf: make admin queue has the same size of bounce buffer as IO queues 2016-07-11 09:13:38 -07:00
rdma.h nvmf: Standardize rdma init/fini functions 2016-07-11 09:06:30 -07:00
request.c nvmf: rename subsystem_grp.[ch] to subsystem.[ch] 2016-07-08 10:54:10 -07:00
request.h nvmf: Re-post recv wqe when SEND completes 2016-06-29 14:01:54 -07:00
session.c nvmf: rename subsystem_grp.[ch] to subsystem.[ch] 2016-07-08 10:54:10 -07:00
session.h nvmf: simplify property handling 2016-07-07 15:52:49 -07:00
subsystem.c nvmf: rename subsystem_grp.[ch] to subsystem.[ch] 2016-07-08 10:54:10 -07:00
subsystem.h nvmf: rename subsystem_grp.[ch] to subsystem.[ch] 2016-07-08 10:54:10 -07:00