From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932721AbcCNE2f (ORCPT ); Mon, 14 Mar 2016 00:28:35 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:24417 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751207AbcCNE23 (ORCPT ); Mon, 14 Mar 2016 00:28:29 -0400 Subject: Re: [PATCH v3 net-next 0/2] net: hns: get and set RSS indirection table by using ethtool To: Andy Shevchenko , References: <1457666747-244953-1-git-send-email-yankejian@huawei.com> <1457686918.1347.56.camel@linux.intel.com> CC: , , , , , , , , , , , , , , From: "Yankejian (Hackim Yim)" Message-ID: <56E63D95.6080702@huawei.com> Date: Mon, 14 Mar 2016 12:27:01 +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: <1457686918.1347.56.camel@linux.intel.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.57.126.191] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090202.56E63DA2.006B,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: 07946085070cc4ef7720fbb4e3db59ba Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016/3/11 17:01, Andy Shevchenko wrote: > On Fri, 2016-03-11 at 11:25 +0800, Kejian Yan wrote: >> When we use ethtool to retrieves or configure the receive flow hash >> indirection table, ethtool needs to call .get_rxnfc to get the ring >> number >> so this patchset implements the .get_rxnfc and fixes the bug that we >> can >> not get the tatal table each time. >> > FWIW: > > Reviewed-by: Andy Shevchenko Hi Andy, I'm sorry for missing it.i will fix it in next submit. MBR, Kejian >> --- >> change log: >> PATCH v3: >> - This patchset fixes the building warning and error >> >> PATCH v2: >> - This patchset fixes the comments provided by Andy Shevchenko > Shevchenko> >> >> PATCH v1: >> - first submit >> >> Kejian Yan (2): >> net: hns: fix return value of the function about rss >> net: hns: fixes a bug of RSS >> >> drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 8 ++++--- >> drivers/net/ethernet/hisilicon/hns/hns_dsaf_ppe.c | 2 +- >> drivers/net/ethernet/hisilicon/hns/hns_ethtool.c | 28 >> ++++++++++++++++------- >> 3 files changed, 26 insertions(+), 12 deletions(-) >>