From patchwork Tue Dec 18 11:37:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "lipeng (Y)" X-Patchwork-Id: 1015278 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=huawei.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 43JwBD4cbMz9s3q for ; Tue, 18 Dec 2018 22:03:48 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726627AbeLRLCH (ORCPT ); Tue, 18 Dec 2018 06:02:07 -0500 Received: from szxga06-in.huawei.com ([45.249.212.32]:38134 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726592AbeLRLCG (ORCPT ); Tue, 18 Dec 2018 06:02:06 -0500 Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id CF65DC12AFA74; Tue, 18 Dec 2018 19:02:03 +0800 (CST) Received: from linux-ioko.site (10.71.200.31) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.408.0; Tue, 18 Dec 2018 19:01:56 +0800 From: Peng Li To: CC: , , , , , Subject: [PATCH net-next 00/12] net: hns3: code optimizations & bugfixes for HNS3 driver Date: Tue, 18 Dec 2018 19:37:47 +0800 Message-ID: <1545133079-79605-1-git-send-email-lipeng321@huawei.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-Originating-IP: [10.71.200.31] X-CFilter-Loop: Reflected Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This patchset includes bugfixes and code optimizations for the HNS3 ethernet controller driver Fuyun Liang (1): net: hns3: remove 1000M/half support of phy Huazhong Tan (6): net: hns3: fix error handling int the hns3_get_vector_ring_chain net: hns3: uninitialize pci in the hclgevf_uninit net: hns3: fix napi_disable not return problem net: hns3: update some variables while hclge_reset()/hclgevf_reset() done net: hns3: remove unnecessary configuration recapture while resetting net: hns3: fix incomplete uninitialization of IRQ in the hns3_nic_uninit_vector_data() Peng Li (2): net: hns3: update coalesce param per second net: hns3: synchronize speed and duplex from phy when phy link up Yunsheng Lin (3): net: hns3: getting tx and dv buffer size through firmware net: hns3: aligning buffer size in SSU to 256 bytes net: hns3: fix a SSU buffer checking bug drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 29 ++++--- drivers/net/ethernet/hisilicon/hns3/hns3_enet.h | 4 - .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 5 +- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 95 +++++++++++++--------- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 3 + .../ethernet/hisilicon/hns3/hns3pf/hclge_mdio.c | 6 +- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 5 +- 7 files changed, 88 insertions(+), 59 deletions(-)