[dpdk-dev] [PATCH v4 03/18] mbuf: add definitions of unified packet types

2015-02-27 Thread Helin Zhang
As there are only 6 bit flags in ol_flags for indicating packet types, which is not enough to describe all the possible packet types hardware can recognize. For example, i40e hardware can recognize more than 150 packet types. Unified packet type is composed of L2 type, L3 type, L4 type, tunnel

[dpdk-dev] [PATCH v4 03/18] mbuf: add definitions of unified packet types

2015-02-27 Thread Olivier MATZ
Hi Helin, On 02/27/2015 02:11 PM, Helin Zhang wrote: > As there are only 6 bit flags in ol_flags for indicating packet > types, which is not enough to describe all the possible packet > types hardware can recognize. For example, i40e hardware can > recognize more than 150 packet types. Unified