numam-spdk/test/unit/lib
Jim Harris 002660c4f0 nvme: add transport get_max_sges abstraction
For pcie, this just equals the number of SGLs we can fit
into the per-tracker memory.

For rdma, this is just set to 1 for now since nvme_rdma.c
does not support multiple SGEs yet.  Once that support is
added, this will change to use MSDBD (Maximum SGL Data Block
Descriptors) instead from the controller identify data.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I34a4c546b5ff46918a296a73ed8cbcc6c9879d5a

Reviewed-on: https://review.gerrithub.io/372358
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2017-08-02 17:15:21 -04:00
..
bdev util/nvme: added io_device unregister callback 2017-07-20 16:07:02 -04:00
blob test: move blob library unit tests to test/unit 2017-06-21 18:57:35 -04:00
ioat test: move IOAT library unit test to test/unit 2017-06-21 18:57:35 -04:00
iscsi iscsi: change iscsi_bhs_scsi_req variable names. 2017-07-18 13:14:16 -04:00
json test/json_util_ut: assert that string is valid 2017-07-12 18:13:23 -04:00
jsonrpc jsonrpc: allow asynchronous request completion 2017-07-12 12:10:31 -04:00
log log: Remove configurable log facility 2017-07-05 19:28:29 -04:00
nvme nvme: add transport get_max_sges abstraction 2017-08-02 17:15:21 -04:00
nvmf test/nvmf: remove direct mode unit test 2017-08-02 16:06:55 -04:00
scsi bdev: pass descriptors for I/O operations 2017-07-14 13:31:30 -04:00
util string: add spdk_str_chomp() function 2017-08-01 13:42:26 -04:00
vhost vhost: split iovs which span hugepage boundaries 2017-07-31 13:10:52 -04:00
Makefile vhost: add unit test framework 2017-07-31 13:10:52 -04:00