Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next v3] doc/netlink: rt-link: fix binary attributes marked as strings
@ 2026-05-29 12:14 Remy D. Farley
  2026-06-02 20:20 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Remy D. Farley @ 2026-05-29 12:14 UTC (permalink / raw)
  To: Donald Hunter, Jakub Kicinski, netdev; +Cc: Remy D. Farley

These link-attrs attributes were previously marked as strings:

- wireless - struct iw_event
- protinfo - a nest of ifla6-attrs or linkinfo-brport-attrs
- cost, priority - unused

Signed-off-by: Remy D. Farley <one-d-wide@protonmail.com>
---
v3: cost, priority marked with "type: unused" instead of binary
v2: Added SoB

 Documentation/netlink/specs/rt-link.yaml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/Documentation/netlink/specs/rt-link.yaml b/Documentation/netlink/specs/rt-link.yaml
index 79c89f204..a5c029781 100644
--- a/Documentation/netlink/specs/rt-link.yaml
+++ b/Documentation/netlink/specs/rt-link.yaml
@@ -880,19 +880,21 @@ attribute-sets:
         struct: rtnl-link-stats
       -
         name: cost
-        type: string
+        type: unused
       -
         name: priority
-        type: string
+        type: unused
       -
         name: master
         type: u32
       -
         name: wireless
-        type: string
+        type: binary
+        doc: struct iw_event
       -
         name: protinfo
-        type: string
+        type: binary
+        doc: A nest of ifla6-attrs or linkinfo-brport-attrs
       -
         name: txqlen
         type: u32
-- 
2.51.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next v3] doc/netlink: rt-link: fix binary attributes marked as strings
  2026-05-29 12:14 [PATCH net-next v3] doc/netlink: rt-link: fix binary attributes marked as strings Remy D. Farley
@ 2026-06-02 20:20 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-06-02 20:20 UTC (permalink / raw)
  To: Remy D. Farley; +Cc: donald.hunter, kuba, netdev

Hello:

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

On Fri, 29 May 2026 12:14:44 +0000 you wrote:
> These link-attrs attributes were previously marked as strings:
> 
> - wireless - struct iw_event
> - protinfo - a nest of ifla6-attrs or linkinfo-brport-attrs
> - cost, priority - unused
> 
> Signed-off-by: Remy D. Farley <one-d-wide@protonmail.com>
> 
> [...]

Here is the summary with links:
  - [net-next,v3] doc/netlink: rt-link: fix binary attributes marked as strings
    https://git.kernel.org/netdev/net-next/c/5996b5ab8b37

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-06-02 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-29 12:14 [PATCH net-next v3] doc/netlink: rt-link: fix binary attributes marked as strings Remy D. Farley
2026-06-02 20:20 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox