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 00E60C001B0 for ; Wed, 16 Aug 2023 09:01:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243191AbjHPJAu (ORCPT ); Wed, 16 Aug 2023 05:00:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48908 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243197AbjHPJA0 (ORCPT ); Wed, 16 Aug 2023 05:00:26 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2B2341990 for ; Wed, 16 Aug 2023 02:00:25 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BC9806168A for ; Wed, 16 Aug 2023 09:00:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 1A05FC433CA; Wed, 16 Aug 2023 09:00:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692176424; bh=F/rNh/pWufFSeeYbf819D/PW9ficslBX3e3RS8IcVAg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=UK/m7C8boCaUAPEr+IxztQ8uogbd9lDrOtt3+coHsxzgn7cwIXf/VCRSDZ05EowZT vM+pCuPV66d+yP3llG8tzY7jUiEmj2C4SEX/ZAWK1ui6mLqW+KFLr+p0qW6Bphomew 5Rd8Bcj21U7Sqcj/gNcq6vJINCBjmK1d0tSJkx/+dx5BIRSX16MNHeyf2IsHhnpNYI c7zc+OuL+12mgQIBsorA1uredmhnRlygM9LGyFz01nS/5bvAHh+apFBDCuairRVzTm MgPNMBe0IGAwwF8fV40pwEQYEllkT1CjgYT65dolDX+KMM48RecUODuvWSMPQE3JOW 1FXPRjFSY9uUw== 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 04257C395C5; Wed, 16 Aug 2023 09:00:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 0/4] refactor registers information for ethtool -d From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169217642401.25260.16017787272530906946.git-patchwork-notify@kernel.org> Date: Wed, 16 Aug 2023 09:00:24 +0000 References: <20230815060641.3551665-1-shaojijie@huawei.com> In-Reply-To: <20230815060641.3551665-1-shaojijie@huawei.com> To: Jijie Shao Cc: yisen.zhuang@huawei.com, salil.mehta@huawei.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, shenjian15@huawei.com, wangjie125@huawei.com, liuyonglong@huawei.com, 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, 15 Aug 2023 14:06:37 +0800 you wrote: > refactor registers information for ethtool -d > > Jijie Shao (4): > net: hns3: move dump regs function to a separate file > net: hns3: Support tlv in regs data for HNS3 PF driver > net: hns3: Support tlv in regs data for HNS3 VF driver > net: hns3: fix wrong rpu tln reg issue > > [...] Here is the summary with links: - [net-next,1/4] net: hns3: move dump regs function to a separate file https://git.kernel.org/netdev/net-next/c/939ccd107ffc - [net-next,2/4] net: hns3: Support tlv in regs data for HNS3 PF driver https://git.kernel.org/netdev/net-next/c/d8634b7c3f62 - [net-next,3/4] net: hns3: Support tlv in regs data for HNS3 VF driver https://git.kernel.org/netdev/net-next/c/3ef5d70b82ad - [net-next,4/4] net: hns3: fix wrong rpu tln reg issue https://git.kernel.org/netdev/net-next/c/36122201eeae You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html