env: add opts_size to spdk_env_optsThis will help with ABI compatibility as new fields get addedto this structure.User is responsible for setting opts_size. Major version has beenbumped, so use
env: add opts_size to spdk_env_optsThis will help with ABI compatibility as new fields get addedto this structure.User is responsible for setting opts_size. Major version has beenbumped, so users will need to rebuild against latest code, if theydo not set opts_size we will just treat that as if the structureends right before opts_size. We will also print an ERRLOG to warnuser to set opts_size appropriately.As part of this patch, update all in-tree callers ofspdk_env_opts_init() to set the opts_size.Signed-off-by: Jim Harris <jim.harris@samsung.com>Change-Id: If2611eccc8b3c43e1dc1654028d000a8a12a544eReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23940Community-CI: Mellanox Build BotTested-by: SPDK CI Jenkins <sys_sgci@intel.com>Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>Reviewed-by: Tomasz Zawadzki <tomasz@tzawadzki.com>
show more ...
discovery_aer: Promote to app directoryAnd rename to spdk_nvme_discover. This is a tool we install that can beused to perform NVMe-oF discovery.Change-Id: Icf4eb1b74b129f7146dd95c5b9b0bd4b7882b9
discovery_aer: Promote to app directoryAnd rename to spdk_nvme_discover. This is a tool we install that can beused to perform NVMe-oF discovery.Change-Id: Icf4eb1b74b129f7146dd95c5b9b0bd4b7882b9e7Signed-off-by: Ben Walker <ben@nvidia.com>Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21198Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com>Reviewed-by: Wojciech Panfil <wojciech.panfil@intel.com>Community-CI: Mellanox Build BotTested-by: SPDK CI Jenkins <sys_sgci@intel.com>Reviewed-by: Jim Harris <jim.harris@samsung.com>