Message ID | 20240709063039.2909536-1-maxime.chevallier@bootlin.com (mailing list archive) |
---|---|
Headers | show |
Series | Introduce PHY listing and link_topology tracking | expand |
On Tue, 9 Jul 2024 08:30:23 +0200 Maxime Chevallier wrote: > This is V17 of the phy_link_topology series, aiming at improving support > for multiple PHYs being attached to the same MAC. > > V17 is mostly a rebase of V16 on net-next, as the addition of new > features in the PSE-PD command raised a conflict on the ethtool netlink > spec, and patch 10 was updated : > > ("net: ethtool: pse-pd: Target the command to the requested PHY") > > The new code was updated to make use of the new helpers to retrieve the > PHY from the ethnl request, and an error message was also updated to > better reflect the fact that we don't only rely on the attached PHY for > configuration. I lack the confidence to take this during the merge window, without Russell's acks. So Deferred, sorry :(
Hello Jakub, On Mon, 15 Jul 2024 08:31:06 -0700 Jakub Kicinski <kuba@kernel.org> wrote: > On Tue, 9 Jul 2024 08:30:23 +0200 Maxime Chevallier wrote: > > This is V17 of the phy_link_topology series, aiming at improving support > > for multiple PHYs being attached to the same MAC. > > > > V17 is mostly a rebase of V16 on net-next, as the addition of new > > features in the PSE-PD command raised a conflict on the ethtool netlink > > spec, and patch 10 was updated : > > > > ("net: ethtool: pse-pd: Target the command to the requested PHY") > > > > The new code was updated to make use of the new helpers to retrieve the > > PHY from the ethnl request, and an error message was also updated to > > better reflect the fact that we don't only rely on the attached PHY for > > configuration. > > I lack the confidence to take this during the merge window, without > Russell's acks. So Deferred, sorry :( Understood. Is there anything I can make next time to make that series more digestable and easy to review ? I didn't want to split the netlink part from the core part, as just the phy_link_topology alone doesn't make much sense for now, but it that makes the lives of reviewers easier I could submit these separately. Thanks, Maxime
On Tue, 16 Jul 2024 10:16:26 +0200 Maxime Chevallier wrote: > > I lack the confidence to take this during the merge window, without > > Russell's acks. So Deferred, sorry :( > > Understood. Is there anything I can make next time to make that series > more digestable and easy to review ? I didn't want to split the netlink > part from the core part, as just the phy_link_topology alone doesn't > make much sense for now, but it that makes the lives of reviewers > easier I could submit these separately. TBH I can only review this from coding and netlink perspective, and it looks solid. Folk who actually know PHYs and SFPs may have more meaningful feedback :(
Hi Jakub, Russell Le 17/07/2024 à 17:26, Jakub Kicinski a écrit : > On Tue, 16 Jul 2024 10:16:26 +0200 Maxime Chevallier wrote: >>> I lack the confidence to take this during the merge window, without >>> Russell's acks. So Deferred, sorry :( >> >> Understood. Is there anything I can make next time to make that series >> more digestable and easy to review ? I didn't want to split the netlink >> part from the core part, as just the phy_link_topology alone doesn't >> make much sense for now, but it that makes the lives of reviewers >> easier I could submit these separately. > > TBH I can only review this from coding and netlink perspective, and > it looks solid. Folk who actually know PHYs and SFPs may have more > meaningful feedback :( How can we progress on this ? Russell, have you been able to have a look at that latest version of the series ? I know you reviewed earlier versions already but I understand Jakub is willing some feedback from you. Jakub, as you say it looks solid. I can add to that that I have been using this series widely through the double Ethernet attachment on several boards and it works well, it is stable and more performant than the dirty home-made solution we had on v4.14. So it would be great if the series could be merged for v6.12, and I guess the earliest it is merged into net-next the more time it spends in linux-next before the merge window. Any chance to get it merged anytime soon even without a formal feedback from Russell ? We are really looking forward to getting that series merged and step forward with all the work that depends on it and is awaiting. Thanks Christophe
On Fri, 16 Aug 2024 19:02:20 +0200 Christophe Leroy wrote: > So it would be great if the series could be merged for v6.12, and I > guess the earliest it is merged into net-next the more time it spends in > linux-next before the merge window. Any chance to get it merged anytime > soon even without a formal feedback from Russell ? We are really looking > forward to getting that series merged and step forward with all the work > that depends on it and is awaiting. Give Russell a few days to respond, then repost. Russell said his ability to review code right now may be limited. I'm not sure whether he would like us to wait for him or just do our best. In the absence of an opinion - we'll do the latter.
> Jakub, as you say it looks solid. I can add to that that I have been using > this series widely through the double Ethernet attachment on several boards > and it works well, it is stable and more performant than the dirty home-made > solution we had on v4.14. Have you posted a Tested-by: You can also post Reviewed-by: if you have taken a look at the code. It won't have the same value as one from Rusell, but it does add some degree of warm fuzzy feeling this code is O.K, and it starts building your reputation as a reviewer. Andrew
Hello Andrew, On Sat, 17 Aug 2024 17:43:52 +0200 Andrew Lunn <andrew@lunn.ch> wrote: > > Jakub, as you say it looks solid. I can add to that that I have been using > > this series widely through the double Ethernet attachment on several boards > > and it works well, it is stable and more performant than the dirty home-made > > solution we had on v4.14. > > Have you posted a Tested-by: > > You can also post Reviewed-by: if you have taken a look at the > code. It won't have the same value as one from Rusell, but it does add > some degree of warm fuzzy feeling this code is O.K, and it starts > building your reputation as a reviewer. Hmm did you check the replies from Christophe to each patch of this series? He has already posted a Tested-by and Reviewed-by to every single patch in the series :-) Thanks! Thomas