CHANGELOG: merge two "thread" sections
Change-Id: I573baddeb52537459083b92e78eab612dc0e0f70 Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/452636 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
b5f96b0ea5
commit
59688f4db7
@ -2,10 +2,6 @@
|
||||
|
||||
## v19.04: (Upcoming Release)
|
||||
|
||||
### thread
|
||||
|
||||
spdk_app_start() now only accepts a single context argument.
|
||||
|
||||
### nvme
|
||||
|
||||
Added asynchronous probe support. New APIs spdk_nvme_probe_async(),
|
||||
@ -41,6 +37,8 @@ any registered pollers to be run on the thread.
|
||||
Added spdk_thread_is_idle() function to check if there are any scheduled operations
|
||||
to be performed on the thread at given time.
|
||||
|
||||
spdk_app_start() now only accepts a single context argument.
|
||||
|
||||
### bdev
|
||||
|
||||
An new API `spdk_bdev_get_data_block_size` has been added to get size of data
|
||||
|
Loading…
Reference in New Issue
Block a user