Commits

Rui Sousa committed 64a44b76b59
MLK-13847 net: fec: fix multicast filtering hardware setup Fix hardware setup of multicast address hash: - Never clear the hardware hash (to avoid packet loss) - Construct the hash register values in software and then write once to hardware The problem is with multiple sockets/multicast addresses. While setting up one address (add/remove), the current code causes packet drops in other unrelated sockets. SIgned-off-by: Rui Sousa <rui.sousa@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>