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

2016-10-24 Thread Wu, Jingjing
> -Original Message- > From: Guo, Jia > Sent: Thursday, October 20, 2016 10:48 AM > To: Zhang, Helin ; Wu, Jingjing intel.com> > Cc: dev at dpdk.org; Guo, Jia ; Yigit, Ferruh > > Subject: [PATCH] net/i40e: fix fdir configure failed issue in X710 > > The correct way to distinguish the

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

2016-10-19 Thread Jeff Guo
The correct way to distinguish the behavior of X722 and X710 or other NICs should be using the mac type but not X722 macro. Fixes: 8c5cb3c11513 (?net/i40e: add packet type translation for X722?) Signed-off-by: Jeff Guo --- drivers/net/i40e/i40e_ethdev.c| 103 +