+4
−2
Loading
Not inlining all host to controller operations breaks the target within the context of fused commands. This issue was discovered when enabling the compare-and-write fused command. Only the write command buffer was being inlined which caused the write to jump the compare in the transport specific state machine on the target side before our fused command checks in the generic code. Change-Id: I9e52ae6160e01ffd36d20429ffc8459491c729ef Signed-off-by:Seth Howell <seth.howell@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/482001 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>