Re: [dpdk-dev] [PATCH v6 1/3] net/i40e: enable per dev PTYPE mapping table

2017-04-03 Thread Zhang, Qi Z
> -Original Message- > From: Yigit, Ferruh > Sent: Monday, April 3, 2017 6:12 PM > To: Zhang, Qi Z > Cc: Wu, Jingjing ; Zhang, Helin > ; dev@dpdk.org > Subject: Re: [PATCH v6 1/3] net/i40e: enable per dev PTYPE mapping table > > On 4/3/2017 11:51 AM, Qi Zhang wrote: > > The mapping from

Re: [dpdk-dev] [PATCH v6 1/3] net/i40e: enable per dev PTYPE mapping table

2017-04-03 Thread Ferruh Yigit
On 4/3/2017 11:51 AM, Qi Zhang wrote: > The mapping from hardware defined packet type to software defined > packet type is static for i40e device, the patch let each ethdev to > to have their own copy of mapping table, this give the possibility > that different ethdev can be set different PTYPE map

[dpdk-dev] [PATCH v6 1/3] net/i40e: enable per dev PTYPE mapping table

2017-04-03 Thread Qi Zhang
The mapping from hardware defined packet type to software defined packet type is static for i40e device, the patch let each ethdev to to have their own copy of mapping table, this give the possibility that different ethdev can be set different PTYPE mapping rule which is the requirement to support