Re: [PATCH v12 16/22] gpu: nova-core: add MCTP/NVDM protocol types for firmware communication
From: Alexandre Courbot
Date: Tue Jun 02 2026 - 22:44:14 EST
On Tue Jun 2, 2026 at 2:36 PM JST, sashiko-bot wrote:
> Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
> - [High] Wire-format protocol headers are defined using native `u32` instead of explicit little-endian types, causing incorrect byte-order on big-endian architectures.
Nova being little-endian only, we can ignore these.