[dpdk-dev] [PATCH 1/4] net/ixgbe/base: acquire PHY semaphore before device reset

2017-04-18 Thread Wei Dai
A recent firmware change fixed an issue to acquire the PHY semaphore before accessing PHY registers. This led to a case where SW can issue a device reset clearing the MDIO registers. This patch makes SW acquire the PHY semaphore before issuing a device reset. Signed-off-by: Wei Dai --- drivers/n

[dpdk-dev] [PATCH 1/4] net/ixgbe/base: acquire PHY semaphore before device reset

2017-04-17 Thread Wei Dai
A recent firmware change fixed an issue to acquire the PHY semaphore before accessing PHY registers. This led to a case where SW can issue a device reset clearing the MDIO registers. This patch makes SW acquire the PHY semaphore before issuing a device reset. Signed-off-by: Wei Dai --- drivers/n