app/testpmd: introduce vxlan parsing function in csum fwd engine
authorOlivier Matz <olivier.matz@6wind.com>
Fri, 13 Feb 2015 09:22:43 +0000 (10:22 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 16 Feb 2015 18:21:18 +0000 (19:21 +0100)
commitc10a026c3b03a9d3b5fb5e9ee92c57a59e2e821c
treefe66023a8c15bd01da2c13bca07f968fd80ba345
parentc5b60331108c725b563403af10e8cf2d052ecb6e
app/testpmd: introduce vxlan parsing function in csum fwd engine

Move code parsing vxlan into a function. It will ease the support
of GRE tunnels and IPIP tunnels in next commits.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Jijiang Liu <jijiang.liu@intel.com>
app/test-pmd/csumonly.c