mirror of
https://github.com/torvalds/linux.git
synced 2026-03-13 22:36:17 +01:00
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>
This commit is contained in:
parent
bfb4fb77f9
commit
826334359e
3 changed files with 8 additions and 2 deletions
|
|
@ -2492,3 +2492,9 @@ operations:
|
|||
attributes:
|
||||
- header
|
||||
- events
|
||||
|
||||
mcast-groups:
|
||||
list:
|
||||
-
|
||||
name: monitor
|
||||
c-define-name: ethtool-mcgrp-monitor-name
|
||||
|
|
|
|||
|
|
@ -208,6 +208,4 @@ enum {
|
|||
ETHTOOL_A_STATS_PHY_MAX = (__ETHTOOL_A_STATS_PHY_CNT - 1)
|
||||
};
|
||||
|
||||
#define ETHTOOL_MCGRP_MONITOR_NAME "monitor"
|
||||
|
||||
#endif /* _UAPI_LINUX_ETHTOOL_NETLINK_H_ */
|
||||
|
|
|
|||
|
|
@ -867,4 +867,6 @@ enum {
|
|||
ETHTOOL_MSG_KERNEL_MAX = (__ETHTOOL_MSG_KERNEL_CNT - 1)
|
||||
};
|
||||
|
||||
#define ETHTOOL_MCGRP_MONITOR_NAME "monitor"
|
||||
|
||||
#endif /* _UAPI_LINUX_ETHTOOL_NETLINK_GENERATED_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue