Re: [PATCH 1/3] net/sfc: split link update function

2023-06-20 Thread Andrew Rybchenko
On 6/20/23 14:25, Ferruh Yigit wrote: On 6/2/2023 9:52 AM, Andrew Rybchenko wrote: On 6/2/23 01:23, Denis Pryazhennikov wrote: Separate the original link update function into two functions: state retrieval and update. This improves code clarity and maintainability. Signed-off-by: Denis Pryazhe

Re: [PATCH 1/3] net/sfc: split link update function

2023-06-20 Thread Ferruh Yigit
On 6/2/2023 9:52 AM, Andrew Rybchenko wrote: > On 6/2/23 01:23, Denis Pryazhennikov wrote: >> Separate the original link update function into >> two functions: state retrieval and update. >> This improves code clarity and maintainability. >> >> Signed-off-by: Denis Pryazhennikov >> Reviewed-by: Iv

Re: [PATCH 1/3] net/sfc: split link update function

2023-06-02 Thread Andrew Rybchenko
On 6/2/23 01:23, Denis Pryazhennikov wrote: Separate the original link update function into two functions: state retrieval and update. This improves code clarity and maintainability. Signed-off-by: Denis Pryazhennikov Reviewed-by: Ivan Malov Reviewed-by: Andy Moreton Acked-by: Andrew Rybche

[PATCH 1/3] net/sfc: split link update function

2023-06-01 Thread Denis Pryazhennikov
Separate the original link update function into two functions: state retrieval and update. This improves code clarity and maintainability. Signed-off-by: Denis Pryazhennikov Reviewed-by: Ivan Malov Reviewed-by: Andy Moreton --- drivers/net/sfc/sfc_ethdev.c | 28 +++- 1