From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 53AC19A88 for ; Tue, 7 Jun 2016 14:47:32 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 07 Jun 2016 05:47:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,433,1459839600"; d="scan'208";a="715220884" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.81]) by FMSMGA003.fm.intel.com with SMTP; 07 Jun 2016 05:47:09 -0700 Received: by (sSMTP sendmail emulation); Tue, 07 Jun 2016 13:47:09 +0025 Date: Tue, 7 Jun 2016 13:47:08 +0100 From: Bruce Richardson To: Rasesh Mody Cc: "dev@dpdk.org" , Dept-Eng DPDK Dev Message-ID: <20160607124708.GB6948@bricha3-MOBL3> References: <1462595421-22505-1-git-send-email-rasesh.mody@qlogic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 0/9] qede: update qede PMD to 1.1.0.1 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2016 12:47:32 -0000 On Mon, May 23, 2016 at 12:56:50AM +0000, Rasesh Mody wrote: > Hi Bruce, > > > From: Rasesh Mody [mailto:rasesh.mody@qlogic.com] > > Sent: Friday, May 06, 2016 9:30 PM > > > > This patch set adds support for enabling 100G mode for QEDE PMD. > > It also adds support for APIs like > > - mtu_set > > - reta_update > > - reta_query > > - rss_hash_update > > - rss_hash_conf_get > > - xstats_get > > The changes include enablement of vf-vf traffic and updated the driver > > version to 8.7.9.0_1.1.0.1 > > > > The patches have been generated and tested against dpdk-next-net > > rel_16_07 branch. > > > > Please apply! > > > > Harish Patil (2): > > qede: add 100g mode support > > qede: update version to 8.7.9.0_1.1.0.1 > > > > Rasesh Mody (1): > > qede: add support for xstats > > > > Sony Chacko (6): > > qede: update hash config > > qede: get hash configuration > > qede: rss redirection table update > > qede: rss redirection table query > > qede: set mtu > > qede: enable vf-vf traffic with unmatched dest addr > > > > config/common_base | 2 +- > > doc/guides/nics/overview.rst | 6 +- > > doc/guides/nics/qede.rst | 11 +- > > drivers/net/qede/base/ecore_l2.c | 19 +- > > drivers/net/qede/qede_eth_if.c | 45 +++-- > > drivers/net/qede/qede_eth_if.h | 1 + > > drivers/net/qede/qede_ethdev.c | 390 > > +++++++++++++++++++++++++++++++++++++- > > drivers/net/qede/qede_ethdev.h | 10 +- > > drivers/net/qede/qede_rxtx.c | 42 ++-- > > 9 files changed, 466 insertions(+), 60 deletions(-) > > > > -- > > 1.7.10.3 > > Did you get a chance to review these patches for QEDE PMD? > > Thanks! > Rasesh Hi, a couple of comments I've put in reply to individual patches, and please also take into account Harry's comments on the stats patch. Otherwise things look pretty ok. A general comment that applied to a number of patches is to ensure that the titles start with the appropriate verb to describe what the patch is doing. For example, the patch: qede: set mtu is not actually setting the MTU on the nic, but is adding support for setting the mtu on the NIC, so should be: qede: add support for setting the MTU. Please take this into account when doing a V2. Thanks, /Bruce