From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 922C15F0F for ; Fri, 16 Mar 2018 12:06:42 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Mar 2018 04:06:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,315,1517904000"; d="scan'208";a="37978567" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.62]) ([10.237.221.62]) by fmsmga004.fm.intel.com with ESMTP; 16 Mar 2018 04:06:39 -0700 To: Yuanhan Liu , Maxime Coquelin , Tiwei Bie Cc: dev@dpdk.org, stephen@networkplumber.org References: <20180316105155.38843-1-ferruh.yigit@intel.com> From: Ferruh Yigit Message-ID: <5a5d836b-2521-3c9d-2a2e-28917b704c33@intel.com> Date: Fri, 16 Mar 2018 11:06:38 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180316105155.38843-1-ferruh.yigit@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/2] net/virtio: fix link autoneg value X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2018 11:06:42 -0000 On 3/16/2018 10:51 AM, Ferruh Yigit wrote: > link_autoneg shold use ETH_LINK_FIXED, not ETH_LINK_SPEED_FIXED > > Fixes: 138f367aec66 ("net/virtio: use linkstatus helper functions") > Cc: stephen@networkplumber.org > > Signed-off-by: Ferruh Yigit Series Squashed into relevant commit in next-net, thanks.