Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

netlink: specs: add the multicast group name to spec

Add the multicast group's name to the YAML spec.
Without it YNL doesn't know how to subscribe to notifications.

Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20250623231720.3124717-2-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

+8 -2
+6
Documentation/netlink/specs/ethtool.yaml
··· 2492 2492 attributes: 2493 2493 - header 2494 2494 - events 2495 + 2496 + mcast-groups: 2497 + list: 2498 + - 2499 + name: monitor 2500 + c-define-name: ethtool-mcgrp-monitor-name
-2
include/uapi/linux/ethtool_netlink.h
··· 208 208 ETHTOOL_A_STATS_PHY_MAX = (__ETHTOOL_A_STATS_PHY_CNT - 1) 209 209 }; 210 210 211 - #define ETHTOOL_MCGRP_MONITOR_NAME "monitor" 212 - 213 211 #endif /* _UAPI_LINUX_ETHTOOL_NETLINK_H_ */