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 02C23C424 for ; Thu, 23 Jun 2016 17:49:41 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 23 Jun 2016 08:49:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,517,1459839600"; d="scan'208";a="724001759" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.161]) by FMSMGA003.fm.intel.com with SMTP; 23 Jun 2016 08:49:39 -0700 Received: by (sSMTP sendmail emulation); Thu, 23 Jun 2016 16:49:38 +0025 Date: Thu, 23 Jun 2016 16:49:38 +0100 From: Bruce Richardson To: Rasesh Mody Cc: dev@dpdk.org, Dept-EngDPDKDev@qlogic.com Message-ID: <20160623154938.GO5024@bricha3-MOBL3> References: <1466056031-23225-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: <1466056031-23225-1-git-send-email-rasesh.mody@qlogic.com> 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 v2 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: Thu, 23 Jun 2016 15:49:42 -0000 On Wed, Jun 15, 2016 at 10:47:02PM -0700, Rasesh Mody wrote: > Hi Bruce, > > v2 series: > - made subject and description of the patches verbose where needed. > - extended stats patch: some of the stats may sound similar, however, > they are different stats collected by different hw componenets > (eg. mac, rx pipeline, etc). We've tried our best to elaborate each > stat as applicable and provided a direction. All other comments on > the patch addressed. > > 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! > Applied to dpdk-next-net/rel_16_07 with previously flagged commit message and doc changes. Regards, /Bruce