[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250513221638.842532-1-kuba@kernel.org>
Date: Tue, 13 May 2025 15:16:38 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org,
edumazet@...gle.com,
pabeni@...hat.com,
andrew+netdev@...n.ch,
horms@...nel.org,
Jakub Kicinski <kuba@...nel.org>,
donald.hunter@...il.com,
ast@...erby.net,
jiri@...nulli.us
Subject: [PATCH net] netlink: specs: tc: all actions are indexed arrays
Some TC filters have actions listed as indexed arrays of nests
and some as just nests. They are all indexed arrays, the handling
is common across filters.
Fixes: 2267672a6190 ("doc/netlink/specs: Update the tc spec")
Signed-off-by: Jakub Kicinski <kuba@...nel.org>
---
This is really borderline for net vs net-next decision IMO.
I'm posting it for net because repost will make it late for
net-next merge. But happy to go with net-next.
CC: donald.hunter@...il.com
CC: ast@...erby.net
CC: jiri@...nulli.us
---
Documentation/netlink/specs/tc.yaml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/Documentation/netlink/specs/tc.yaml b/Documentation/netlink/specs/tc.yaml
index 5e1ff04f51f2..953aa837958b 100644
--- a/Documentation/netlink/specs/tc.yaml
+++ b/Documentation/netlink/specs/tc.yaml
@@ -2017,7 +2017,8 @@ protonum: 0
attributes:
-
name: act
- type: nest
+ type: indexed-array
+ sub-type: nest
nested-attributes: tc-act-attrs
-
name: police
@@ -2250,7 +2251,8 @@ protonum: 0
attributes:
-
name: act
- type: nest
+ type: indexed-array
+ sub-type: nest
nested-attributes: tc-act-attrs
-
name: police
--
2.49.0
Powered by blists - more mailing lists