diff mbox series

[net,v1] doc/netlink/specs: Add missing attr in rt_link spec

Message ID 20240201113853.37432-1-donald.hunter@gmail.com (mailing list archive)
State Accepted
Commit 069a6ed2992df8eaae90d69d7770de8d545327d9
Delegated to: Netdev Maintainers
Headers show
Series [net,v1] doc/netlink/specs: Add missing attr in rt_link spec | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net
netdev/ynl success SINGLE THREAD; Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag present in non-next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 8 this patch: 8
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers success CCed 0 of 0 maintainers
netdev/build_clang success Errors and warnings before: 8 this patch: 8
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 8 this patch: 8
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 22 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-02-01--15-00 (tests: 713)

Commit Message

Donald Hunter Feb. 1, 2024, 11:38 a.m. UTC
IFLA_DPLL_PIN was added to rt_link messages but not to the spec, which
breaks ynl. Add the missing definitions to the rt_link ynl spec.

Fixes: 5f1842692880 ("netdev: expose DPLL pin handle for netdevice")
Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
---
 Documentation/netlink/specs/rt_link.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Jiri Pirko Feb. 1, 2024, 12:50 p.m. UTC | #1
Thu, Feb 01, 2024 at 12:38:53PM CET, donald.hunter@gmail.com wrote:
>IFLA_DPLL_PIN was added to rt_link messages but not to the spec, which
>breaks ynl. Add the missing definitions to the rt_link ynl spec.
>
>Fixes: 5f1842692880 ("netdev: expose DPLL pin handle for netdevice")
>Signed-off-by: Donald Hunter <donald.hunter@gmail.com>

Ah, sorry about this. I wonder how could we avoid this in the future.

Reviewed-by: Jiri Pirko <jiri@nvidia.com>
patchwork-bot+netdevbpf@kernel.org Feb. 1, 2024, 5:30 p.m. UTC | #2
Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu,  1 Feb 2024 11:38:53 +0000 you wrote:
> IFLA_DPLL_PIN was added to rt_link messages but not to the spec, which
> breaks ynl. Add the missing definitions to the rt_link ynl spec.
> 
> Fixes: 5f1842692880 ("netdev: expose DPLL pin handle for netdevice")
> Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
> ---
>  Documentation/netlink/specs/rt_link.yaml | 10 ++++++++++
>  1 file changed, 10 insertions(+)

Here is the summary with links:
  - [net,v1] doc/netlink/specs: Add missing attr in rt_link spec
    https://git.kernel.org/netdev/net/c/069a6ed2992d

You are awesome, thank you!
diff mbox series

Patch

diff --git a/Documentation/netlink/specs/rt_link.yaml b/Documentation/netlink/specs/rt_link.yaml
index 1ad01d52a863..8e4d19adee8c 100644
--- a/Documentation/netlink/specs/rt_link.yaml
+++ b/Documentation/netlink/specs/rt_link.yaml
@@ -942,6 +942,10 @@  attribute-sets:
       -
         name: gro-ipv4-max-size
         type: u32
+      -
+        name: dpll-pin
+        type: nest
+        nested-attributes: link-dpll-pin-attrs
   -
     name: af-spec-attrs
     attributes:
@@ -1627,6 +1631,12 @@  attribute-sets:
       -
         name: used
         type: u8
+  -
+    name: link-dpll-pin-attrs
+    attributes:
+      -
+        name: id
+        type: u32
 
 sub-messages:
   -