29e8013d05
Previously when operation for blobstore was spanning multiple clusters, it was split into multiple operation processed in a batch. This made it possible to max out channel ops when using large enough operation. It was encountered when issuing unmap for whole device. Now single large operation is processed sequentially, making it take at most one ops from channel. Fixes #251 Fixes #250 Change-Id: I132309877ba3b2d7217332daf1025fb5f9ee74d0 Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-on: https://review.gerrithub.io/403306 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> |
||
---|---|---|
.. | ||
bdev | ||
blob_bs_dev.c | ||
blobstore.c | ||
blobstore.h | ||
Makefile | ||
request.c | ||
request.h | ||
zeroes.c |