[PATCH v4 3/9] net/ixgbe/base: correct definition of macro

2025-03-28 Thread Bruce Richardson
The definition of IXGBE_LE32_TO_CPUS macro is meant to modify the value in place - similar to the le32_to_cpus() macro in kernel. Fixing the definition allows us to remove some warning flags, and removes the need for the uintptr_t typecasts. Fixes: aa4fc14d2cee ("ixgbe: update base driver") Cc: st

Re: [PATCH v4 3/9] net/ixgbe/base: correct definition of macro

2025-03-28 Thread Burakov, Anatoly
On 3/28/2025 12:16 PM, Bruce Richardson wrote: The definition of IXGBE_LE32_TO_CPUS macro is meant to modify the value in place - similar to the le32_to_cpus() macro in kernel. Fixing the definition allows us to remove some warning flags, and removes the need for the uintptr_t typecasts. Fixes: