Re: [dpdk-dev] [PATCH v4 0/3] net/i40e: configurable PTYPE mapping

2017-03-31 Thread Zhang, Qi Z
> -Original Message- > From: Yigit, Ferruh > Sent: Friday, March 31, 2017 9:57 PM > To: Zhang, Qi Z ; Wu, Jingjing > ; Zhang, Helin > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4 0/3] net/i40e: configurable PTYPE > mapping > > On 3/30/2017 12:

Re: [dpdk-dev] [PATCH v4 0/3] net/i40e: configurable PTYPE mapping

2017-03-31 Thread Ferruh Yigit
On 3/30/2017 12:29 PM, Qi Zhang wrote: > The patch set create new APIs that help to change the mapping from hardware > defined packet type to software defined packet type for i40e NICs. > Keep these APIs private is because currently they are only meaningful for > devices that support dynamic PTYPE

Re: [dpdk-dev] [PATCH v4 0/3] net/i40e: configurable PTYPE mapping

2017-03-30 Thread Wu, Jingjing
> -Original Message- > From: Zhang, Qi Z > Sent: Thursday, March 30, 2017 7:30 PM > To: Wu, Jingjing ; Zhang, Helin > > Cc: dev@dpdk.org; Zhang, Qi Z > Subject: [PATCH v4 0/3] net/i40e: configurable PTYPE mapping > > The patch set create new APIs that help to change the mapping from ha

[dpdk-dev] [PATCH v4 0/3] net/i40e: configurable PTYPE mapping

2017-03-30 Thread Qi Zhang
The patch set create new APIs that help to change the mapping from hardware defined packet type to software defined packet type for i40e NICs. Keep these APIs private is because currently they are only meaningful for devices that support dynamic PTYPE configuration, which may not be a general devi