[dpdk-dev] [PATCH] net/avf: fix link autoneg value

Zhang, Helin helin.zhang at intel.com
Thu Mar 29 07:51:20 CEST 2018



> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Zhang, Qi Z
> Sent: Wednesday, March 28, 2018 2:43 PM
> To: Yigit, Ferruh; Wu, Jingjing; Lu, Wenzhuo
> Cc: dev at dpdk.org; Yigit, Ferruh; stable at dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] net/avf: fix link autoneg value
> 
> Hi Ferruh:
> 
> > -----Original Message-----
> > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ferruh Yigit
> > Sent: Saturday, March 10, 2018 1:57 AM
> > To: Wu, Jingjing <jingjing.wu at intel.com>; Lu, Wenzhuo
> > <wenzhuo.lu at intel.com>
> > Cc: dev at dpdk.org; Yigit, Ferruh <ferruh.yigit at intel.com>;
> > stable at dpdk.org
> > Subject: [dpdk-dev] [PATCH] net/avf: fix link autoneg value
> >
> > Intention of the logic is:
> > If ETH_LINK_SPEED_FIXED is set in dev_conf, set link_autoneg to
> > ETH_LINK_FIXED, else set it to ETH_LINK_AUTONEG
> >
> > ETH_LINK_SPEED_FIXED value is 1, and ETH_LINK_FIXED is 0;
> >
> > Current logic is broken, fix it according above values.
> >
> > Fixes: 48de41ca11f0 ("net/avf: enable link status update")
> > Cc: jingjing.wu at intel.com
> > Cc: stable at dpdk.org
> >
> > Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
> 
> Acked-by: Qi Zhang <qi.z.zhang at intel.com>
Applied to dpdk-next-net-intel, thanks!

/Helin


More information about the dev mailing list