Re: [dpdk-dev] [PATCH 1/3] net/ixgbe/base: remove PHY access for some 1G ports

2017-05-30 Thread Ferruh Yigit
On 5/27/2017 9:33 AM, Wei Dai wrote: > This patch removes some some 1GBASE-T PHY access since the FW > configures the PHY. SW shall not configure or initialize link. > Accessing the PHY would require the use of MDI clause 22 which > should be avoided in high layer driver code. > > Signed-off-by: W

[dpdk-dev] [PATCH 1/3] net/ixgbe/base: remove PHY access for some 1G ports

2017-05-27 Thread Wei Dai
This patch removes some some 1GBASE-T PHY access since the FW configures the PHY. SW shall not configure or initialize link. Accessing the PHY would require the use of MDI clause 22 which should be avoided in high layer driver code. Signed-off-by: Wei Dai --- drivers/net/ixgbe/base/ixgbe_x550.c