From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 00/20] add some new features and fix some bugs for HNS3 driver Date: Mon, 08 Jan 2018 14:08:04 -0500 (EST) Message-ID: <20180108.140804.1718706875962310640.davem@davemloft.net> References: <1515147504-86802-1-git-send-email-lipeng321@huawei.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linuxarm@huawei.com, salil.mehta@huawei.com To: lipeng321@huawei.com Return-path: In-Reply-To: <1515147504-86802-1-git-send-email-lipeng321@huawei.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Peng Li Date: Fri, 5 Jan 2018 18:18:04 +0800 > This patchset adds some new features support and fixes some bugs: > [Patch 1/20] adds support to enable/disable vlan filter with ethtool > [Patch 2/20] disables VFs change rxvlan offload status > [Patch 3/20 - 13/120 fix bugs and refine some codes for packet > statistics, support query with both ifconfig and ethtool. > [Patch 14/20 - 20/20] fix some other bugs. Series applied, thank you.