numam-spdk/lib
Daniel Verkamp d5dffc0596 bdev: replace off_t offsets with uint64_t
off_t is problematic for use as a file/block offset: it is signed, and
on 32-bit platforms, it can be 32 bits (depending on the settings of
_FILE_OFFSET_BITS and _LARGEFILE_SOURCE).

The blockdev layer already uses uint64_t to represent offsets; replace
the blockdev module uses of off_t in internal functions with uint64_t
to match.

Change-Id: I77a2e594572c56f1cd8a7a080f985ea5b27c35f3
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-09-29 13:13:32 -07:00
..
bdev bdev: replace off_t offsets with uint64_t 2016-09-29 13:13:32 -07:00
conf build: include spdk.common.mk in lib Makefiles 2016-07-18 16:17:40 -07:00
copy Replace RTE_VERIFY with assert 2016-09-28 10:15:56 -07:00
cunit test/cunit: include stdio.h for fprintf() 2016-08-08 09:04:20 -07:00
event Replace RTE_VERIFY with assert 2016-09-28 10:15:56 -07:00
ioat ioat: Use log library instead of ioat_printf 2016-09-28 10:15:56 -07:00
iscsi iscsi: add parameter to simplify process_task_completion 2016-09-29 11:04:31 -07:00
json json: allow decoding of non-standard comments 2016-08-19 09:49:18 -07:00
jsonrpc build: include spdk.common.mk in lib Makefiles 2016-07-18 16:17:40 -07:00
log log: dynamically generate usage for -t option 2016-08-22 16:57:19 -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: Use log library instead of nvme_printf 2016-09-28 10:15:55 -07:00
nvmf nvmf: Add support for multiple sessions per subsystem. 2016-09-29 11:04:15 -07:00
rpc Replace RTE_VERIFY with assert 2016-09-28 10:15:56 -07:00
scsi Fix some cppcheck errors on lib/iscsi & lib/scsi. (#41) 2016-09-28 13:55:56 -07:00
trace Replace RTE_VERIFY with assert 2016-09-28 10:15:56 -07:00
util util: fix dev not free issue in spdk_io_device_unregister 2016-09-29 11:04:44 -07:00
Makefile iscsi: Add an iscsi library. 2016-08-03 14:43:40 -07:00