Re: [dpdk-dev] [PATCH] net/dpaa2: fix incorrect loop increment

2019-04-25 Thread Ferruh Yigit
On 4/25/2019 2:34 PM, Shreyansh Jain wrote: > Identified by LGTM, the loop was incorrectly incrementing a different > variable and conditional on another. > > Fixes: fe2b986ac662 ("net/dpaa2: support generic flow") > Cc: sunil.k...@nxp.com > > Suggested-by: Ferruh Yigit > Signed-off-by: Shreyans

[dpdk-dev] [PATCH] net/dpaa2: fix incorrect loop increment

2019-04-25 Thread Shreyansh Jain
Identified by LGTM, the loop was incorrectly incrementing a different variable and conditional on another. Fixes: fe2b986ac662 ("net/dpaa2: support generic flow") Cc: sunil.k...@nxp.com Suggested-by: Ferruh Yigit Signed-off-by: Shreyansh Jain --- drivers/net/dpaa2/dpaa2_flow.c | 2 +- 1 file c