Commit fd7c1ff2 authored by Ziye Yang's avatar Ziye Yang Committed by Tomasz Zawadzki
Browse files

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: default avatarZiye Yang <ziye.yang@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5564


Community-CI: Broadcom CI
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: default avatar <dongx.yi@intel.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
parent d949f557
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -2,12 +2,6 @@

## 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

The pci_whitelist and pci_blacklist members of struct spdk_app_opts have been
@@ -27,6 +21,10 @@ main_core respectively.

### 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
cb_fn and cb_arg to call upon completion, and their execution can be asynchronous.