]> 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)
commit700c2c683176a82e12ee9d8e38acf2af72d9ddcb
tree012192a6a9b8fbe1901ddb636d0e2b01c1df2679
parent48575c8a12161092631fae7adf0e59bba96f6bde
ip6mr: Align hash implementation to ipmr

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