Spdk/test/common/lib
Aleksey Marchuk c66b68e94e nvme/rdma: Inline nvme_rdma_calloc/free
These functions used to allocate resources
using calloc/spdk_zmalloc depending on the
g_nvme_hooks pointer. Later these functions
were refactored to always use spdk_zmalloc,
so they became simple wrappers of spdk_zmalloc
and spdk_free. There is no sense to use them,
call spdk memory API directly.

Signed-off-by: Aleksey Marchuk <alexeymar@nvidia.com>
Change-Id: I3b514b20e2128beb5d2397881d3de00111a8a3bc
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14429
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: Dong Yi <dongx.yi@intel.com>
Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2022-09-20 20:27:52 +00:00
..
nvme Replace most BSD 3-clause license text with SPDX identifier. 2022-06-09 07:35:12 +00:00
test_env.c nvme/rdma: Inline nvme_rdma_calloc/free 2022-09-20 20:27:52 +00:00
test_rdma.c nvme_rdma: Use persistent protection domain for qpair 2022-08-12 08:59:43 +00:00
test_sock.c nvme/tcp: Allow to choose SSL socket implementation 2022-09-14 07:44:53 +00:00
ut_multithread.c Replace most BSD 3-clause license text with SPDX identifier. 2022-06-09 07:35:12 +00:00