a158309ce5
Previously, this field is used to optimize the code. When we receive the capsule cmd pdu, we need to allocate the related buffer, if there is read or write request. If the related buffer is not valid, then we cannot enter the next pdu handling phase. So we use this field to mark. After carefully checking the code, I think that we use the tcp_req which is assoicated with the pdu, thus it is efficient. Change-Id: Ic1634d706dd40a706269bce199bf6031ea0462c0 Signed-off-by: Ziye Yang <optimistyzy@gmail.com> Reviewed-on: https://review.gerrithub.io/435995 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>