Re: [dpdk-dev] [PATCH] app/testpmd: handle unused variables

2018-04-18 Thread Thomas Monjalon
18/04/2018 17:31, Wisam Jaddo: > Unused variables will appear when setting RTE_LIBRTE_I40E_PMD > to be disabled. > > The fix was to move these variables to the I40E_PMD scope, > since only I40E_PMD is using it. > > Fixes: a9dbe1802226 ("fix ethdev port id validation") > > Signed-off-by: Wisam Ja

[dpdk-dev] [PATCH] app/testpmd: handle unused variables

2018-04-18 Thread Wisam Jaddo
Unused variables will appear when setting RTE_LIBRTE_I40E_PMD to be disabled. The fix was to move these variables to the I40E_PMD scope, since only I40E_PMD is using it. Fixes: a9dbe1802226 ("fix ethdev port id validation") Cc: tho...@monjalon.net Signed-off-by: Wisam Jaddo --- app/test-pmd/cm