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

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

[dpdk-dev] [PATCH v4] 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. If the number of multicast address in the list exceeds the upper limit, it will cause failure, then need to roll back previous addresses. This patch fixes the issue. Fixes: 05e4c3aff35f ("net/i