Re: [Intel-wired-lan] [PATCH iwl-net v2] idpf: add missing cpu_to_le32 in idpf_tx_splitq_build_flow_desc
Jason Xing <[email protected]> Tue, 4 Aug 2026 20:13:59 +0800
| Newsgroups | org.osuosl.intel-wired-lan,org.kernel.vger.netdev |
|---|---|
| Message-ID | <CAL+tcoDDRQz9KJmABC3R+CzVxiS70r+-0=aB86yDdrPHU1EPRA@mail.gmail.com> |
On Tue, Aug 4, 2026 at 5:08=E2=80=AFAM Willem de Bruijn <[email protected]> wrote: > > From: Willem de Bruijn <[email protected]> > > idpf_tx_splitq_build_flow_desc performs a 32-bit store to &cmd_dtype > to set the 8-bit cmd_dtype and zero the adjacent 3-byte timestamp > field in a single operation. > > Descriptors are in little endian. Add missing cpu_to_le32 and cast to > __le32 to ensure the fields are written correctly also on big endian > platforms. > > Fixes: 1a49cf814fe1 ("idpf: add Tx timestamp flows") > Signed-off-by: Willem de Bruijn <[email protected]> > Reviewed-by: Tony Nguyen <[email protected]> Reviewed-by: Jason Xing <[email protected]> Thanks, Jason