diff --git a/CHANGELOG.md b/CHANGELOG.md index d98e24c8b..625501165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ ## v20.01: (Upcoming Release) +### ftl + +All NVMe dependencies were removed from ftl library. +From now ftl library is using bdev_zone API. +bdev_ftl becomes virtual bdev. + +`ctrlr` and `trid` fields in `spdk_ftl_dev_init_opts` structure were replaced by +`base_bdev_desc`. + +`bdev_ftl_create` RPC method `trtype` and `traddr` parameters were replaced by `base_bdev` +parameter. + +`spdk_ftl_module_init` and `spdk_ftl_module_fini` functions were removed. + +`spdk_ftl_punit_range` and `ftl_module_init_opts` structures were removed. + ### sock Added spdk_sock_writev_async for performing asynchronous writes to sockets. This call will