+7
−2
Loading
Previously ublk just always allocated 64KB buffers, regardless of the actual IO size. But now that we are using the iobuf pools, we want to request the properly sized buffers, since there are many more small (8KB or less) buffers than the larger buffers. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: Ia30b2b391fd40fe303aeff6e8529eae560879fb1 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17927 Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com>