From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752824AbbJSCXb (ORCPT ); Sun, 18 Oct 2015 22:23:31 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:42763 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752423AbbJSCX3 (ORCPT ); Sun, 18 Oct 2015 22:23:29 -0400 Message-ID: <56245410.9050805@hisilicon.com> Date: Mon, 19 Oct 2015 10:23:12 +0800 From: huangdaode User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Arnd Bergmann CC: , , , , , , , , , , , Subject: Re: [PATCH net-next v3 0/2] net: hisilicon fix some bugs in HNS drivers References: <1444967657-107994-1-git-send-email-huangdaode@hisilicon.com> <3955060.DWNyB1KOl8@wuerfel> In-Reply-To: <3955060.DWNyB1KOl8@wuerfel> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.61.13.165] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015/10/16 17:30, Arnd Bergmann wrote: > On Friday 16 October 2015 11:54:15 huangdaode wrote: >> This patchset fixes the two bugs in HNS driver, one is remove the hnae sysfs interface >> according to the review comments from Arnd Bergmann , another >> is fixing the wrong mac_id judgement bug which is found during internal tests. >> >> change log: >> v3: >> remove the hnae sysfs interface. >> >> v2: >> 1) remove first bug fix, which is fixed in another patch submitted by >> Arnd Bergmann >> 2) change the code sytyle according to Joe. >> >> v1: >> initial version. >> >> huangdaode (2): >> net: hisilicon rm hnae sysfs interface >> net: hisilicon fix a bug on Hisilicon Network Subsystem >> >> drivers/net/ethernet/hisilicon/hns/hnae.c | 47 ----------------------- >> drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c | 2 +- >> 2 files changed, 1 insertion(+), 48 deletions(-) >> >> > I found two more bugs in build testing, will follow up with patches in this > thread > > Arnd. > > . Hi Arnd, thanks for your comments. i see you adding three patches in this thread to fix related bugs. should I need to re-send a new version patch which contains your other three patches or just wait for David Miller to merge this thread? thanks Daode Huang . -- Best Regards Daode Huang