6395370be1
spdk_conf_allocate() was not the best place to put INI deprecation warning. Depending on the application, config could be allocated without passing config file. This resulted in app framework applications to print this error on startup even without config file. Much better place is spdk_conf_read() which requires a file to be passed. Then and only then, deprecation warning is printed with this patch. Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I75979655880f9273dfe5ce65262f08934df596cc Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2051 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: <dongx.yi@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> |
||
---|---|---|
.. | ||
conf.c | ||
Makefile | ||
spdk_conf.map |