Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935030AbeAKRH2 (ORCPT + 1 other); Thu, 11 Jan 2018 12:07:28 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:40142 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932752AbeAKRH1 (ORCPT ); Thu, 11 Jan 2018 12:07:27 -0500 Date: Thu, 11 Jan 2018 12:07:25 -0500 (EST) Message-Id: <20180111.120725.1401336309660096435.davem@davemloft.net> To: lipeng321@huawei.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linuxarm@huawei.com, salil.mehta@huawei.com Subject: Re: [PATCH net-next 00/11] add some new features and fix some bugs From: David Miller In-Reply-To: <1515671166-48006-1-git-send-email-lipeng321@huawei.com> References: <1515671166-48006-1-git-send-email-lipeng321@huawei.com> X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 11 Jan 2018 09:07:26 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: 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. Thank you.