Received: by 2002:ac0:aa62:0:0:0:0:0 with SMTP id w31-v6csp4081421ima; Tue, 23 Oct 2018 16:55:48 -0700 (PDT) X-Google-Smtp-Source: AJdET5eyOrCEpvVDOwyr9wEtknHx6sb8yrnrcZWqnXZ9n+cYhvJIDEF+dmtjc53M1LXXcFPmSM9Q X-Received: by 2002:a62:ea03:: with SMTP id t3-v6mr366306pfh.228.1540338948066; Tue, 23 Oct 2018 16:55:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540338948; cv=none; d=google.com; s=arc-20160816; b=XCY1j2Ya/KujSV4NqIKG5KelQmIXaV/Hf+JgifAUyNDgjNlIvtMEGUJMkiAd/dqkbl Ds2fsXEeYx5pyBI9Ff+QTJEGbCkywFvTuZWdu0r2sS10dV0CR86KcLKeXWCWTBJrwosd BwE5G1nNbssS6+JJRI6Hllb2pA7W4PP78Boq8Ero6Ij1nvRiJPVryEhiNUTFp0Shr3Ad mc1i7I6flS1qE/CM9nBPCkEGgA3O0dmOJnvL2qj1egzEkZzS4jGH3cw47yKDMkf68rGq iBEEjIFF93r7nCsSPnaXRNGoEvwSKhjfVyjI3pjuXgHmK67K/avgkwohf5dbw++GzSpU 5JQA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=xPoYbUsQ+pLj8XuoylgW45Vu18BXmB9pfguBWQbwxW0=; b=sl+ZdB+dGTQtDYY6M9HUmChatlLlpcV/v9GWdJUu5kIgj7g/izIigebuem5g638s8z 6XOawDW5YoXFgy9wjn/xoHxp/Lt+8axf/qQwpdBHhyHALcGwyD5yZtZf8j0a5vKdJwJL ByvorlPlqTWi0N1yx+njKEL9VyPKHIqGp5ExrWJ7kaHmV26rUZqPvi1sgreTax+vQ25a gRZhu/nPj9q58IiNvnRxakrvtGvf1XbIWiqQhQfJaTakEfpMUJZBC4fGUCA8GaeXR3VO q5DNeuo4Lw5fip/cc4CmA8662KqJCbU+xo8Q7JkvOcj2BZCXub3BRoCxFjSz1AEo9Zc1 tlWw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l1-v6si2736245pgm.288.2018.10.23.16.55.32; Tue, 23 Oct 2018 16:55:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729092AbeJXIUs (ORCPT + 99 others); Wed, 24 Oct 2018 04:20:48 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:55502 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728740AbeJXIUs (ORCPT ); Wed, 24 Oct 2018 04:20:48 -0400 Received: from localhost (c-67-183-62-245.hsd1.wa.comcast.net [67.183.62.245]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id A51CE147213C1; Tue, 23 Oct 2018 16:55:05 -0700 (PDT) Date: Tue, 23 Oct 2018 16:55:03 -0700 (PDT) Message-Id: <20181023.165503.1642911590033574600.davem@davemloft.net> To: sam@mendozajonas.com Cc: netdev@vger.kernel.org, Justin.Lee1@Dell.com, linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org Subject: Re: [PATCH net-next v2 0/6] net/ncsi: Allow enabling multiple packages & channels From: David Miller In-Reply-To: <20181023215201.27315-1-sam@mendozajonas.com> References: <20181023215201.27315-1-sam@mendozajonas.com> X-Mailer: Mew version 6.7 on Emacs 26 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Tue, 23 Oct 2018 16:55:05 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Samuel Mendoza-Jonas Date: Wed, 24 Oct 2018 10:51:55 +1300 > This series extends the NCSI driver to configure multiple packages > and/or channels simultaneously. Since the RFC series this includes a few > extra changes to fix areas in the driver that either made this harder or > were roadblocks due to deviations from the NCSI specification. > > Patches 1 & 2 fix two issues where the driver made assumptions about the > capabilities of the NCSI topology. > Patches 3 & 4 change some internal semantics slightly to make multi-mode > easier. > Patch 5 introduces a cleaner way of reconfiguring the NCSI configuration > and keeping track of channel states. > Patch 6 implements the main multi-package/multi-channel configuration, > configured via the Netlink interface. > > Readers who have an interesting NCSI setup - especially multi-package > with HWA - please test! I think I've covered all permutations but I > don't have infinite hardware to test on. > > Changes in v2: > - Updated use of the channel lock in ncsi_reset_dev(), making the > channel invisible and leaving the monitor check to > ncsi_stop_channel_monitor(). > - Fixed ncsi_channel_is_tx() to consider the state of channels in other > packages. net-next is closed, please resubmit this when net-next opens back up. Thank you.