app: replace some offload flags with packet type
authorHelin Zhang <helin.zhang@intel.com>
Thu, 9 Jul 2015 16:31:32 +0000 (00:31 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 15 Jul 2015 22:57:47 +0000 (00:57 +0200)
commit9e972be2b7675f09caa58ca1587dcadfc7b6d860
treecb61bcefacd87fe17cbbc0ea516631bd5f8e0b32
parent429df3803a16124d5cd4a198c04b2fbee30ab848
app: replace some offload flags with packet type

To unify packet types among all PMDs, bit masks of packet type for
'ol_flags' are replaced by unified packet type.
To avoid breaking ABI compatibility, all the changes would be
enabled by RTE_NEXT_ABI.

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
app/test-pipeline/pipeline_hash.c
app/test-pmd/csumonly.c
app/test-pmd/rxonly.c
app/test/packet_burst_generator.c