CHANGELOG: Update about I/O abort feature
Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: Ic0b4c704eb6dfee32131a6bc79836f92520fc593 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3471 Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot
This commit is contained in:
parent
e9b3a0e1b5
commit
45a2d80429
11
CHANGELOG.md
11
CHANGELOG.md
@ -30,11 +30,22 @@ are automatically assigned to poll groups by the underlying transport. Further,
|
||||
takes a function pointer as an argument. Instead, transports should call
|
||||
`spdk_nvmf_tgt_new_qpair` whenever they previously would have called that callback.
|
||||
|
||||
The NVMe-oF target now supports aborting any submitted NVM or Admin command. Previously,
|
||||
the NVMe-oF target could abort only Asynchronous Event Request commands.
|
||||
|
||||
### nvme
|
||||
|
||||
Add `opts_size` in `spdk_nvme_ctrlr_opts` structure in order to solve the compatiblity issue
|
||||
for different ABI version.
|
||||
|
||||
A new API `spdk_nvme_ctrlr_cmd_abort_ext` has been added to abort previously submitted
|
||||
commands whose callback argument match.
|
||||
|
||||
### bdev
|
||||
|
||||
A new API `spdk_bdev_abort` has been added to submit abort requests to abort all I/Os
|
||||
whose callback context match to the bdev on the given channel.
|
||||
|
||||
### RPC
|
||||
|
||||
Command line parameters `-r` and `--rpc-socket` will longer accept TCP ports. RPC server
|
||||
|
Loading…
Reference in New Issue
Block a user