From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id B27FC28FD for ; Tue, 27 Sep 2016 10:58:01 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP; 27 Sep 2016 01:58:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,404,1470726000"; d="scan'208";a="13729242" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 27 Sep 2016 01:58:00 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 27 Sep 2016 01:58:00 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.234]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.101]) with mapi id 14.03.0248.002; Tue, 27 Sep 2016 16:57:57 +0800 From: "Wu, Jingjing" To: "Zhang, Qi Z" , "Zhang, Helin" CC: "dev@dpdk.org" Thread-Topic: [PATCH v7 0/2] net/i40e: enable 25G device Thread-Index: AQHSGJqqKqVANc7FpEOkfPVSfrlpfqCNCSXw Date: Tue, 27 Sep 2016 08:57:57 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F80E2732E2@SHSMSX103.ccr.corp.intel.com> References: <1474940242-40426-1-git-send-email-qi.z.zhang@intel.com> In-Reply-To: <1474940242-40426-1-git-send-email-qi.z.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 08:58:02 -0000 > -----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 >=20 > 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 >=20 >=20 > v7: > - 25G device is XXV710 not XXL710, correct it. >=20 > v6: > - rebase to dpdk-next-net/rel_16_11. >=20 > v5: > - no chnage, just for adding the missing change log. >=20 > v4: > - correct return value check of i40e_dev_sync_phy_type. >=20 > v3: > - use PHY type to check PHY capability. > - change the commit log in PATCH 1/2. >=20 > v2: > - remove some tailing white space. >=20 > Zhang Qi (2): > net/i40e: use PHY type to check PHY capability > net/i40e: enable 25G device >=20 > drivers/net/i40e/i40e_ethdev.c | 53 > +++++++++++++++++++++++++++++++++++------- > drivers/net/i40e/i40e_ethdev.h | 14 +++++++++++ > 2 files changed, 59 insertions(+), 8 deletions(-) >=20 > -- > 2.7.4 Acked-by: Jingjing Wu Thanks Jingjing