From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 00/11] mlxsw: Various cleanups Date: Sat, 31 Mar 2018 21:54:50 -0400 (EDT) Message-ID: <20180331.215450.2239539122858679740.davem@davemloft.net> References: <20180329203334.25575-1-idosch@mellanox.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jiri@mellanox.com, petrm@mellanox.com, mlxsw@mellanox.com To: idosch@mellanox.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:49364 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752454AbeDAByw (ORCPT ); Sat, 31 Mar 2018 21:54:52 -0400 In-Reply-To: <20180329203334.25575-1-idosch@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Ido Schimmel Date: Thu, 29 Mar 2018 23:33:23 +0300 > The first 10 patches from Jiri perform small and unrelated cleanups. The > largest being the conversion of the KVD linear partitions from a list to > an array, which simplifies the code. > > The last patch from Petr is a bug fix for a recent net-next commit that > prevented the "kvd" resource from being marked as the parent of its > various child resources (e.g., "/kvd/linear"). Series applied, thanks.