45b5808eba
spdk_bdev_zone_append() allows writing to open zone from multiple threads or from single thread with queue depth greater than one. Zone first logical address and number of blocks to be written are provided by user. Logical block address of written data is returned in completion callback. Change-Id: I4da994d72b7e0fe6621962e3b0f2380940ec3b45 Signed-off-by: Wojciech Malikowski <wojciech.malikowski@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/461614 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>