Re: [PATCH v2 01/10] app/test: do not duplicated loop variable

2024-11-15 Thread Bruce Richardson
On Thu, Nov 14, 2024 at 11:24:59AM -0800, Stephen Hemminger wrote: > Do not use same variable for outer and inner loop in bonding test. > Since the loop is just freeing the resulting burst use bulk free. > > Link: https://pvs-studio.com/en/blog/posts/cpp/1179/ > > Fixes: 92073ef961ee ("bond: unit

[PATCH v2 01/10] app/test: do not duplicated loop variable

2024-11-14 Thread Stephen Hemminger
Do not use same variable for outer and inner loop in bonding test. Since the loop is just freeing the resulting burst use bulk free. Link: https://pvs-studio.com/en/blog/posts/cpp/1179/ Fixes: 92073ef961ee ("bond: unit tests") Cc: declan.dohe...@intel.com Cc: sta...@dpdk.org Signed-off-by: Steph