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

2020-03-11 Thread Ye Xiaolong
Hi, Guinan On 03/10, Guinan Sun wrote: >This problem occurs because clear_rar is executed at the wrong time, > so PF cannot receive data normally. Could you elaborate what problem you've encountered, and how this patch solves it? Thanks, Xiaolong >This patch is used to modify the calling logic

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

2020-03-09 Thread Guinan Sun
This problem occurs because clear_rar is executed at the wrong time, so PF cannot receive data normally. This patch is used to modify the calling logic of clear_rar. Fixes: 3c4270187518 ("net/ixgbe: support VF MAC address add/remove") Cc: sta...@dpdk.org Signed-off-by: Guinan Sun --- drivers/n