From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965073AbcCKJBW (ORCPT ); Fri, 11 Mar 2016 04:01:22 -0500 Received: from mga14.intel.com ([192.55.52.115]:14952 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964786AbcCKJBO (ORCPT ); Fri, 11 Mar 2016 04:01:14 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,320,1455004800"; d="scan'208";a="762230108" Message-ID: <1457686918.1347.56.camel@linux.intel.com> Subject: Re: [PATCH v3 net-next 0/2] net: hns: get and set RSS indirection table by using ethtool From: Andy Shevchenko To: Kejian Yan , davem@davemloft.net Cc: yisen.zhuang@huawei.com, salil.mehta@huawei.com, liguozhu@huawei.com, huangdaode@hisilicon.com, arnd@arndb.de, andrew@lunn.ch, chenny.xu@huawei.com, ivecera@redhat.com, lisheng011@huawei.com, fengguang.wu@intel.com, haifeng.wei@huawei.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxarm@huawei.com Date: Fri, 11 Mar 2016 11:01:58 +0200 In-Reply-To: <1457666747-244953-1-git-send-email-yankejian@huawei.com> References: <1457666747-244953-1-git-send-email-yankejian@huawei.com> Organization: Intel Finland Oy Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > 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(-) > -- Andy Shevchenko Intel Finland Oy