Re: [dpdk-dev] [PATCH] net/i40e: fix fail to set TPID with AQ command

2018-07-09 Thread Zhang, Qi Z
> -Original Message- > From: Xing, Beilei > Sent: Thursday, July 5, 2018 3:03 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Wu, Jingjing ; Zheng, James > ; sta...@dpdk.org > Subject: [PATCH] net/i40e: fix fail to set TPID with AQ command > > TPID can be set by set_switch_config AdminQ comma

[dpdk-dev] [PATCH] net/i40e: fix fail to set TPID with AQ command

2018-07-05 Thread Beilei Xing
TPID can be set by set_switch_config AdminQ command on new FW release. But find fail to set 0x88A8 on some NICs. According to the datasheet, Switch Tag value should not be identical to either the First Tag or Second Tag values. So set something other than common Ethertype for internal switching. F