numam-spdk/lib
Daniel Verkamp 44ef085bed event: pass arg1 and arg2 directly to event fn
This allows the elimination of the spdk_event_get_arg1() and
spdk_event_get_arg2() macros, which accessed the event structure
directly; this was preventing the event structure definition from being
moved out of the public API header.

Change-Id: I74eced799ad7df61ff0b1390c63fb533e3fae8eb
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2017-01-05 11:57:18 -07:00
..
bdev event: remove 'complete' parameter from poller_register 2017-01-05 11:57:18 -07:00
conf conf: move structures out of public API header 2016-11-16 10:33:16 -07:00
copy event: remove 'complete' parameter from poller_register 2017-01-05 11:57:18 -07:00
cunit eofnl: check for extra trailing newlines 2016-10-11 13:30:33 -07:00
env_dpdk env: Add spdk_pci_get_device 2016-12-12 10:13:16 -07:00
event event: pass arg1 and arg2 directly to event fn 2017-01-05 11:57:18 -07:00
ioat env: split PCI drivers into individual files 2016-12-06 09:30:55 -07:00
iscsi event: pass arg1 and arg2 directly to event fn 2017-01-05 11:57:18 -07:00
json json: add printf-style spdk_json_write_string_fmt() 2016-11-22 16:32:35 -07:00
jsonrpc jsonrpc_server: allow user to specify socket type 2016-12-15 08:06:33 -07:00
log log: print trace flag names in SPDK_TRACELOG() 2016-11-28 13:15:08 -07:00
net event.h: split non-public API into spdk_internal 2017-01-05 11:57:18 -07:00
nvme assert.h: split UNREACHABLE into internal header 2017-01-05 11:57:18 -07:00
nvmf event: pass arg1 and arg2 directly to event fn 2017-01-05 11:57:18 -07:00
rpc event: pass arg1 and arg2 directly to event fn 2017-01-05 11:57:18 -07:00
scsi event: pass arg1 and arg2 directly to event fn 2017-01-05 11:57:18 -07:00
trace Replace rte_get_tsc calls with spdk_get_ticks 2016-10-11 13:34:09 -07:00
util util: add vsprintf version of spdk_sprintf_alloc 2016-11-22 11:52:00 -07:00
Makefile env: rename default implementation to env_dpdk 2016-11-14 08:48:20 -07:00