Re: [dpdk-dev] [PATCH v1] net/i40e: enable the loopback function if it is X722 MAC

2018-10-23 Thread Zhang, Qi Z
> -Original Message- > From: Wang, Haiyue > Sent: Monday, October 22, 2018 2:48 AM > To: dev@dpdk.org; Zhang, Qi Z ; Wu, Jingjing > ; Lu, Wenzhuo > Cc: Chilikin, Andrey ; Wang, Haiyue > > Subject: [PATCH v1] net/i40e: enable the loopback function if it is X722 MAC > > In FVL, there wa

[dpdk-dev] [PATCH v1] net/i40e: enable the loopback function if it is X722 MAC

2018-10-22 Thread Haiyue Wang
In FVL, there was an issue and it didn't support the loopback function before FW 5.0. For FPK (X722) it should work. So it needs to distinguish between the devices by checking MAC type. Fixes: 689bba33272d (i40e: add VEB switching support) Fixes: bce83974ba2c (net/i40e: set Tx loopback from PF)