Spdk/lib/event
Ziye Yang e0c1093936 event: Change the base to 0 when calling strtol
Previously, we can -p + hex value(e.g., 0x1) to assign the master core
and start the NVMe-oF or iSCSI target app.

However now it is not supported and prints error. I checked
the code, it only supports transformation with Decimal format,
so chaning the base to 0 to make it supporting other formats.

Change-Id: I82510ba0cef47b5593484b4fd3490f85c93cf6a5
Signed-off-by: Ziye Yang <ziye.yang@intel.com>
Reviewed-on: https://review.gerrithub.io/c/444830 (master)
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/447593
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
2019-03-12 05:09:16 +00:00
..
rpc event/rpc: Use spdk_strtol to clarify if signal is specified by name 2019-01-29 17:39:18 +00:00
subsystems nvmf: remove deprecated construct_nvmf_subsystem RPC 2019-01-30 00:48:23 +00:00
app.c event: Change the base to 0 when calling strtol 2019-03-12 05:09:16 +00:00
json_config.c json_config: dont dereference when no next config entry 2019-01-22 19:21:46 +00:00
json_config.h app: add option to read json configuration files during startup 2019-01-14 04:48:18 +00:00
Makefile app: add option to read json configuration files during startup 2019-01-14 04:48:18 +00:00
reactor.c thread: Rename spdk_free_thread to spdk_thread_exit 2019-01-17 11:24:38 +00:00
rpc.c thread: Replace #include of io_channel.h with thread.h 2018-06-12 15:24:07 +00:00
subsystem.c event/subsystem: solve the subsystem init and destroy conflict 2019-03-08 19:04:41 +00:00