]> git.baikalelectronics.ru Git - kernel.git/commit
ip6mr: Align hash implementation to ipmr
authorYuval Mintz <yuvalm@mellanox.com>
Wed, 28 Feb 2018 21:29:31 +0000 (23:29 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Mar 2018 18:13:23 +0000 (13:13 -0500)
commit9cc7594ea3e11e343225d4d4e82f22a286d866fb
tree012192a6a9b8fbe1901ddb636d0e2b01c1df2679
parente759641e5de135707fe09a14e220bf47cebb9eb1
ip6mr: Align hash implementation to ipmr

Since commit e7dce7c1df15 ("ipmr: improve hash scalability") ipmr has
been using rhashtable as a basis for its mfc routes, but ip6mr is
currently still using the old private MFC hash implementation.

Align ip6mr to the current ipmr implementation.

Signed-off-by: Yuval Mintz <yuvalm@mellanox.com>
Acked-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/mroute6.h
net/ipv6/ip6mr.c