Re: [dpdk-dev] [PATCH 10/21] net/ixgbe/base: move increments after evaluations

2020-06-29 Thread Sun, GuinanX
Hi Ferruh > -Original Message- > From: Yigit, Ferruh > Sent: Monday, June 22, 2020 7:59 PM > To: Sun, GuinanX ; dev@dpdk.org > Cc: Cramer, Jeb J > Subject: Re: [dpdk-dev] [PATCH 10/21] net/ixgbe/base: move increments after > evaluations > > On 6/12/202

Re: [dpdk-dev] [PATCH 10/21] net/ixgbe/base: move increments after evaluations

2020-06-22 Thread Ferruh Yigit
On 6/12/2020 4:23 AM, Guinan Sun wrote: > The retry variable was being incremented before it was evaluated by the > subsequent conditional against the maximum retries to figure out which > message to print. So we'll move the increment op to the end. > > Signed-off-by: Jeb Cramer > Signed-off-by:

[dpdk-dev] [PATCH 10/21] net/ixgbe/base: move increments after evaluations

2020-06-11 Thread Guinan Sun
The retry variable was being incremented before it was evaluated by the subsequent conditional against the maximum retries to figure out which message to print. So we'll move the increment op to the end. Signed-off-by: Jeb Cramer Signed-off-by: Guinan Sun --- drivers/net/ixgbe/base/ixgbe_phy.c