numam-spdk/lib
Daniel Verkamp dd2e6164c9 nvme: replace rte_zmalloc() with rte_malloc() + memset
rte_zmalloc() is broken and does not actually return zeroed memory on at
least DPDK 16.07 on FreeBSD, so do it ourselves.

Change-Id: If8da93ead0b3911c8bca24aa27ed90dc00b8a9a4
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-08-10 16:12:59 -07:00
..
bdev bdev: add Linux AIO (libaio) backend 2016-08-05 09:08:23 -07:00
conf build: include spdk.common.mk in lib Makefiles 2016-07-18 16:17:40 -07:00
copy copy_engine: add I/OAT copy engine module 2016-07-20 09:57:22 -07:00
cunit test/cunit: include stdio.h for fprintf() 2016-08-08 09:04:20 -07:00
event app: add function to get current core ID 2016-08-04 15:43:07 -07:00
ioat build: replace USE_PCIACCESS with config.h define 2016-07-20 09:53:47 -07:00
iscsi iscsi: Return check condition if the IO size exceed the maximum value. 2016-08-10 11:32:26 -07:00
json build: include spdk.common.mk in lib Makefiles 2016-07-18 16:17:40 -07:00
jsonrpc build: include spdk.common.mk in lib Makefiles 2016-07-18 16:17:40 -07:00
log build: include spdk.common.mk in lib Makefiles 2016-07-18 16:17:40 -07:00
memory build: include spdk.common.mk in lib Makefiles 2016-07-18 16:17:40 -07:00
net net: remove unused #defines 2016-08-08 13:46:20 -07:00
nvme nvme: replace rte_zmalloc() with rte_malloc() + memset 2016-08-10 16:12:59 -07:00
nvmf nvmf: Add nvmf controller operation structure. 2016-08-09 15:50:40 -07:00
rpc build: include spdk.common.mk in lib Makefiles 2016-07-18 16:17:40 -07:00
scsi scsi: return correct data length of VPD page 0xB1 and 0xB2 2016-08-11 09:56:36 +08:00
trace trace: hard-code lcore history array size 2016-07-22 12:50:44 -07:00
util pci: stub out kernel driver functions on FreeBSD 2016-07-21 09:23:24 -07:00
Makefile iscsi: Add an iscsi library. 2016-08-03 14:43:40 -07:00