From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 15A31231C for ; Tue, 27 Sep 2016 16:43:03 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP; 27 Sep 2016 07:43:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,405,1470726000"; d="scan'208";a="1062953287" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.48]) by fmsmga002.fm.intel.com with SMTP; 27 Sep 2016 07:43:01 -0700 Received: by (sSMTP sendmail emulation); Tue, 27 Sep 2016 15:43:00 +0025 Date: Tue, 27 Sep 2016 15:43:00 +0100 From: Bruce Richardson To: "Wu, Jingjing" Cc: "Zhang, Qi Z" , "Zhang, Helin" , "dev@dpdk.org" Message-ID: <20160927144300.GF36312@bricha3-MOBL3> References: <1474940242-40426-1-git-send-email-qi.z.zhang@intel.com> <9BB6961774997848B5B42BEC655768F80E2732E2@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9BB6961774997848B5B42BEC655768F80E2732E2@SHSMSX103.ccr.corp.intel.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 v7 0/2] net/i40e: enable 25G device 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, 27 Sep 2016 14:43:04 -0000 On Tue, Sep 27, 2016 at 08:57:57AM +0000, Wu, Jingjing wrote: > > > > -----Original Message----- > > From: Zhang, Qi Z > > Sent: Tuesday, September 27, 2016 9:37 AM > > To: Wu, Jingjing; Zhang, Helin > > Cc: dev@dpdk.org; Zhang, Qi Z > > Subject: [PATCH v7 0/2] net/i40e: enable 25G device > > > > The patch enable devices that support 25G link speed. > > It is based on previous 25G base driver update: > > http://dpdk.org/ml/archives/dev/2016-August/045569.html > > > > > > v7: > > - 25G device is XXV710 not XXL710, correct it. > > > > v6: > > - rebase to dpdk-next-net/rel_16_11. > > > > v5: > > - no chnage, just for adding the missing change log. > > > > v4: > > - correct return value check of i40e_dev_sync_phy_type. > > > > v3: > > - use PHY type to check PHY capability. > > - change the commit log in PATCH 1/2. > > > > v2: > > - remove some tailing white space. > > > > Zhang Qi (2): > > net/i40e: use PHY type to check PHY capability > > net/i40e: enable 25G device > > > > drivers/net/i40e/i40e_ethdev.c | 53 > > +++++++++++++++++++++++++++++++++++------- > > drivers/net/i40e/i40e_ethdev.h | 14 +++++++++++ > > 2 files changed, 59 insertions(+), 8 deletions(-) > > > > -- > > 2.7.4 > > Acked-by: Jingjing Wu > Applied to dpdk-next-net/rel_16_11 /Bruce