From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 00/15] mlxsw: Offload IPv6 multicast routes Date: Mon, 26 Mar 2018 13:15:26 -0400 (EDT) Message-ID: <20180326.131526.1359955743583930823.davem@davemloft.net> References: <20180326120145.11752-1-idosch@mellanox.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, yuvalm@mellanox.com, jiri@mellanox.com, nikolay@cumulusnetworks.com To: idosch@mellanox.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:53974 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751964AbeCZRP2 (ORCPT ); Mon, 26 Mar 2018 13:15:28 -0400 In-Reply-To: <20180326120145.11752-1-idosch@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Ido Schimmel Date: Mon, 26 Mar 2018 15:01:30 +0300 > The series is intended to allow offloading IPv6 multicast routes > and is split into two parts: > > - First half of the patches continue extending ip6mr [& refactor ipmr] > with missing bits necessary for the offloading - fib-notifications, > mfc refcounting and default rule identification. > > - Second half of the patches extend functionality inside mlxsw, > beginning with extending lower-parts to support IPv6 mroutes > to host and later extending the router/mr internal APIs within > the driver to accommodate support in ipv6 configurations. > Lastly it adds support in the RTNL_FAMILY_IP6MR notifications, > allowing driver to react and offload related routes. I like the consolidations and the rest of the series looks fine to me as well, so series applied. Any adjustments people want can be done as follow-on patches. Thank you.