changelog: Make two nvmf change section into one
I think that it was caused two different patches, so merging the two nvmf change part into one for 20.01 release. Change-Id: I906945b5ff059f9e01d0e5a33bc25744b79241e2 Signed-off-by: Ziye Yang <ziye.yang@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5564 Community-CI: Broadcom CI Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: <dongx.yi@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
d949f55737
commit
fd7c1ff2d8
10
CHANGELOG.md
10
CHANGELOG.md
@ -2,12 +2,6 @@
|
|||||||
|
|
||||||
## v21.01: (Upcoming Release)
|
## v21.01: (Upcoming Release)
|
||||||
|
|
||||||
### nvmf
|
|
||||||
|
|
||||||
Broadcom FC LLD driver and SPDK NVMe-oF FC transport consolidated one LLD API,
|
|
||||||
`nvmf_fc_init_poller_queues` into another LLD API `nvmf_fc_init_q`.
|
|
||||||
Hence updating Broadcom FC LLD driver to the latest is required.
|
|
||||||
|
|
||||||
### event
|
### event
|
||||||
|
|
||||||
The pci_whitelist and pci_blacklist members of struct spdk_app_opts have been
|
The pci_whitelist and pci_blacklist members of struct spdk_app_opts have been
|
||||||
@ -27,6 +21,10 @@ main_core respectively.
|
|||||||
|
|
||||||
### nvmf
|
### nvmf
|
||||||
|
|
||||||
|
Broadcom FC LLD driver and SPDK NVMe-oF FC transport consolidated one LLD API,
|
||||||
|
`nvmf_fc_init_poller_queues` into another LLD API `nvmf_fc_init_q`.
|
||||||
|
Hence updating Broadcom FC LLD driver to the latest is required.
|
||||||
|
|
||||||
The functions `destroy` and `qpair_fini` in the transport interface now accept a
|
The functions `destroy` and `qpair_fini` in the transport interface now accept a
|
||||||
cb_fn and cb_arg to call upon completion, and their execution can be asynchronous.
|
cb_fn and cb_arg to call upon completion, and their execution can be asynchronous.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user