07-27-2025 09:35 AM
@Enes Simnica As u said: As for multicast packet amplification in SR-IOV, it’s a known bug where multicast packets get duplicated across multiple VFs. Even if MACs are unique, the switch sees the same traffic from different interfaces, which causes MAC flapping. This isn't a physical loop, but it looks like one to the switch.
here all vms (vfs) are connected to single switch port where pf nic connected, then how switch sees the same traffic from different interfaces? This bug what do? for incoming and outgoing traffic..
07-27-2025 09:44 AM
@An123 let me dive a little bit more deeper here. And again, good question. So, Even though all the VFs (VMs) are connected through a single physical NIC and switch port (via the PF), the switch sees multiple logical MAC movements because of how SR-IOV handles traffic internally. Which means that when this multicast amplification bug kicks in, the NIC may replicate the same multicast frame across multiple VFs, and depending on the NIC driver/firmware behavior, these frames can be tagged or sourced inconsistently, causing the switch to think the MAC is moving or flapping, even though it’s technically coming from the same physical port.
To be more clear, to the switch it can appear like: 1. The same MAC is showing up from different logical paths, possibly even with slight changes in encapsulation or VLAN handling (especially with overlays like VXLAN involved). and then updates its MAC table back and forth, thinking the MAC is unstable, which is what causes the flapping.
SO, The bug primarily affects outgoing multicast traffic from the host, where a single multicast packet gets replicated unintentionally across VFs, causing a flood of near-identical frames. The incoming traffic isn’t the trigger, it's mostly the egress (outbound) multicast behavior that breaks things.
hope it helps...
-Enes
07-27-2025 09:47 AM
and here u have some links, for Multicast issues, MAC issues and more........:
and the best way to answer ur questions would be to lab them. Use EVEng or paste here some show commands if that is possible.......
07-27-2025 09:49 AM
Are you config any port redundacy in VM?
Are you config any PO between VM and SW?
MHM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide