numam-spdk/lib/nvmf
Daniel Verkamp 5d8c94536a event: hide struct spdk_poller internals
This leaves more flexibility for future changes to the poller
representation without requiring API changes (after this one).

It also prevents the user from accidentally using poller fields in a
non-thread-safe way, since they can't be accessed directly anymore.

Change-Id: I7677d5b93668665d29ae39c5e0ba74333ad3f878
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-08-12 10:42:12 -07:00
..
conf.c nvmf: Add nvmf controller operation structure. 2016-08-09 15:50:40 -07:00
conf.h nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -07:00
direct.c nvmf: Add nvmf controller operation structure. 2016-08-09 15:50:40 -07:00
Makefile nvmf: Add nvmf controller operation structure. 2016-08-09 15:50:40 -07:00
nvmf_internal.h nvmf: Add config options for inline and max I/O size 2016-07-26 14:23:25 -07:00
nvmf.c nvmf: Use a shared memory pool for large data buffers. 2016-07-29 15:36:10 -07:00
rdma.c event: hide struct spdk_poller internals 2016-08-12 10:42:12 -07:00
request.c event: hide struct spdk_poller internals 2016-08-12 10:42:12 -07:00
request.h nvmf: Add nvmf controller operation structure. 2016-08-09 15:50:40 -07:00
session.c nvmf: Add nvmf controller operation structure. 2016-08-09 15:50:40 -07:00
session.h nvmf: use Connect command SQSIZE to manage SQHD 2016-08-08 08:45:38 -07:00
subsystem.c event: hide struct spdk_poller internals 2016-08-12 10:42:12 -07:00
subsystem.h event: hide struct spdk_poller internals 2016-08-12 10:42:12 -07:00
transport.c nvmf: Remove g_nvmf_tgt global usage from transport layer 2016-07-26 14:24:39 -07:00
transport.h nvmf: Add a transport specific session 2016-07-28 09:00:47 -07:00