From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2 net-next 00/10] mlxsw: Various cleanups Date: Sun, 01 Apr 2018 11:24:50 -0400 (EDT) Message-ID: <20180401.112450.211510083792852339.davem@davemloft.net> References: <20180401143459.30770-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, dsahern@gmail.com, mlxsw@mellanox.com To: idosch@mellanox.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:55524 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753589AbeDAPYy (ORCPT ); Sun, 1 Apr 2018 11:24:54 -0400 In-Reply-To: <20180401143459.30770-1-idosch@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Ido Schimmel Date: Sun, 1 Apr 2018 17:34:49 +0300 > The first nine 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"). > > v2: Dropped devlink patch following David's comment. Will be sent > separately. Series applied, thank you.