> -----Original Message----- > From: Guo, Jia > Sent: Tuesday, October 25, 2016 10:26 AM > To: Zhang, Helin <helin.zhang at intel.com>; Wu, Jingjing <jingjing.wu at > intel.com> > Cc: dev at dpdk.org; Guo, Jia <jia.guo at intel.com> > Subject: [PATCH v2] net/i40e: fix fdir configure failed issue in X710 > > 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?) > Signed-off-by: Jeff Guo <jia.guo at intel.com>
Acked-by: Jingjing Wu <jingjing.wu at intel.com> Thanks Jingjing