vmxnet3: replace some offload flags with packet type
authorHelin Zhang <helin.zhang@intel.com>
Thu, 9 Jul 2015 16:31:29 +0000 (00:31 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 15 Jul 2015 22:57:32 +0000 (00:57 +0200)
commit15072df01db6ebebdcb1ffe9d459072ce23f5d34
tree76b38bb6b05ac1cca14bd51c41f654571ae51ca3
parent7578327b9dd7705b52abe85016c30d43dc0ad7bc
vmxnet3: 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>
drivers/net/vmxnet3/vmxnet3_rxtx.c