[dpdk-dev] [PATCH] testpmd: fix enumerated type mixed with another type

2016-03-22 Thread Thomas Monjalon
2016-03-22 15:52, Tomasz Kulasek: > This patch fixes error #188: enumerated type mixed with another type, > when uint32_t is casted on enum type in icc. > > Fixes: 05f1b9c82ec2 ("app/testpmd: add commands for L2 tunnel config") > > Signed-off-by: Tomasz Kulasek Applied, thanks

[dpdk-dev] [PATCH] testpmd: fix enumerated type mixed with another type

2016-03-22 Thread Tomasz Kulasek
This patch fixes error #188: enumerated type mixed with another type, when uint32_t is casted on enum type in icc. Fixes: 05f1b9c82ec2 ("app/testpmd: add commands for L2 tunnel config") Signed-off-by: Tomasz Kulasek --- app/test-pmd/cmdline.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletio