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 X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D7A22C4363D for ; Fri, 25 Sep 2020 00:29:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A518D2396D for ; Fri, 25 Sep 2020 00:29:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726889AbgIYA3C (ORCPT ); Thu, 24 Sep 2020 20:29:02 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:14277 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726448AbgIYA3B (ORCPT ); Thu, 24 Sep 2020 20:29:01 -0400 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id C85CBE201AADD8DA93EB; Fri, 25 Sep 2020 08:28:58 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.487.0; Fri, 25 Sep 2020 08:28:52 +0800 From: Huazhong Tan To: CC: , , , , , , Huazhong Tan Subject: [PATCH net-next 0/6] net: hns3: updates for -next Date: Fri, 25 Sep 2020 08:26:12 +0800 Message-ID: <1600993578-41008-1-git-send-email-tanhuazhong@huawei.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org There are some updates for the HNS3 ethernet driver. #1 & #2 are two cleanups. #3 adds new hardware error for the client. #4 adds debugfs support the pf's interrupt resource. #5 adds new pci device id for 200G device. #6 renames the unsuitable macro of vf's pci device id. Guangbin Huang (2): net: hns3: add support for 200G device net: hns3: rename macro of pci device id of vf Yufeng Mo (4): net: hns3: refactor the function for dumping tc information in debugfs net: hns3: remove unnecessary variable initialization net: hns3: add a hardware error detect type net: hns3: add debugfs of dumping pf interrupt resources drivers/net/ethernet/hisilicon/hns3/hnae3.h | 6 ++- drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c | 3 +- drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 17 +++--- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c | 2 +- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 2 + .../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c | 27 ++++++---- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c | 2 + .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 60 +++++++++++++++++----- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 6 ++- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c | 2 +- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 7 +-- 11 files changed, 96 insertions(+), 38 deletions(-) -- 2.7.4