| 98c3a946 | 18-Apr-2024 |
Konrad Sztyber <konrad.sztyber@intel.com> |
nvmf: unify target options handling
These options are already part of spdk_nvmf_target_opts, so it doesn't make sense to have separate global variables to store them.
Signed-off-by: Konrad Sztyber
nvmf: unify target options handling
These options are already part of spdk_nvmf_target_opts, so it doesn't make sense to have separate global variables to store them.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Ia7566d254d5201daac7a39b3da81a210fff31f4c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22908 Reviewed-by: Ben Walker <ben@nvidia.com> Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| 63454e89 | 18-Apr-2024 |
Konrad Sztyber <konrad.sztyber@intel.com> |
nvmf: track spdk_nvmf_target_opts's size
We'll be adding more fields to this structure in the future, so let's track its size for ensuring ABI compatibility.
Signed-off-by: Konrad Sztyber <konrad.s
nvmf: track spdk_nvmf_target_opts's size
We'll be adding more fields to this structure in the future, so let's track its size for ensuring ABI compatibility.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Id3cb8185968a3cd2950d5e0a4ca7b5f4247a7f0d Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22907 Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Ben Walker <ben@nvidia.com>
show more ...
|
| ee164e62 | 03-Jan-2024 |
Konrad Sztyber <konrad.sztyber@intel.com> |
nvmf/tcp: use keyring for retrieving PSKs
It is now possible to retrieve TLS PSKs from the keyring. The previous method of specifying a path to a file containing the key is still functional, but it
nvmf/tcp: use keyring for retrieving PSKs
It is now possible to retrieve TLS PSKs from the keyring. The previous method of specifying a path to a file containing the key is still functional, but it's deprecated and will be removed in the future.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Iea1ff6918056f910f0fc3e030886cdba1e24b7e9 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21757 Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|