[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <08e34eb1-226c-408a-1fd0-35b15ef26903@cumulusnetworks.com>
Date: Tue, 27 Feb 2018 22:14:36 +0200
From: Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
To: Yuval Mintz <yuvalm@...lanox.com>, netdev@...r.kernel.org
Cc: mlxsw@...lanox.com, kuznet@....inr.ac.ru, yoshfuji@...ux-ipv6.org
Subject: Re: [PATCH net-next 04/11] mroute*: Make mr_table a common struct
On 27/02/18 20:58, Yuval Mintz wrote:
> Following previous changes to ip6mr, mr_table and mr6_table are
> basically the same [up to mr6_table having additional '6' suffixes to
> its variable names].
> Move the common structure definition into a common header; This
> requires renaming all references in ip6mr to variables that had the
> distinct suffix.
>
> Signed-off-by: Yuval Mintz <yuvalm@...lanox.com>
> ---
> include/linux/mroute.h | 21 ----
> include/linux/mroute6.h | 1 -
> include/linux/mroute_base.h | 46 +++++++
> include/net/netns/ipv6.h | 2 +-
> net/ipv4/ipmr.c | 2 -
> net/ipv6/ip6mr.c | 301 ++++++++++++++++++++------------------------
> 6 files changed, 186 insertions(+), 187 deletions(-)
>
Nice,
Acked-by: Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
Powered by blists - more mailing lists