OSDN Git Service

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)
commit87c418bf1323d57140f4b448715f64de3fbb7e91
tree012192a6a9b8fbe1901ddb636d0e2b01c1df2679
parent8571ab479a6e1ef46ead5ebee567e128a422767c
ip6mr: Align hash implementation to ipmr

Since commit 8fb472c09b9d ("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