Re: [dpdk-dev] [PATCH v3] net/iavf: fix adding multicast MAC address

2020-10-15 Thread Xing, Beilei
> -Original Message- > From: Guinan Sun > Sent: Thursday, October 15, 2020 4:14 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Zhang, Qi Z ; > Wu, Jingjing ; Sun, GuinanX > Subject: [PATCH v3] net/iavf: fix adding multicast MAC address > > When the multicast address list is added, it will

[dpdk-dev] [PATCH v3] net/iavf: fix adding multicast MAC address

2020-10-15 Thread Guinan Sun
When the multicast address list is added, it will flush previous addresses first, and then add new ones. So when the number of multicast addresses added to the list exceeds the upper limit causes a failure, should add the previous addresses back. This patch fixes the issue. Fixes: 05e4c3aff35f ("n