app/testpmd: fix build with icc 13
authorHelin Zhang <helin.zhang@intel.com>
Wed, 11 Nov 2015 06:11:16 +0000 (14:11 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 11 Nov 2015 18:38:11 +0000 (19:38 +0100)
commit64ee9e4815b21d0ceeb0ca9800a5b656ffccbac8
tree99165224aa6a87a092820afe874d29240c0c9952
parent695ae2788ec665b47db40805a1e999346027b3ba
app/testpmd: fix build with icc 13

It fixes compile issue on ICC 13.0.0.

Error logs:
app/test-pmd/cmdline.c(8160): error #188: enumerated type mixed
with another type
    entry.input.flow.tunnel_flow.tunnel_type =
        str2fdir_tunneltype(res->tunnel_type);

Fixes: 53b2bb9b7ea7 ("app/testpmd: new flow director commands")

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
app/test-pmd/cmdline.c