summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorWillem de Bruijn <willemb@google.com>2026-08-03 17:06:23 -0400
committerTony Nguyen <anthony.l.nguyen@intel.com>2026-08-11 13:22:57 -0700
commitb802a8c1ca16f9490fa0cb3110c00c10d52b392d (patch)
tree8c644d5957c4fdf42916735d4967e3a156a19fd3 /tools/perf/scripts/python/bin
parentdf88d6f1ed653993bd5c8647aef0e6498f4b1647 (diff)
idpf: add missing cpu_to_le32 in idpf_tx_splitq_build_flow_desc
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 <willemb@google.com> Reviewed-by: Jason Xing <kerneljasonxing@gmail.com> Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions