+6
−6
Loading
When copying the NVMe command from the request to the actual submission queue slot, use a non-temporal move instruction. The submission queue slots are never read by software - only written to. So don't pollute the CPU cache with their contents. Change-Id: I112f721abfac03bd7b33ec9ddf783d4bf2952b42 Signed-off-by:Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/450193 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Xiaodong Liu <xiaodong.liu@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>