Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933436AbcCOB5x (ORCPT ); Mon, 14 Mar 2016 21:57:53 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:7421 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752198AbcCOB5t (ORCPT ); Mon, 14 Mar 2016 21:57:49 -0400 Subject: Re: [PATCH V2 net 0/6] net: hns: hns driver updates To: References: <1457687446-109867-1-git-send-email-huangdaode@hisilicon.com> CC: , , , , , , , , , , From: Daode Huang Message-ID: <56E76BB2.5060203@hisilicon.com> Date: Tue, 15 Mar 2016 09:56:02 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1457687446-109867-1-git-send-email-huangdaode@hisilicon.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.61.13.197] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020206.56E76BBF.005F,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: f13ad9c799b9db08e9e9abc134cd49fa Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1415 Lines: 44 Hi Dave, Could you please help me to review this patch set? I am so sorry to send the patches in parallel to you, which increases you workload, So next time we will pay more attention to it, and learn more about kernel patch submitting. Thanks. MBR, Daode On 2016/3/11 17:10, Daode Huang wrote: > Hi Dave, > > This patch series are hisilicon network driver bug fix. > please merge them to the net repo. > Thanks > > Daode Huang > --- > changlog > v2: some minor change according to > MBR Sergei in > [patch 3/6] [patch 4/6]. > > v1: initial version. > > Daode Huang (6): > net: hns: bug fix about the overflow of mss > net: hns: fixes the hw interrupt bug in using napi > net: hns: fixed portid bug in sending manage pkt > net: hns: adds uc match for debug port > net: hns: fixed service-ges setting MAC-addr bug > net: hns: bug fix of getting hilink status > > drivers/net/ethernet/hisilicon/hns/hnae.h | 3 ++ > drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 1 + > drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c | 29 +++++++++++---- > drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c | 41 ++++++++++++---------- > drivers/net/ethernet/hisilicon/hns/hns_dsaf_reg.h | 4 +++ > drivers/net/ethernet/hisilicon/hns/hns_enet.c | 32 +++++++++-------- > 6 files changed, 70 insertions(+), 40 deletions(-) >