From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50EB6FA3728 for ; Thu, 17 Oct 2019 00:56:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3077320659 for ; Thu, 17 Oct 2019 00:56:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404090AbfJQA4c (ORCPT ); Wed, 16 Oct 2019 20:56:32 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:50590 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726521AbfJQA4c (ORCPT ); Wed, 16 Oct 2019 20:56:32 -0400 Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id E9824814F5D5CF5B9A39; Thu, 17 Oct 2019 08:56:30 +0800 (CST) Received: from [127.0.0.1] (10.74.149.191) by DGGEMS407-HUB.china.huawei.com (10.3.19.207) with Microsoft SMTP Server id 14.3.439.0; Thu, 17 Oct 2019 08:56:22 +0800 Subject: Re: [PATCH net-next 00/12] net: hns3: add some bugfixes and optimizations To: David Miller , CC: , , , , References: <1571210231-29154-1-git-send-email-tanhuazhong@huawei.com> <20191016101943.415d73cf@cakuba.netronome.com> <20191016.135003.672960397161023411.davem@davemloft.net> From: tanhuazhong Message-ID: Date: Thu, 17 Oct 2019 08:56:22 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <20191016.135003.672960397161023411.davem@davemloft.net> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.74.149.191] X-CFilter-Loop: Reflected Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 2019/10/17 1:50, David Miller wrote: > From: Jakub Kicinski > Date: Wed, 16 Oct 2019 10:19:43 -0700 > >> On Wed, 16 Oct 2019 15:16:59 +0800, Huazhong Tan wrote: >>> This patch-set includes some bugfixes and code optimizations >>> for the HNS3 ethernet controller driver. >> >> The code LGTM, mostly, but it certainly seems like patches 2, 3 and 4 >> should be a separate series targeting the net tree :( > > Agreed, there are legitimate bug fixes. > > I have to say that I see this happening a lot, hns3 bug fixes targetting > net-next in a larger series of cleanups and other kinds of changes. > > Please handle this delegation properly. Send bug fixes as a series targetting > 'net', and send everything else targetting 'net-next'. > ok, thanks. > . >