Spdk/examples/nvme
Boris Glimcher 806744b7c8 sock: Add ktls and tls_version to spdk_sock_impl_opts
Since `sock_impl_opts` was added to `sock_opts`
Can remove `ktls` and `tls_version` from spdk_sock_opts

Example:
  rpc.py sock_impl_set_options -i ssl --enable-ktls
  rpc.py sock_impl_set_options -i ssl --disable-ktls
  rpc.py sock_impl_set_options -i ssl --tls-version=12

  ./build/examples/perf --enable-ktls
  ./build/examples/perf --disable-ktls
  ./build/examples/perf --tls-version=12

Check kTLS statistics here: /proc/net/tls_stat

Change-Id: Icf7ee822bad92fda149710be77feb77fc8d4f163
Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13510
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2022-07-22 06:41:39 +00:00
..
abort check_format: For C files only, fix return type breaks 2022-06-27 09:33:48 +00:00
arbitration Replace most BSD 3-clause license text with SPDX identifier. 2022-06-09 07:35:12 +00:00
cmb_copy check_format: For C files only, fix return type breaks 2022-06-27 09:33:48 +00:00
discovery_aer check_format: For C files only, fix return type breaks 2022-06-27 09:33:48 +00:00
fio_plugin check_format: For C files only, fix return type breaks 2022-06-27 09:33:48 +00:00
hello_world check_format: For C files only, fix return type breaks 2022-06-27 09:33:48 +00:00
hotplug check_format: For C files only, fix return type breaks 2022-06-27 09:33:48 +00:00
identify example/nvme_identify: Calculate and use active ns count to allocate ANA log page 2022-07-14 09:47:41 +00:00
nvme_manage check_format: For C files only, fix return type breaks 2022-06-27 09:33:48 +00:00
perf sock: Add ktls and tls_version to spdk_sock_impl_opts 2022-07-22 06:41:39 +00:00
pmr_persistence check_format: For C files only, fix return type breaks 2022-06-27 09:33:48 +00:00
reconnect check_format: For C files only, fix return type breaks 2022-06-27 09:33:48 +00:00
Makefile Replace most BSD 3-clause license text with SPDX identifier. 2022-06-09 07:35:12 +00:00