Message ID | 20241213112551.33557-1-donald.hunter@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 4fe205539c46ab0add34675ab037f49caa30607c |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next,v1] netlink: specs: add phys-binding attr to rt_link spec | expand |
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Fri, 13 Dec 2024 11:25:50 +0000 you wrote: > Add the missing phys-binding attr to the mctp-attrs in the rt_link spec. > This fixes commit 580db513b4a9 ("net: mctp: Expose transport binding > identifier via IFLA attribute"). > > Note that enum mctp_phys_binding is not currently uapi, but perhaps it > should be? > > [...] Here is the summary with links: - [net-next,v1] netlink: specs: add phys-binding attr to rt_link spec https://git.kernel.org/netdev/net-next/c/4fe205539c46 You are awesome, thank you!
On Fri, 13 Dec 2024 11:25:50 +0000 Donald Hunter wrote: > Note that enum mctp_phys_binding is not currently uapi, but perhaps it > should be? FWIW I think the values are defined by a DMTF standard, but we could list them. No strong preference.
diff --git a/Documentation/netlink/specs/rt_link.yaml b/Documentation/netlink/specs/rt_link.yaml index 9ffa13b77dcf..96465376d6fe 100644 --- a/Documentation/netlink/specs/rt_link.yaml +++ b/Documentation/netlink/specs/rt_link.yaml @@ -2086,6 +2086,9 @@ attribute-sets: - name: mctp-net type: u32 + - + name: phys-binding + type: u8 - name: stats-attrs name-prefix: ifla-stats-
Add the missing phys-binding attr to the mctp-attrs in the rt_link spec. This fixes commit 580db513b4a9 ("net: mctp: Expose transport binding identifier via IFLA attribute"). Note that enum mctp_phys_binding is not currently uapi, but perhaps it should be? Signed-off-by: Donald Hunter <donald.hunter@gmail.com> --- Documentation/netlink/specs/rt_link.yaml | 3 +++ 1 file changed, 3 insertions(+)