From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f193.google.com ([209.85.128.193]:45548 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751605AbeB0UMX (ORCPT ); Tue, 27 Feb 2018 15:12:23 -0500 Received: by mail-wr0-f193.google.com with SMTP id p104so55805wrc.12 for ; Tue, 27 Feb 2018 12:12:22 -0800 (PST) Subject: Re: [PATCH net-next 03/11] ip6mr: Align hash implementation to ipmr To: Yuval Mintz , netdev@vger.kernel.org Cc: mlxsw@mellanox.com, kuznet@ms2.inr.ac.ru, yoshfuji@linux-ipv6.org References: <1519757908-32863-1-git-send-email-yuvalm@mellanox.com> <1519757908-32863-4-git-send-email-yuvalm@mellanox.com> From: Nikolay Aleksandrov Message-ID: <2b05993a-e9fb-71fe-06a1-4b02a6a087cf@cumulusnetworks.com> Date: Tue, 27 Feb 2018 22:12:20 +0200 MIME-Version: 1.0 In-Reply-To: <1519757908-32863-4-git-send-email-yuvalm@mellanox.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: 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. > > Signed-off-by: Yuval Mintz > --- > include/linux/mroute6.h | 30 ++--- > net/ipv6/ip6mr.c | 313 ++++++++++++++++++++++++++---------------------- > 2 files changed, 184 insertions(+), 159 deletions(-) > This looks like my ipmr patch ported for v6, pretty straightforward and for a long time on my TODO list. :-) Acked-by: Nikolay Aleksandrov