From: Leon Romanovsky Date: Mon, 4 Nov 2024 11:55:56 +0000 (-0500) Subject: Introduce mlx5 data direct placement (DDP) X-Git-Tag: v6.13-rc1~104^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8439662f6f1654733e90453f33db41c6178f1b54;p=thirdparty%2Fkernel%2Fstable.git Introduce mlx5 data direct placement (DDP) This feature allows WRs on the receiver side of the QP to be consumed out of order, permitting the sender side to transmit messages without guaranteeing arrival order on the receiver side. When enabled, the completion ordering of WRs remains in-order, regardless of the Receive WRs consumption order. RDMA Read and RDMA Atomic operations on the responder side continue to be executed in-order, while the ordering of data placement for RDMA Write and Send operations is not guaranteed. Signed-off-by: Leon Romanovsky * mlx5-next: net/mlx5: Introduce data placement ordering bits --- 8439662f6f1654733e90453f33db41c6178f1b54