Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933064AbeALD1s (ORCPT + 1 other); Thu, 11 Jan 2018 22:27:48 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:3778 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932460AbeALD1q (ORCPT ); Thu, 11 Jan 2018 22:27:46 -0500 Subject: Re: [PATCH net-next 00/11] add some new features and fix some bugs To: David Miller References: <1515671166-48006-1-git-send-email-lipeng321@huawei.com> <20180111.120725.1401336309660096435.davem@davemloft.net> CC: , , , From: "lipeng (Y)" Message-ID: Date: Fri, 12 Jan 2018 11:26:53 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20180111.120725.1401336309660096435.davem@davemloft.net> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.63.173.108] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On 2018/1/12 1:07, David Miller wrote: > From: Peng Li > Date: Thu, 11 Jan 2018 19:45:55 +0800 > >> This patchset adds some new features and fixes some bugs: >> [patch 1/11] adds ethtool_ops.get_channels support for VF. >> [patch 2/11] removes TSO config command from VF driver. >> [patch 3/11] adds ethtool_ops.get_coalesce support to PF. >> [patch 4/11] adds ethtool_ops.set_coalesce support to PF. >> [patch 5/11 - 11/11] do some code improvements and fix some bugs. > Can you please write a real commit message in your header postings > please? > > Don't just copy the subject lines from the patches, and add one > sentence with a brief description. > > Really write real paragraphs describing what the patch series > is doing, how it is doing it, and why it is doing it that > way. > > A real explanation that tells the reader what exactly to > expect when they review the patches themselves. Thanks for your advice. A detail explanation is better for review, I will write the "real explanation" in V2 patch-set. Peng Li > Thank you. > > .