From fd7c1ff2d88528aaa333a25fe2fffaa88dbcbee0 Mon Sep 17 00:00:00 2001 From: Ziye Yang Date: Mon, 14 Dec 2020 23:02:54 +0800 Subject: [PATCH] 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 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5564 Community-CI: Broadcom CI Reviewed-by: Changpeng Liu Reviewed-by: Aleksey Marchuk Reviewed-by: Tested-by: SPDK CI Jenkins --- CHANGELOG.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 053e3c697..51699e720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.