CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/05 07:06:43
Modified files:
sys/dev/pci : if_em.c if_em_hw.c if_em_hw.h
Log message:
stop putting multicast addresses into the Receive Address Registers
Hash them all into the Multicast Table Array. This matches what
FreeBSD does.
This fixes a problem where the I217-LM would fail to receive packets
for some of the programmed addresses.
Approach agreed by jmatthew@ dlg@
OK claudio@
