[dpdk-dev] [PATCH v2] E1000: fix for forced speed/duplex config

2016-11-07 Thread Thomas Monjalon
> > From the code, it looks like, hw->mac.autoneg, variable is used to switch > > between calling either autoneg function or forcing speed/duplex function. > > But > > this variable is not modified in eth_em_start/eth_igb_start routines (it is > > always > > set to 1) even while forcing the link

[dpdk-dev] [PATCH v2] E1000: fix for forced speed/duplex config

2016-11-03 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: Ananda Sathyanarayana [mailto:ananda at versa-networks.com] > Sent: Thursday, November 3, 2016 7:37 AM > To: Lu, Wenzhuo > Cc: dev at dpdk.org; Ananda Sathyanarayana > Subject: [PATCH v2] E1000: fix for forced speed/duplex config > > Fixed the

[dpdk-dev] [PATCH v2] E1000: fix for forced speed/duplex config

2016-11-02 Thread Ananda Sathyanarayana
Fixed the formating/syntax issues reported >From the code, it looks like, hw->mac.autoneg, variable is used to switch between calling either autoneg function or forcing speed/duplex function. But this variable is not modified in eth_em_start/eth_igb_start routines (it is always set to 1) even