Hi Ferruh: > -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Ferruh Yigit > Sent: Saturday, March 10, 2018 1:57 AM > To: Wu, Jingjing <[email protected]>; Lu, Wenzhuo > <[email protected]> > Cc: [email protected]; Yigit, Ferruh <[email protected]>; [email protected] > 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: [email protected] > Cc: [email protected] > > Signed-off-by: Ferruh Yigit <[email protected]>
Acked-by: Qi Zhang <[email protected]> BTW, I saw the same issue on i40evf, will you also fix that? Thanks Qi

