app/testpmd: support NVGRE in Tx checksum offload
authorJijiang Liu <jijiang.liu@intel.com>
Fri, 20 Feb 2015 17:01:47 +0000 (17:01 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 23 Feb 2015 15:38:21 +0000 (16:38 +0100)
commitb297cdca3de0c6c13f8187ede41af505654a4896
tree7adef0156296b1e2e3c9396046085118b5861138
parent7d1da6342d9ae41c8a238b3c2cd9eb72aba0a8ed
app/testpmd: support NVGRE in Tx checksum offload

Enhance csum fwd engine based on current TX checksum framework in order
to test TX Checksum offload for NVGRE packet.

It includes:
 - IPv4 and IPv6 packet
 - outer L3, inner L3 and L4 checksum offload for Tx side.

Signed-off-by: Jijiang Liu <jijiang.liu@intel.com>
Signed-off-by: Declan Doherty <declan.doherty@intel.com>
app/test-pmd/csumonly.c