From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] drivers/net: fix link autoneg value for virtual PMDs Date: Wed, 25 Apr 2018 11:05:42 +0100 Message-ID: References: <20180420000124.37412-1-ferruh.yigit@intel.com> <2196975.Yvl187P4FV@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, "John W. Linville" , Tetsuya Mukawa , Bruce Richardson , Jasvinder Singh , Cristian Dumitrescu , Pascal Mazon , stable@dpdk.org, Chas Williams To: Thomas Monjalon Return-path: In-Reply-To: <2196975.Yvl187P4FV@xps> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/20/2018 1:26 AM, Thomas Monjalon wrote: > 20/04/2018 02:01, Ferruh Yigit: >> These drivers never attempt link speed negotiation. Change link_autoneg >> value to ETH_LINK_FIXED to be more accurate and consistent between PMDs. >> >> Fixes: 1e3a958f40b3 ("ethdev: fix link autonegotiation value") >> Cc: stable@dpdk.org >> >> Signed-off-by: Ferruh Yigit > > Acked-by: Thomas Monjalon Applied to dpdk-next-net/master, thanks.