Spdk/module/bdev/nvme
Changpeng Liu ebb01092a3 nvme/opal: use secure erase API again
Commit 8c1d107 added a new erase API and renamed the original
API with "secure_" prefix according to the specification, as the
secure one will not cryptographically erase user data, due to
the limitation from the drive, only the secure API can be
supported, so changing the caller to use the original again.

Change-Id: I25cb054e728065d9ae9c6c30aa0ab374d60cf6f6
Signed-off-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1519
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
2020-04-01 01:08:39 +00:00
..
bdev_nvme_cuse_rpc.c lib/nvme: remove device name parameter from nvme cuse 2019-12-09 17:40:35 +00:00
bdev_nvme_rpc.c vbdev: close the base bdev on its opened thread 2020-02-25 10:46:40 +00:00
bdev_nvme.c bdev/nvme: set default admin poll period to 10ms 2020-03-24 12:24:04 +00:00
bdev_nvme.h bdev/nvme: Add 'delay_cmd_submit' to nvme bdev options 2019-12-10 17:32:10 +00:00
bdev_ocssd_rpc.c bdev/ocssd: fixed leaking range buffer 2019-12-23 08:43:34 +00:00
bdev_ocssd.c bdev/ocssd: track outstanding admin commands 2020-03-13 08:53:39 +00:00
bdev_ocssd.h bdev/ocssd: media management events 2019-12-20 10:02:15 +00:00
common.c nvme/opal: remove the revert asynchronous API 2020-03-25 07:52:28 +00:00
common.h nvme/opal: remove the revert asynchronous API 2020-03-25 07:52:28 +00:00
Makefile nvme/opal: remove the revert asynchronous API 2020-03-25 07:52:28 +00:00
nvme_rpc.c nvme/rpc: fix memory leak when cmdbuf decode fails for bdev_nvme_send_cmd 2020-02-10 10:24:28 +00:00
vbdev_opal_rpc.c nvme/opal: remove the revert asynchronous API 2020-03-25 07:52:28 +00:00
vbdev_opal.c nvme/opal: use secure erase API again 2020-04-01 01:08:39 +00:00
vbdev_opal.h nvme/opal: remove the revert asynchronous API 2020-03-25 07:52:28 +00:00