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 302522BB0; Mon, 10 Apr 2017 11:52:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491817961; x=1523353961; h=subject:to:cc:references:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=BkM07bEnVYreHm03pqcocovo984aZ6EhYKDmhC1pff0=; b=aIwgOL1Ko/VXe4SxF9+dFtn3WT7DzqVQcDEPHqeShAjmS2NZmS0CPq/N MrBHrj7qVdQMh0bH4/cpr3dkRD9Leg==; Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Apr 2017 02:52:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,182,1488873600"; d="scan'208";a="844048316" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by FMSMGA003.fm.intel.com with ESMTP; 10 Apr 2017 02:52:39 -0700 To: Qi Zhang Cc: jingjing.wu@intel.com, helin.zhang@intel.com, dev@dpdk.org, stable@dpdk.org References: <1491433937-36182-1-git-send-email-qi.z.zhang@intel.com> <1491761106-26883-1-git-send-email-qi.z.zhang@intel.com> <1491761106-26883-4-git-send-email-qi.z.zhang@intel.com> From: Ferruh Yigit Message-ID: Date: Mon, 10 Apr 2017 10:52:38 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <1491761106-26883-4-git-send-email-qi.z.zhang@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH v2 3/3] net/i40e: add missing 25G link speed X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2017 09:52:41 -0000 On 4/9/2017 7:05 PM, Qi Zhang wrote: > Add missing 25G link speed decode in i40evf_dev_link_update. > > Cc: stable@dpdk.org > > Signed-off-by: Qi Zhang Fixes: 75d133dd3296 ("net/i40e: enable 25G device") Added above fixes line, but I am not sure about it, can you please confirm? Thanks, ferruh