From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f194.google.com ([209.85.128.194]:45621 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751754AbeB0Wpi (ORCPT ); Tue, 27 Feb 2018 17:45:38 -0500 Received: by mail-wr0-f194.google.com with SMTP id p104so409920wrc.12 for ; Tue, 27 Feb 2018 14:45:37 -0800 (PST) Subject: Re: [PATCH net-next 09/11] ipmr, ip6mr: Unite vif seq functions 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-10-git-send-email-yuvalm@mellanox.com> From: Nikolay Aleksandrov Message-ID: Date: Wed, 28 Feb 2018 00:45:35 +0200 MIME-Version: 1.0 In-Reply-To: <1519757908-32863-10-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: > Same as previously done with the mfc seq, the logic for the vif seq is > refactored to be shared between ipmr and ip6mr. > > Signed-off-by: Yuval Mintz > --- > include/linux/mroute_base.h | 33 ++++++++++++++++++++++++++++++ > net/ipv4/ipmr.c | 49 +++++--------------------------------------- > net/ipv4/ipmr_base.c | 33 ++++++++++++++++++++++++++++++ > net/ipv6/ip6mr.c | 50 +++++---------------------------------------- > 4 files changed, 76 insertions(+), 89 deletions(-) > LGTM, Acked-by: Nikolay Aleksandrov