summaryrefslogtreecommitdiff
path: root/net/tipc/msg.c
diff options
context:
space:
mode:
authorIdo Schimmel <idosch@mellanox.com>2019-07-23 10:57:42 +0300
committerDavid S. Miller <davem@davemloft.net>2019-07-25 11:36:19 -0700
commitfc25996e6f46ac05378f45691d9c6ea08c2037b9 (patch)
treeaa0257a7826621bb3046d74a581897f7d018bdf7 /net/tipc/msg.c
parentb06689cc1b0446b959ed1a41b4f8dd892aa6b331 (diff)
mlxsw: spectrum_router: Increase scale of IPv6 nexthop groups
Unlike IPv4, the kernel does not consolidate IPv6 nexthop groups. To avoid exhausting the device's adjacency table - where nexthops are stored - the driver does this consolidation instead. Each nexthop group is hashed by XOR-ing the interface indexes of all the member nexthop devices. However, the ifindex itself is not hashed, which can result in identical keys used for different groups and finally an -EBUSY error from rhashtable due to too long objects list. Improve the situation by hashing the ifindex itself. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/msg.c')
0 files changed, 0 insertions, 0 deletions