Re: [PATCH 1/6] RDMA/rxe: handle ICRC correctly on big endian systems

From: Jason Gunthorpe
Date: Thu Jan 30 2025 - 08:52:33 EST


On Wed, Jan 29, 2025 at 06:04:03PM -0800, Eric Biggers wrote:
> > From a spec perspective is *total nonsense* to describe something the
> > spec explicitly says is big endian as little endian.
>
> The spec also says "The least significant bit, most significant byte first
> ordering of the packet does not apply to the ICRC field."

I'm pretty sure this is text trying to explain the Remainder -> ICRC
transformation in Figure 57.

Jason