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=-3.8 required=3.0 tests=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 7B92BC28CBC for ; Sat, 9 May 2020 09:29:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6191F21582 for ; Sat, 9 May 2020 09:29:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728084AbgEIJ26 (ORCPT ); Sat, 9 May 2020 05:28:58 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:4375 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727787AbgEIJ25 (ORCPT ); Sat, 9 May 2020 05:28:57 -0400 Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 4A09986E8AC1AD636F9F; Sat, 9 May 2020 17:28:55 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS407-HUB.china.huawei.com (10.3.19.207) with Microsoft SMTP Server id 14.3.487.0; Sat, 9 May 2020 17:28:48 +0800 From: Huazhong Tan To: CC: , , , , , , Huazhong Tan Subject: [PATCH net-next 0/5] net: hns3: misc updates for -next Date: Sat, 9 May 2020 17:27:36 +0800 Message-ID: <1589016461-10130-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 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This patchset includes some misc updates for the HNS3 ethernet driver. #1 & #2 add two cleanups. #3 provides an interface for the client to query the CMDQ's status. #4 adds a little optimization about debugfs. #5 prevents 1000M auto-negotiation off setting. Huazhong Tan (3): net: hns3: remove a redundant register macro definition net: hns3: modify two uncorrect macro names net: hns3: provide .get_cmdq_stat interface for the client Yufeng Mo (2): net: hns3: optimized the judgment of the input parameters of dump ncl config net: hns3: disable auto-negotiation off with 1000M setting in ethtool drivers/net/ethernet/hisilicon/hns3/hnae3.h | 1 + drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 7 +++++- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 4 ++-- .../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c | 15 ++++++++----- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_err.h | 1 - .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 25 ++++++++++++++-------- 6 files changed, 35 insertions(+), 18 deletions(-) -- 2.7.4