Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758373AbcCVHv5 (ORCPT ); Tue, 22 Mar 2016 03:51:57 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:34678 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755609AbcCVHvi (ORCPT ); Tue, 22 Mar 2016 03:51:38 -0400 From: Yisen Zhuang To: CC: , , , , , , , , , , , , , Subject: [PATCH V2 net 00/10] net: hns: bugs fixed for hns Date: Tue, 22 Mar 2016 16:06:21 +0800 Message-ID: <1458633991-64313-1-git-send-email-Yisen.Zhuang@huawei.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.212.75] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020203.56F0F89F.000F,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 7f7648c4777d5990f237dcf8c37a9dff Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2039 Lines: 61 This series includes some bug fixes and updates for hns driver. >from Daode, one fix about mss. >from Kejian, one fix about ping6 issue, one fix about mac address setting, two fix for RSS setting, two fix about mtu setting. >from qianqian, fixed HNS v2 xge statistic reg issue. >from Sheng, one fix about manage packets sending, one fix about GMACs mac setting. For more details, please see individual patches. Thanks a lot! --- change log: Series V2: - fix the comments as below: 1) modifies the wrong charator "whick" to "which" in commit log 2) use the "eth_hdr()" help to get source mac of packets 3) fix the wrong cast 4) use tabs instead of spaces to indent the value Series V1: - first submit Daode Huang (1): net: hns: bug fix about the overflow of mss Kejian Yan (6): net: hns: bug fix about ping6 net: hns: add uc match for debug ports net: hns: fix return value of the function about rss net: hns: fixes a bug of RSS net: hns: fix the bug about mtu setting net: hns: adds limitation for debug port mtu Qianqian Xie (1): net: hns: set xge statistic reg as read only Sheng Li (2): net: hns: fixed portid bug in sending manage pkt net: hns: fixed the bug about GMACs mac setting drivers/net/ethernet/hisilicon/hns/hnae.h | 3 ++ drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 12 +++++-- drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c | 38 ++++++++++++++++++---- drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c | 15 ++++++++- drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.h | 6 +++- drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c | 5 +-- drivers/net/ethernet/hisilicon/hns/hns_dsaf_ppe.c | 5 ++- drivers/net/ethernet/hisilicon/hns/hns_dsaf_ppe.h | 2 ++ drivers/net/ethernet/hisilicon/hns/hns_dsaf_reg.h | 2 ++ drivers/net/ethernet/hisilicon/hns/hns_enet.c | 32 ++++++++++++------ drivers/net/ethernet/hisilicon/hns/hns_ethtool.c | 38 +++++++++++++--------- 11 files changed, 117 insertions(+), 41 deletions(-) -- 1.9.1