Spdk/lib
Daniel Verkamp 9a40113a19 nvme: convert probe strings into char arrays
These need to be available for the lifetime of the probe_info structure,
so they can't be pointing at e.g. temporary buffers on the stack.

Change-Id: I5aaa898acf9314aab51600dd756f966965d37fd0
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-11-22 13:42:00 -07:00
..
bdev bdev/rpc: add driver-specific data to get_bdevs 2016-11-21 12:35:57 -07:00
conf conf: move structures out of public API header 2016-11-16 10:33:16 -07:00
copy copy_engine: only calculate task size once 2016-11-16 15:04:45 -07:00
cunit eofnl: check for extra trailing newlines 2016-10-11 13:30:33 -07:00
env_dpdk build: define SPDK_LIB_LIST to simplify building dependencies and linker args 2016-11-22 11:45:48 -07:00
event log: split internal TRACELOG macro into new header 2016-11-16 13:33:51 -07:00
ioat log: split internal TRACELOG macro into new header 2016-11-16 13:33:51 -07:00
iscsi iscsi: fix unused variable warning in release build 2016-11-17 10:29:11 -07:00
json json: add spdk_json_write_[u]int64() 2016-11-02 09:10:54 -07:00
jsonrpc log: split internal TRACELOG macro into new header 2016-11-16 13:33:51 -07:00
log log: split internal TRACELOG macro into new header 2016-11-16 13:33:51 -07:00
net log: split internal TRACELOG macro into new header 2016-11-16 13:33:51 -07:00
nvme nvme: convert probe strings into char arrays 2016-11-22 13:42:00 -07:00
nvmf nvmf_tgt: stub out Async Event Config feature 2016-11-21 17:02:12 -07:00
rpc rpc: always unregister RPC setup poller 2016-10-21 15:42:53 -07:00
scsi lib/scsi: handle scattered input/output buffers for non IO commands 2016-11-21 10:52:35 -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