Re: [dpdk-dev] [PATCH] app/testpmd: fix compilation with I40E disabled

2017-10-09 Thread Ferruh Yigit
On 10/9/2017 3:38 PM, Kirill Rybalchenko wrote: > Precompiler instructions #ifdef RTE_LIBRTE_I40E_PMD ... #endif > were not placed correctly, which caused number of > compilation errors if I40E PMD is disabled. > > Fixes: 5a4806d304e0 ("app/testpmd: support updating pctype mapping") > > Signed-of

[dpdk-dev] [PATCH] app/testpmd: fix compilation with I40E disabled

2017-10-09 Thread Kirill Rybalchenko
Precompiler instructions #ifdef RTE_LIBRTE_I40E_PMD ... #endif were not placed correctly, which caused number of compilation errors if I40E PMD is disabled. Fixes: 5a4806d304e0 ("app/testpmd: support updating pctype mapping") Signed-off-by: Kirill Rybalchenko --- app/test-pmd/cmdline.c | 7 +++-