Re: [dpdk-dev] net/i40e: fix hash input set issue on X722

2017-04-11 Thread Ferruh Yigit
On 4/11/2017 4:43 AM, Wu, Jingjing wrote: > > >> -Original Message- >> From: Guo, Jia >> Sent: Thursday, April 6, 2017 10:35 AM >> To: Zhang, Helin ; Wu, Jingjing >> >> Cc: dev@dpdk.org; Guo, Jia >> Subject: [dpdk-dev] net/i40e: fix ha

Re: [dpdk-dev] net/i40e: fix hash input set issue on X722

2017-04-10 Thread Wu, Jingjing
> -Original Message- > From: Guo, Jia > Sent: Thursday, April 6, 2017 10:35 AM > To: Zhang, Helin ; Wu, Jingjing > Cc: dev@dpdk.org; Guo, Jia > Subject: [dpdk-dev] net/i40e: fix hash input set issue on X722 > > Since there are some new pctypes on X722, but rec

[dpdk-dev] net/i40e: fix hash input set issue on X722

2017-04-05 Thread Jeff Guo
Since there are some new pctypes on X722, but recently they have not been announced on the RTE lib, so if it can not correspondently set hash input set for these packet type, the hash function won’t work. So we need to handle them base on the translation of the new PCTYPE and the original PCTYPE.