From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f196.google.com ([209.85.128.196]:33846 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751754AbeB0WmP (ORCPT ); Tue, 27 Feb 2018 17:42:15 -0500 Received: by mail-wr0-f196.google.com with SMTP id m5so434869wrg.1 for ; Tue, 27 Feb 2018 14:42:14 -0800 (PST) Subject: Re: [PATCH net-next 10/11] ip6mr: Remove MFC_NOTIFY and refactor flags 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-11-git-send-email-yuvalm@mellanox.com> From: Nikolay Aleksandrov Message-ID: <55e364ad-55dd-f59c-71b7-ed086c53911e@cumulusnetworks.com> Date: Wed, 28 Feb 2018 00:42:12 +0200 MIME-Version: 1.0 In-Reply-To: <1519757908-32863-11-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: > MFC_NOTIFY exists in ip6mr, probably as some legacy code > [was already removed for ipmr in commit > 06bd6c0370bb ("net: ipmr: remove unused MFC_NOTIFY flag and make the flags enum"). > Remove it from ip6mr as well, and move the enum into a common file; > Notice MFC_OFFLOAD is currently only used by ipmr. > > Signed-off-by: Yuval Mintz > --- > include/linux/mroute.h | 9 --------- > include/linux/mroute6.h | 3 --- > include/linux/mroute_base.h | 9 +++++++++ > net/ipv6/ip6mr.c | 3 --- > 4 files changed, 9 insertions(+), 15 deletions(-) > Acked-by: Nikolay Aleksandrov