numam-spdk/lib
Changpeng Liu 389fcba814 nvmf: fix the error caculation for reactor mask
Since we used u64 to mask CPU cores, the available number of CPU
is 64, for default RTE_MAX_LCORE in DPDK, the value is 128, in some
cases(e.g.: when nr_io_queues > 4) we can get the wrong lcore ID.

Change-Id: Icc334b1bf5b068a310839118be341e61071cff65
Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
2016-06-23 07:19:43 +08:00
..
conf conf: Add configuration file iteration functions 2016-05-13 09:51:37 -07:00
cunit cunit: add test result JSON formatting 2016-05-12 15:42:09 -07:00
event event: fix null pointer issue in spdk_subsystem_fini 2016-06-15 16:33:55 -07:00
ioat build: wrap $(CURDIR) relative paths in $(abspath) 2016-05-09 13:56:07 -07:00
json json: fix spdk_json_write_val with nested objects 2016-05-11 10:43:02 -07:00
jsonrpc jsonrpc: add JSON-RPC 2.0 library 2016-05-23 10:28:58 -07:00
log log: allow setting all trace flags at once 2016-05-12 09:47:57 -07:00
memory build: wrap $(CURDIR) relative paths in $(abspath) 2016-05-09 13:56:07 -07:00
nvme nvme: Return negative errno for failure (#24) 2016-06-14 15:19:10 -07:00
nvmf nvmf: fix the error caculation for reactor mask 2016-06-23 07:19:43 +08:00
trace trace: validate group IDs 2016-05-24 09:53:19 -07:00
util build: wrap $(CURDIR) relative paths in $(abspath) 2016-05-09 13:56:07 -07:00
Makefile nvmf: add NVMe over Fabrics userspace target 2016-06-06 15:21:25 -07:00