[dpdk-dev] [PATCH 12/20] testpmd: introduce parse_vxlan in csum fwd engine

2015-02-02 Thread Liu, Jijiang
Hi, > -Original Message- > From: Olivier Matz [mailto:olivier.matz at 6wind.com] > Sent: Friday, January 30, 2015 9:16 PM > To: dev at dpdk.org > Cc: Ananyev, Konstantin; Liu, Jijiang; Zhang, Helin; olivier.matz at 6wind.com > Subject: [PATCH 12/20] testpmd: introduce parse_vxlan in csum

[dpdk-dev] [PATCH 12/20] testpmd: introduce parse_vxlan in csum fwd engine

2015-01-30 Thread Olivier Matz
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 --- app/test-pmd/csumonly.c | 68 +++-- 1 file changed, 37 insertions(+), 31 deletions(-) diff --git