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

2015-07-03 Thread Zhang, Helin
> -Original Message- > From: Olivier MATZ [mailto:olivier.matz at 6wind.com] > Sent: Thursday, July 2, 2015 5:32 PM > To: Zhang, Helin; dev at dpdk.org > Cc: Cao, Waterman; Liang, Cunming; Liu, Jijiang; Ananyev, Konstantin; > Richardson, > Bruce; yongwang at vmware.com; Wu, Jingjing > Su

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

2015-07-02 Thread Olivier MATZ
Hi Helin, On 07/02/2015 03:30 AM, Zhang, Helin wrote: > Hi Oliver > > Thanks for your helps! > >> -Original Message- >> From: Olivier MATZ [mailto:olivier.matz at 6wind.com] >> Sent: Tuesday, June 30, 2015 4:44 PM >> To: Zhang, Helin; dev at dpdk.org >> Cc: Cao, Waterman; Liang, Cunming; L

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

2015-07-02 Thread Zhang, Helin
Hi Oliver Thanks for your helps! > -Original Message- > From: Olivier MATZ [mailto:olivier.matz at 6wind.com] > Sent: Tuesday, June 30, 2015 4:44 PM > To: Zhang, Helin; dev at dpdk.org > Cc: Cao, Waterman; Liang, Cunming; Liu, Jijiang; Ananyev, Konstantin; > Richardson, > Bruce; yongwang

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

2015-06-30 Thread Olivier MATZ
Hi Helin, This is greatly documented, thanks! Please find a small comment below. On 06/23/2015 03:50 AM, 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 exampl

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

2015-06-23 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 type