Re: [PATCH rdma-next] RDMA/erdma: restrict the driver to little-endian systems
From: Leon Romanovsky
Date: Thu Aug 06 2026 - 07:34:48 EST
On Thu, 06 Aug 2026 11:48:56 +0300, Leon Romanovsky wrote:
> The eRDMA device interface requires explicit byte ordering, but several
> DMA-visible values that should be little-endian remain native-endian.
> Command request payloads are copied verbatim, data-path SQE headers are
> written without cpu_to_le64(), and kernel doorbell records are assigned
> plain u64 values. The command completion path also reads a little-endian
> SQE header without conversion.
>
> [...]
Applied, thanks!
[1/1] RDMA/erdma: restrict the driver to little-endian systems
https://git.kernel.org/rdma/rdma/c/a12d9145145b21
Best regards,
--
Leon Romanovsky <leonro@xxxxxxxxxx>