Spdk/lib/nvmf
Daniel Verkamp 7dfc5e922d nvmf: only poll admin queue once every 10 ms
This should enhance performance, since the hardware admin queue poll
function takes a mutex and should not be in the performance path.

Change-Id: I7e4acde0337aaf7079811612cba5348acf0a467d
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-08-12 10:55:04 -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: only poll admin queue once every 10 ms 2016-08-12 10:55:04 -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 nvmf: only poll admin queue once every 10 ms 2016-08-12 10:55:04 -07:00
subsystem.h nvmf: only poll admin queue once every 10 ms 2016-08-12 10:55:04 -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