app/testpmd: add L3 packet type in offload flags
authorHelin Zhang <helin.zhang@intel.com>
Thu, 5 Jun 2014 05:09:00 +0000 (13:09 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 17 Jun 2014 16:22:31 +0000 (18:22 +0200)
commit00685b0fe2a34ae15cd1e305ec2c3ae075ed2ea8
treeeedd8e02c30bd8ddd0507a4dea7d9c8bb32691df
parentac2ece3fb1f5511b96b595d6cd6861d25520b99b
app/testpmd: add L3 packet type in offload flags

As i40e PMD need to know the L3 packet type for TX checksum offloading,
the packet type has been added in rte_mbuf offload flags.

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Signed-off-by: Jing Chen <jing.d.chen@intel.com>
Acked-by: Cunming Liang <cunming.liang@intel.com>
Acked-by: Jijiang Liu <jijiang.liu@intel.com>
Acked-by: Jingjing Wu <jingjing.wu@intel.com>
Acked-by: Heqing Zhu <heqing.zhu@intel.com>
Tested-by: Waterman Cao <waterman.cao@intel.com>
app/test-pmd/csumonly.c