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.