+18
−16
Loading
We had not considered a case that incoming data to the second data buffer was split into multiple TCP packets when merging incoming data up to 64KB. We do not change the unit test because we already have data check and it is very hard to include partial read into the data check. However, it is very usual that incoming data is split into multple TCP packets. The feature to merge incoming data up to 64KB will be actually enabled in the following patches. So we rely on the I/O test to verify this fix. Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I50d702d6c118bc16f0767845136e14414ccdf813 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9736 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> 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>