Spdk/lib/nvmf
Daniel Verkamp bcd1edeae4 nvmf: replace off_t with uint64_t
The offset variable is used to store the result of a uint64_t * uint32_t
multiplication; a signed integer is not the correct type for the result.

Change-Id: If1fb22314ba7e3cec91808cc051678f809c9e58b
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-09-29 13:27:39 -07:00
..
direct.c nvmf: change nvmf_session to spdk_nvmf_session 2016-09-27 09:57:17 -07:00
Makefile nvmf: Add support for virtual controller. 2016-08-25 15:02:21 -07:00
nvmf_internal.h nvme: move global request_mempool allocation into nvme_impl 2016-09-27 14:25:39 -07:00
nvmf.c nvme: move global request_mempool allocation into nvme_impl 2016-09-27 14:25:39 -07:00
rdma.c Replace RTE_VERIFY with assert 2016-09-28 10:15:56 -07:00
request.c nvmf: change nvmf_session to spdk_nvmf_session 2016-09-27 09:57:17 -07:00
request.h nvmf: move subsytem poller to nvmf_tgt app 2016-09-12 10:10:27 -07:00
session.c nvmf: Add support for multiple sessions per subsystem. 2016-09-29 11:04:15 -07:00
session.h nvmf: Add support for multiple sessions per subsystem. 2016-09-29 11:04:15 -07:00
subsystem.c nvmf: Add support for multiple sessions per subsystem. 2016-09-29 11:04:15 -07:00
subsystem.h nvmf: Add support for multiple sessions per subsystem. 2016-09-29 11:04:15 -07:00
transport.c nvmf: move acceptor poller into nvmf_tgt app 2016-08-17 10:01:37 -07:00
transport.h nvmf: change nvmf_session to spdk_nvmf_session 2016-09-27 09:57:17 -07:00
virtual.c nvmf: replace off_t with uint64_t 2016-09-29 13:27:39 -07:00