Spdk/test/unit/lib/nvme
Ben Walker 265a8436f4 nvme: Change mapping semantics of controller memory buffer
Instead of creating an allocator where the driver manages the space,
now, since using the CMB for queues and data has already been
disallowed, just create functions to map and unmap the entire CMB.
The user can manage the space.

Change-Id: I023994deda3b517e14d2ba464c7375bf22b58456
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/785
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Broadcom CI
2020-04-16 08:14:18 +00:00
..
nvme_ctrlr_cmd.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
nvme_ctrlr_ocssd_cmd.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
nvme_ctrlr.c nvme: Change mapping semantics of controller memory buffer 2020-04-16 08:14:18 +00:00
nvme_ns_cmd.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
nvme_ns_ocssd_cmd.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
nvme_ns.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
nvme_pcie.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
nvme_poll_group.c test/nvme_poll_group: Fix uninitialized value in unittest. 2020-04-09 08:07:50 +00:00
nvme_qpair.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
nvme_quirks.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
nvme_rdma.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
nvme_tcp.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
nvme_uevent.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
nvme.c nvme: Init the status object when tracking the req completion 2020-04-07 08:38:58 +00:00
Makefile test/unit: add poll_group unit tests. 2020-04-07 08:38:40 +00:00