Spdk/test/unit/lib/nvmf
Konrad Sztyber 1ac56070bc test/unit: add missing spdk_mempool_lookup stub
It fixes the following error under clang:

/usr/bin/ld.bfd: vfio_user_ut.o: in function `nvmf_transport_create_async_done':
/home/ksztyber/src/spdk/lib/nvmf/transport.c:203: undefined reference to `spdk_mempool_lookup'

It probably works on gcc, because the nvmf_transport_create_async_done
isn't called anywhere in the unit test and gets optimized away.

Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>
Change-Id: I497aae4d211d556a531455481ee9a69067988cce
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17259
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Karol Latecki <karol.latecki@intel.com>
2023-03-28 06:57:59 +00:00
..
ctrlr_bdev.c bdev: Add default copy command support in bdev 2023-03-07 11:52:45 +00:00
ctrlr_discovery.c nvmf: introduce async transport create 2023-02-16 16:45:08 +00:00
ctrlr.c nvme: support 64 LBA formats for NVM and ZNS command set 2023-02-15 10:37:56 +00:00
fc_ls.c update Intel copyright notices 2022-11-10 08:28:53 +00:00
fc.c update Intel copyright notices 2022-11-10 08:28:53 +00:00
nvmf.c update Intel copyright notices 2022-11-10 08:28:53 +00:00
rdma.c nvmf/rdma: use req->iov consistently 2023-01-30 16:28:35 +00:00
subsystem.c test/unit: use valid v4 UUID in NQN tests 2023-03-24 07:25:42 +00:00
tcp.c nvme/tcp: Remove iov_sgl from PDU structure 2023-03-10 11:43:40 +00:00
transport.c nvmf: introduce async transport create 2023-02-16 16:45:08 +00:00
vfio_user.c test/unit: add missing spdk_mempool_lookup stub 2023-03-28 06:57:59 +00:00
Makefile update Intel copyright notices 2022-11-10 08:28:53 +00:00