From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757049AbcASBv7 (ORCPT ); Mon, 18 Jan 2016 20:51:59 -0500 Received: from szxga02-in.huawei.com ([119.145.14.65]:35093 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756780AbcASBvz (ORCPT ); Mon, 18 Jan 2016 20:51:55 -0500 Subject: Re: [PATCH net-next] net: hns: bug fix about hisilicon TSO BD mode To: David Miller References: <1453109056-161865-1-git-send-email-huangdaode@hisilicon.com> <20160118.115524.1656097226798937868.davem@davemloft.net> CC: , , , , , , , , , From: huangdaode Message-ID: <569D96A2.2080504@hisilicon.com> Date: Tue, 19 Jan 2016 09:51:30 +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: <20160118.115524.1656097226798937868.davem@davemloft.net> 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.569D96B3.003E,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: e8059c175b1607422788edee97a2dc1b Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016/1/19 0:55, David Miller wrote: > From: Daode Huang > Date: Mon, 18 Jan 2016 17:24:16 +0800 > >> The current upstreaming code fails to set the tso_mode register >> when initilizes, when processes large size packets, the default 4 bd is >> not enough, so this patch initilizes it and set the default value to 8 bds >> >> Signed-off-by: Daode Huang > Your insistance of continually using "net-next" in your subject lines > shows you have no idea what GIT trees are active and in what trees > development and bug fixing is actually occurring in. > > The 'net' tree is the only tree active now and your driver has been in > there for over a week. > > And this is the place where all appropriate bug fixes go. > > Therefore if your code is present in the 'net' tree and you are fixing > things in that codebase, then that is the tree you target. > > I've been silently applying your patches there instead of net-next, > but I'm not going to do it any more and I will just reject patches not > submitted properly from this point forward. > > Thanks. > > . Hi David, Thanks for your comments, will pay more attention to it. Best Regards Daode.