Message ID | 20241022151418.875424-1-kory.maincent@bootlin.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 63afe0c217dc21457dbccca1da61266c47886e61 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] netlink: specs: Add missing phy-ntf command to ethtool spec | expand |
Hello Köry, On Tue, 22 Oct 2024 17:14:18 +0200 Kory Maincent <kory.maincent@bootlin.com> wrote: > ETHTOOL_MSG_PHY_NTF description is missing in the ethtool netlink spec. > Add it to the spec. > > Signed-off-by: Kory Maincent <kory.maincent@bootlin.com> Nice catch, sorry about that. Reviewed-by: Maxime Chevallier <maxime.chevallier@bootlin.com> Maxime
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 22 Oct 2024 17:14:18 +0200 you wrote: > ETHTOOL_MSG_PHY_NTF description is missing in the ethtool netlink spec. > Add it to the spec. > > Signed-off-by: Kory Maincent <kory.maincent@bootlin.com> > --- > Documentation/netlink/specs/ethtool.yaml | 4 ++++ > 1 file changed, 4 insertions(+) Here is the summary with links: - [net-next] netlink: specs: Add missing phy-ntf command to ethtool spec https://git.kernel.org/netdev/net-next/c/63afe0c217dc You are awesome, thank you!
diff --git a/Documentation/netlink/specs/ethtool.yaml b/Documentation/netlink/specs/ethtool.yaml index f6c5d8214c7e..93369f0eb816 100644 --- a/Documentation/netlink/specs/ethtool.yaml +++ b/Documentation/netlink/specs/ethtool.yaml @@ -1956,3 +1956,7 @@ operations: - upstream-sfp-name - downstream-sfp-name dump: *phy-get-op + - + name: phy-ntf + doc: Notification for change in PHY devices. + notify: phy-get
ETHTOOL_MSG_PHY_NTF description is missing in the ethtool netlink spec. Add it to the spec. Signed-off-by: Kory Maincent <kory.maincent@bootlin.com> --- Documentation/netlink/specs/ethtool.yaml | 4 ++++ 1 file changed, 4 insertions(+)