From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id D60AC2BBE for ; Mon, 26 Sep 2016 18:14:57 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP; 26 Sep 2016 09:14:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,400,1470726000"; d="scan'208";a="13339498" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.221.93]) ([10.237.221.93]) by fmsmga006.fm.intel.com with ESMTP; 26 Sep 2016 09:14:55 -0700 To: Zhang Qi , jingjing.wu@intel.com, helin.zhang@intel.com References: <1474845922-43197-1-git-send-email-qi.z.zhang@intel.com> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: <7bedd347-3e7d-e397-8af8-722928acf9bb@intel.com> Date: Mon, 26 Sep 2016 17:14:55 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1474845922-43197-1-git-send-email-qi.z.zhang@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v5 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: Mon, 26 Sep 2016 16:14:59 -0000 Hi Qi, On 9/26/2016 12:25 AM, Zhang Qi wrote: > 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 > > 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 | 54 +++++++++++++++++++++++++++++++++++------- > drivers/net/i40e/i40e_ethdev.h | 14 +++++++++++ > 2 files changed, 59 insertions(+), 9 deletions(-) > Would you mind rebasing patchset on top of dpdk-next-net/rel_16_11? Thanks, ferruh