mbuf: replace inner fields by outer fields semantic
authorJijiang Liu <jijiang.liu@intel.com>
Tue, 2 Dec 2014 15:06:07 +0000 (23:06 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 5 Dec 2014 15:55:00 +0000 (16:55 +0100)
commitc14236f210d80815cdf3f317b3396493ab3156f9
treed7b008fc3579af145c8bd7a05559080176a3165b
parent1c3b7c33e977d507c4d6b5963f5363f9418ca880
mbuf: replace inner fields by outer fields semantic

Replace the inner_l2_len and the inner_l3_len field with the
outer_l2_len and outer_l3_len field, and rework csum forward engine
and i40e PMD due to these changes.

Signed-off-by: Jijiang Liu <jijiang.liu@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
app/test-pmd/csumonly.c
lib/librte_mbuf/rte_mbuf.h
lib/librte_pmd_i40e/i40e_rxtx.c