Re: [PATCH rdma-next] RDMA/erdma: restrict the driver to little-endian systems
Leon Romanovsky <[email protected]>
| Newsgroups | org.kernel.vger.linux-rdma,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>