net/i40e: fix ethertype filter for new FW
authorBeilei Xing <beilei.xing@intel.com>
Tue, 18 Jul 2017 03:07:07 +0000 (11:07 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 19 Jul 2017 08:09:13 +0000 (11:09 +0300)
commit77370db964f7d8a58f5914b1b805e6b093107d59
tree969f92230c350b4b04b71fd5d5f15d427fb8d156
parent7c2d03d65f5e77705dbfbafdef4acab1594ee290
net/i40e: fix ethertype filter for new FW

Previously SW workaround for GL_SWR_PRI_JOIN_MAP is added for X710
performance. As new FW version 6.0 supports ADQ,
value for GL_SWR_PRI_JOIN_MAP should be changed, otherwise
ehtertype filter will be impacted.

Fixes: 973273c7a4b7 ("i40e: workaround for X710 performance")
Cc: stable@dpdk.org
Signed-off-by: Beilei Xing <beilei.xing@intel.com>
drivers/net/i40e/i40e_ethdev.c