Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751446AbeAEJtL (ORCPT + 1 other); Fri, 5 Jan 2018 04:49:11 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:3688 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751322AbeAEJtJ (ORCPT ); Fri, 5 Jan 2018 04:49:09 -0500 From: Peng Li To: CC: , , , , Subject: [PATCH net-next 00/20] add some new features and fix some bugs for HNS3 driver Date: Fri, 5 Jan 2018 18:18:04 +0800 Message-ID: <1515147504-86802-1-git-send-email-lipeng321@huawei.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.71.200.31] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: This patchset adds some new features support and fixes some bugs: [Patch 1/20] adds support to enable/disable vlan filter with ethtool [Patch 2/20] disables VFs change rxvlan offload status [Patch 3/20 - 13/120 fix bugs and refine some codes for packet statistics, support query with both ifconfig and ethtool. [Patch 14/20 - 20/20] fix some other bugs. Fuyun Liang (5): net: hns3: fix for updating fc_mode_last_time net: hns3: fix for setting MTU net: hns3: fix for changing MTU net: hns3: add MTU initialization for hardware net: hns3: fix for not setting pause parameters Jian Shen (14): net: hns3: Add ethtool interface for vlan filter net: hns3: Disable VFs change rxvlan offload status net: hns3: Unify the strings display of packet statistics net: hns3: Fix spelling errors net: hns3: Remove repeat statistic of rx_errors net: hns3: Modify the update period of packet statistics net: hns3: Mask the packet statistics query when NIC is down net: hns3: Fix an error of total drop packet statistics net: hns3: Fix a loop index error of tqp statistics query net: hns3: Fix an error macro definition of HNS3_TQP_STAT net: hns3: Remove a useless member of struct hns3_stats net: hns3: Add packet statistics of netdev net: hns3: Fix a response data read error of tqp statistics query net: hns3: Add more packet size statisctics Peng Li (1): net: hns3: remove redundant semicolon drivers/net/ethernet/hisilicon/hns3/hnae3.h | 3 + drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 38 +++- drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 148 ++++++++++--- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 2 - .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 232 +++++++++++++++------ .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 59 ++++-- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c | 58 +++++- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.h | 11 + .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 10 +- 9 files changed, 431 insertions(+), 130 deletions(-) -- 1.9.1