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

Zhang, Qi Z qi.z.zhang at intel.com
Tue Oct 20 11:06:07 CEST 2020



> -----Original Message-----
> From: Guinan Sun <guinanx.sun at intel.com>
> Sent: Thursday, October 15, 2020 4:43 PM
> To: dev at dpdk.org
> Cc: Xing, Beilei <beilei.xing at intel.com>; Zhang, Qi Z <qi.z.zhang at intel.com>;
> Wu, Jingjing <jingjing.wu at intel.com>; Sun, GuinanX <guinanx.sun at intel.com>
> Subject: [PATCH v4] net/iavf: fix adding multicast MAC address
> 
> 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/iavf: support multicast configuration")
> 
> Signed-off-by: Guinan Sun <guinanx.sun at intel.com>
> Tested-by: Peng Yuan <yuan.peng at intel.com>
> Acked-by: Beilei Xing <beilei.xing at intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi


More information about the dev mailing list