Re: [PATCH v3 03/10] net/ice/base: fix integer overflow issue

2025-06-02 Thread Burakov, Anatoly
On 5/27/2025 3:17 PM, Dhanya Pillai wrote: From: Lukasz Krakowiak Fix issue related to INTEGER_OVERFLOW. I would also suggest rewording the commit message. Even something like the following would be better: Fix integer overflow issue in power of 2 calculation. Fixes: f636f2888cec ("net/

Re: [PATCH v3 03/10] net/ice/base: fix integer overflow issue

2025-05-27 Thread Bruce Richardson
On Tue, May 27, 2025 at 01:17:22PM +, Dhanya Pillai wrote: > From: Lukasz Krakowiak > > Fix issue related to INTEGER_OVERFLOW. > > Fixes: f636f2888cec ("net/ice/base: move and add some help function and > macros") Minor nit, that commit just moves the function about, but does not introduce

[PATCH v3 03/10] net/ice/base: fix integer overflow issue

2025-05-27 Thread Dhanya Pillai
From: Lukasz Krakowiak Fix issue related to INTEGER_OVERFLOW. Fixes: f636f2888cec ("net/ice/base: move and add some help function and macros") Cc: sta...@dpdk.org Signed-off-by: Lukasz Krakowiak Signed-off-by: Dhanya Pillai --- drivers/net/intel/ice/base/ice_type.h | 2 +- 1 file changed, 1 i