Spdk/lib/nvmf
Daniel Verkamp ffa936d94b nvmf: switch to rte_mempool_avail_count()
Replace use of the newly-deprecated rte_mempool_count() with the new
name, rte_mempool_avail_count().

Also add a compatibility wrapper so that builds against older DPDK
versions still work.

Change-Id: If3c44bdef4bbcf7a456a1dfa272348ccc6f35261
Reported-by: Jay Sternberg <jay.e.sternberg@intel.com>
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-07-19 10:02:20 -07:00
..
conf.c nvmf: add Doxygen comments to discovery log page 2016-07-15 16:34:46 -07:00
conf.h nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -07:00
controller.c nvmf: Move parsing of NVMe section to conf.c 2016-07-14 10:35:22 -07:00
controller.h nvmf: Move parsing of NVMe section to conf.c 2016-07-14 10:35:22 -07:00
Makefile build: include spdk.common.mk in lib Makefiles 2016-07-18 16:17:40 -07:00
nvmf_internal.h nvmf: Remove NodeBase. Each Subsystem now defines its own NQN 2016-07-14 10:34:04 -07:00
nvmf.c nvmf: switch to rte_mempool_avail_count() 2016-07-19 10:02:20 -07:00
rdma.c nvmf: generate RDMA SGLs on the fly 2016-07-15 17:46:21 -07:00
request.c nvmf: fail commands when controller is disabled 2016-07-19 09:28:15 -07:00
request.h nvmf: remove definitions that duplicate NVMe 2016-07-15 16:34:48 -07:00
session.c nvmf: verify correct IOSQES and IOCQES on connect 2016-07-19 09:20:20 -07:00
session.h nvmf: remove nvmf_property_set() shutdown flag 2016-07-19 09:20:20 -07:00
subsystem.c nvmf: add Doxygen comments to discovery log page 2016-07-15 16:34:46 -07:00
subsystem.h nvmf: add Doxygen comments to discovery log page 2016-07-15 16:34:46 -07:00
transport.c nvmf: add transport function pointer table 2016-07-15 13:11:03 -07:00
transport.h nvmf: Remove host.[ch] and port.[ch] 2016-07-15 14:35:24 -07:00