Re: [PATCH net-next 03/11] ip6mr: Align hash implementation to ipmr

2018-02-27 Thread Nikolay Aleksandrov
On 27/02/18 20:58, Yuval Mintz wrote: > 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. >

[PATCH net-next 03/11] ip6mr: Align hash implementation to ipmr

2018-02-27 Thread Yuval Mintz
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 --- include/linux/mro