K 10 svn:author V 8 kbowling K 8 svn:date V 27 2021-09-14T00:50:26.911553Z K 7 svn:log V 707 ixgbe: move increments after evaluations 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 Reviewed-by: Wei Zhao Approved by: imp Obtained from: DPDK (390445ec30b4c52a3d2887c3d2a202d9cf37ea8e) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D31621 (cherry picked from commit dc11ba4eb3fe5cce615f361de83e85e07005ca24) Git Hash: 4cfdd23e189f369079462a2fd216b4dfc3b51993 Git Author: guinanx.sun@intel.com END