From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 542BBC2BB3F for ; Sat, 18 Nov 2023 15:10:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229803AbjKRPKc (ORCPT ); Sat, 18 Nov 2023 10:10:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60700 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229469AbjKRPKb (ORCPT ); Sat, 18 Nov 2023 10:10:31 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9613C10FC for ; Sat, 18 Nov 2023 07:10:27 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPS id 03E51C433C8; Sat, 18 Nov 2023 15:10:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700320227; bh=7tQP0fC6mgP0gsULuCrf3QoHhwFbYjBWxb86gwT4xhc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=HV0XAJbxwlQBpOLAISmLiS3lqGD4dWJnFcE8zsaKMyAYpq636IKReE0kSCDk6F8QS CtpTd75vCW2TgmdGgW7K8Btx+wEL5FUC4HO5lNgqN6e275y7BhbcfmmC8WS2jtwjXc p5FNWM3Yh+DzV0f+ByxdhQiXYTKAQ/Zl/Ym7YhL5KIbouI8ZMG0z4u4fFOstL6E7ED QjXEospQXXqINqsYIyXfD1d3bVr6QCxc73vaQnlV7JJdj9jq3+qz9dxem1T5UMJE0u wV+XG67EyRPJyjDyw+lIE9I+Y5HB8nM2Ak/zQyMl6k/6H7fT2+cpdpBxbqzSkdLbj9 CSO/qd69gbE8Q== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id D4E56EA6303; Sat, 18 Nov 2023 15:10:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2 0/3] net/ncsi: Add NC-SI 1.2 Get MC MAC Address command From: patchwork-bot+netdevbpf@kernel.org Message-Id: <170032022686.7145.14748650955833179032.git-patchwork-notify@kernel.org> Date: Sat, 18 Nov 2023 15:10:26 +0000 References: <20231114160737.3209218-1-patrick@stwcx.xyz> In-Reply-To: <20231114160737.3209218-1-patrick@stwcx.xyz> To: Patrick Williams Cc: sam@mendozajonas.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, joel@jms.id.au, gwshan@linux.vnet.ibm.com, peter@pjd.dev, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Tue, 14 Nov 2023 10:07:32 -0600 you wrote: > NC-SI 1.2 has now been published[1] and adds a new command for "Get MC > MAC Address". This is often used by BMCs to get the assigned MAC > address for the channel used by the BMC. > > This change set has been tested on a Broadcomm 200G NIC with updated > firmware for NC-SI 1.2 and at least one other non-public NIC design. > > [...] Here is the summary with links: - [net-next,v2,1/3] net/ncsi: Simplify Kconfig/dts control flow https://git.kernel.org/netdev/net-next/c/c797ce168930 - [net-next,v2,2/3] net/ncsi: Fix netlink major/minor version numbers https://git.kernel.org/netdev/net-next/c/3084b58bfd0b - [net-next,v2,3/3] net/ncsi: Add NC-SI 1.2 Get MC MAC Address command https://git.kernel.org/netdev/net-next/c/b8291cf3d118 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html