Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix setting VF MAC address

2020-03-12 Thread Ye Xiaolong
On 03/11, Guinan Sun wrote: >The reason why PF cannot receive data normally is that >vf performed the clear_rar operation through dev close >without adding a mac address.  >This will cause the association between the index and >rx address set by VMDq to be cancelled,thus affecting >the data recepti

[dpdk-dev] [PATCH v2] net/ixgbe: fix setting VF MAC address

2020-03-11 Thread Guinan Sun
The reason why PF cannot receive data normally is that vf performed the clear_rar operation through dev close without adding a mac address.  This will cause the association between the index and rx address set by VMDq to be cancelled,thus affecting the data reception of PF. The correction method is