]> git.droids-corp.org - dpdk.git/commit
net/axgbe: toggle PLL settings during rate change
authorSelwin Sebastian <selwin.sebastian@amd.com>
Tue, 25 Jan 2022 12:17:43 +0000 (17:47 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 27 Jan 2022 14:29:23 +0000 (15:29 +0100)
commit09b0a36cc7aef21deec6a73d3930a5fd43dfaed9
tree6a64e9ad3984361974814016b68b91ba5823e5e8
parent7201a9b56839e3c55822e5bc65f18099d9e72f64
net/axgbe: toggle PLL settings during rate change

For each rate change command submission, the FW has to do a phy
power off sequence internally. For this to happen correctly, the
PLL re-initialization control setting has to be turned off before
sending mailbox commands and re-enabled once the command submission
is complete. Without the PLL control setting, the link up takes
longer time in a fixed phy configuration.

Signed-off-by: Selwin Sebastian <selwin.sebastian@amd.com>
Acked-by: Chandubabu Namburu <chandu@amd.com>
drivers/net/axgbe/axgbe_common.h
drivers/net/axgbe/axgbe_phy_impl.c