[dpdk-dev] [PATCH v2] net/i40e: fix fdir configure failed issue in X710

2016-10-25 Thread Bruce Richardson
On Tue, Oct 25, 2016 at 10:28:22AM +, Wu, Jingjing wrote: > > > > -Original Message- > > From: Guo, Jia > > Sent: Tuesday, October 25, 2016 10:26 AM > > To: Zhang, Helin ; Wu, Jingjing > intel.com> > > Cc: dev at dpdk.org; Guo, Jia > > Subject: [PATCH v2] net/i40e: fix fdir

[dpdk-dev] [PATCH v2] net/i40e: fix fdir configure failed issue in X710

2016-10-25 Thread Wu, Jingjing
> -Original Message- > From: Guo, Jia > Sent: Tuesday, October 25, 2016 10:26 AM > To: Zhang, Helin ; Wu, Jingjing intel.com> > Cc: dev at dpdk.org; Guo, Jia > Subject: [PATCH v2] net/i40e: fix fdir configure failed issue in X710 > > Because of some register is only supported by X722,

[dpdk-dev] [PATCH v2] net/i40e: fix fdir configure failed issue in X710

2016-10-24 Thread Jeff Guo
Because of some register is only supported by X722, such as I40E_GLQF_FD_PCTYPES, so it need to use the mac type to distinguish the behavior of X722 from X710 and other NICs, or it would result X710 functional failed. Fixes: 8c5cb3c11513 (?net/i40e: add packet type translation for X722?)