Re: [net-next v7 3/3] net: ethernet: mtk_eth_soc: Add LRO support

From: Frank Wunderlich

Date: Sat May 09 2026 - 02:08:56 EST


Am 9. Mai 2026 00:37:02 MESZ schrieb Jakub Kicinski <kuba@xxxxxxxxxx>:
>On Wed, 6 May 2026 21:28:03 +0200 Frank Wunderlich wrote:
>> - fix u32 vs. be32 reported by patchwork check

>Have you tested this? I still see an extra sparse warning
>(install sparse and build with make C=1)

I only tested functionality as i had not figured
out how to reproduce
these errors till v7 but already noticed that there are still some open.
I had to self compile sparse and call like you mention.
But I already prepare v8 where these are really fixed.
I just testing 16bit versions of ntoh/hton vs beX_to_cpu.

Sorry for extra version here.

>It'd probably be good to fix the pre-exisiting warnings as the first
>patch in the series while at it.

I send out v8 today. But good to know that no other parts
need to be changed :)

regards Frank