From patchwork Thu Jul 20 02:05:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jijie Shao X-Patchwork-Id: 13319705 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A0DA164F for ; Thu, 20 Jul 2023 02:08:11 +0000 (UTC) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 643AA2107 for ; Wed, 19 Jul 2023 19:08:09 -0700 (PDT) Received: from kwepemm600007.china.huawei.com (unknown [172.30.72.56]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4R5x0940jMzrRq6; Thu, 20 Jul 2023 10:07:21 +0800 (CST) Received: from localhost.localdomain (10.67.165.2) by kwepemm600007.china.huawei.com (7.193.23.208) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Thu, 20 Jul 2023 10:08:06 +0800 From: Jijie Shao To: CC: , , , , , , , , , , Subject: [PATCH net 0/4] There are some bugfix for the HNS3 ethernet driver Date: Thu, 20 Jul 2023 10:05:06 +0800 Message-ID: <20230720020510.2223815-1-shaojijie@huawei.com> X-Mailer: git-send-email 2.30.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Originating-IP: [10.67.165.2] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To kwepemm600007.china.huawei.com (7.193.23.208) X-CFilter-Loop: Reflected X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_BLOCKED,RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net X-Patchwork-Delegate: kuba@kernel.org There are some bugfix for the HNS3 ethernet driver Hao Lan (2): net: hns3: fix the imp capability bit cannot exceed 32 bits issue net: hns3: add tm flush when setting tm Jijie Shao (2): net: hns3: fix wrong tc bandwidth weight data issue net: hns3: fix wrong bw weight of disabled tc issue drivers/net/ethernet/hisilicon/hns3/hnae3.h | 7 ++- .../hns3/hns3_common/hclge_comm_cmd.c | 22 ++++++-- .../hns3/hns3_common/hclge_comm_cmd.h | 2 + .../ethernet/hisilicon/hns3/hns3_debugfs.c | 3 ++ .../hisilicon/hns3/hns3pf/hclge_dcb.c | 51 ++++++++++++++++--- .../hisilicon/hns3/hns3pf/hclge_debugfs.c | 3 +- .../ethernet/hisilicon/hns3/hns3pf/hclge_tm.c | 34 ++++++++++++- .../ethernet/hisilicon/hns3/hns3pf/hclge_tm.h | 4 ++ 8 files changed, 110 insertions(+), 16 deletions(-) Reviewed-by: Simon Horman