Hi Ferruh: > -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit > Sent: Saturday, March 10, 2018 1:57 AM > To: Wu, Jingjing <jingjing...@intel.com>; Lu, Wenzhuo > <wenzhuo...@intel.com> > Cc: dev@dpdk.org; Yigit, Ferruh <ferruh.yi...@intel.com>; sta...@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...@intel.com > Cc: sta...@dpdk.org > > Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com> BTW, I saw the same issue on i40evf, will you also fix that? Thanks Qi