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 A6C46C43334 for ; Mon, 13 Jun 2022 12:12:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348742AbiFMMMV (ORCPT ); Mon, 13 Jun 2022 08:12:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1358813AbiFMMId (ORCPT ); Mon, 13 Jun 2022 08:08:33 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2727151E61; Mon, 13 Jun 2022 04:00:15 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7D2C76144A; Mon, 13 Jun 2022 11:00:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id DE64EC3411E; Mon, 13 Jun 2022 11:00:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655118013; bh=JgpchjD40vF8E9DhKlEBOn+h/yMlnzYJD8uDO46SrLs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Ra8w3rtLxe+HoYJd1Mru65Gxl05xCw+I9Kt6AuWFJRvTjC26EHmfEITGY4JS5mfOP 7o8pLQ03jStR/zS4+ijkcfBH/oiWUY4bKLBBmtqSyKdWDExjrRIB/X4vCmbqTWPPj7 QNyU0uKde/NWWhlu57u/nWGcQ+nRlyxjv/fVTwVrCx/mZKX0J6gyIy++THneOWqYo/ 0z8IDYhdOvYJ9AIYMkH9g5QLM0aP8UfTFFN01BidUAi91YCit/7v8Eqdi8IuGB9jih wqThCV9do9Fim8wIrSyHkMYACHSZTirvH9umC1mQwk7e4RDpBZy97lxbq2oFWCHysp HCNFVVVODwmsw== 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 C4518E57538; Mon, 13 Jun 2022 11:00:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net 0/6] net: hns3: add some fixes for -net From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165511801380.27055.5976208563800390037.git-patchwork-notify@kernel.org> Date: Mon, 13 Jun 2022 11:00:13 +0000 References: <20220611122529.18571-1-huangguangbin2@huawei.com> In-Reply-To: <20220611122529.18571-1-huangguangbin2@huawei.com> To: Guangbin Huang Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, lipeng321@huawei.com, chenhao288@hisilicon.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net.git (master) by David S. Miller : On Sat, 11 Jun 2022 20:25:23 +0800 you wrote: > This series adds some fixes for the HNS3 ethernet driver. > > Guangbin Huang (3): > net: hns3: set port base vlan tbl_sta to false before removing old > vlan > net: hns3: restore tm priority/qset to default settings when tc > disabled > net: hns3: fix tm port shapping of fibre port is incorrect after > driver initialization > > [...] Here is the summary with links: - [net,1/6] net: hns3: set port base vlan tbl_sta to false before removing old vlan https://git.kernel.org/netdev/net/c/9eda7d8bcbdb - [net,2/6] net: hns3: don't push link state to VF if unalive https://git.kernel.org/netdev/net/c/283847e3ef6d - [net,3/6] net: hns3: modify the ring param print info https://git.kernel.org/netdev/net/c/cfd80687a538 - [net,4/6] net: hns3: restore tm priority/qset to default settings when tc disabled https://git.kernel.org/netdev/net/c/e93530ae0e5d - [net,5/6] net: hns3: fix PF rss size initialization bug https://git.kernel.org/netdev/net/c/71b215f36dca - [net,6/6] net: hns3: fix tm port shapping of fibre port is incorrect after driver initialization https://git.kernel.org/netdev/net/c/12a367088772 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html