diff options
author | Heiner Kallweit <[email protected]> | 2023-11-27 21:16:10 +0100 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-11-28 20:09:36 -0800 |
commit | cd04b44bf055c4cd6bcee2ebfa6932fb20ef369d (patch) | |
tree | e12033956ae7e9ff2e49c154ae78404a4fdb3c8f /tools/testing/selftests/bpf/progs/test_autoload.c | |
parent | 1bc9d12e1c924b76fb71da97db8818eaae5c30a1 (diff) |
r8169: remove multicast filter limit
Once upon a time, when r8169 was new, the multicast filter limit code
was copied from RTL8139 driver. There the filter limit is even
user-configurable.
The filtering is hash-based and we don't have perfect filtering.
Actually the mc filtering on RTL8125 still seems to be the same
as used on 8390/NE2000. So it's not clear to me which benefit it
should bring when switching to all-multi mode once a certain number
of filter bits is set. More the opposite: Filtering out at least
some unwanted mc traffic is better than no filtering.
Also the available chip documentation doesn't mention any restriction.
Therefore remove the filter limit.
Signed-off-by: Heiner Kallweit <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions