Re: [PATCH v2 004/148] net/ice/base: update phy config during link restart

2024-06-19 Thread Bruce Richardson
On Wed, Jun 12, 2024 at 03:59:58PM +0100, Anatoly Burakov wrote: > From: Ian Stokes > > Update en_link in curr_user_phy_cfg.caps on successful execution of > set_link_restart_an operation. > > Signed-off-by: Siddaraju DH > Signed-off-by: Ian Stokes > --- > drivers/net/ice/base/ice_common.c |

[PATCH v2 004/148] net/ice/base: update phy config during link restart

2024-06-12 Thread Anatoly Burakov
From: Ian Stokes Update en_link in curr_user_phy_cfg.caps on successful execution of set_link_restart_an operation. Signed-off-by: Siddaraju DH Signed-off-by: Ian Stokes --- drivers/net/ice/base/ice_common.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/driv