Spdk/examples/nvme
Tomasz Zawadzki 8a76c2484a event/app: allow to enable log flag for release builds
Log flags could also report on SPDK_LOG_INFO level by using
SPDK_INFOLOG() macro. Yet this did not result in additional
log due to check for debug build.

This patch allows release builds to use that flag.
Meanwhile the -L option besides turning on particular log flag
changes print log level to SPDK_LOG_DEBUG.

Applied changes to serveral applications to follow the
behaviour of event framework.

Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: Ib0d6cce33263c350d6d83300d60e7d15bdfe4b64
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4557
Reviewed-by: Jacek Kalwas <jacek.kalwas@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
2020-10-15 08:23:39 +00:00
..
abort event/app: allow to enable log flag for release builds 2020-10-15 08:23:39 +00:00
arbitration example/nvme: Replace next pointer by TAILQ except for fio_plugin and perf 2020-10-05 08:27:56 +00:00
cmb_copy nvme/cmb_copy: disable submission queue in CMB 2020-04-22 09:18:22 +00:00
fio_plugin example/nvme_fio_plugin: Replace next pointer by TAILQ 2020-10-05 08:27:56 +00:00
hello_world example/nvme: Replace next pointer by TAILQ except for fio_plugin and perf 2020-10-05 08:27:56 +00:00
hotplug build: fix duplicate spdk.common.mk includes 2019-05-22 14:51:01 +00:00
identify event/app: allow to enable log flag for release builds 2020-10-15 08:23:39 +00:00
nvme_manage example/nvme_manage: Use foreach_dev() macro for detach 2020-10-05 08:27:56 +00:00
perf event/app: allow to enable log flag for release builds 2020-10-15 08:23:39 +00:00
reconnect event/app: allow to enable log flag for release builds 2020-10-15 08:23:39 +00:00
Makefile example/nvme: add application to test NVMe I/O abort 2020-07-17 07:21:13 +00:00