Searched hist:d08c6bc08f72f74cd37f6b7954e3f708005518f9 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/bridge/ |
H A D | br_multicast.c | diff d08c6bc08f72f74cd37f6b7954e3f708005518f9 Wed Dec 05 07:14:27 CST 2018 Nikolay Aleksandrov <nikolay@cumulusnetworks.com> net: bridge: increase multicast's default maximum number of entries
bridge's default hash_max was 512 which is rather conservative, now that we're using the generic rhashtable API which autoshrinks let's increase it to 4096 and move it to a define in br_private.h.
Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | br_private.h | diff d08c6bc08f72f74cd37f6b7954e3f708005518f9 Wed Dec 05 07:14:27 CST 2018 Nikolay Aleksandrov <nikolay@cumulusnetworks.com> net: bridge: increase multicast's default maximum number of entries
bridge's default hash_max was 512 which is rather conservative, now that we're using the generic rhashtable API which autoshrinks let's increase it to 4096 and move it to a define in br_private.h.
Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|