Re: [PATCH v2 net-next] ixgbe: Fix endian handling for ACI descriptor registers

From: Przemek Kitszel
Date: Mon Jan 27 2025 - 06:30:43 EST


On 1/21/25 14:50, Dheeraj Reddy Jonnalagadda wrote:

@Dheeraj, do you want to hone your minimal fix to avoid sparse warnings?

Sure, I will update the patch to avoid sparse warnings.

follow up question: do you want to proceed with a full conversion?

@Michal is going to send patches that depend on this "full conversion"
next month, so he could also take care of the "full conversion".

I don't mind sending a patch with the full conversion. Although that
would have quite a few changes. To clarify

1. Are we updating both @reg and @value to be __le32 ?
2. Should we also update ixgbe_read_reg() to also handle and return
__le32 values?

-Dheeraj

Hi, noone objected, so the answer is 2 x Yes