summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorWilliam Tu <witu@nvidia.com>2024-03-10 19:45:47 +0300
committerSasha Levin <sashal@kernel.org>2024-03-27 01:16:57 +0300
commit7e48f2b8384a9f8e4cc7757c6724f9bc518ba7ab (patch)
treeaf444c7f59b454d7b99a2a5e15e6b955b9934a25 /Documentation
parent856c83241271ece3cbcf2758195acddf9b815891 (diff)
downloadlinux-7e48f2b8384a9f8e4cc7757c6724f9bc518ba7ab.tar.xz
devlink: Fix length of eswitch inline-mode
[ Upstream commit 8f4cd89bf10607de08231d6d91a73dd63336808e ] Set eswitch inline-mode to be u8, not u16. Otherwise, errors below $ devlink dev eswitch set pci/0000:08:00.0 mode switchdev \ inline-mode network Error: Attribute failed policy validation. kernel answers: Numerical result out of rang netlink: 'devlink': attribute type 26 has an invalid length. Fixes: f2f9dd164db0 ("netlink: specs: devlink: add the remaining command to generate complete split_ops") Signed-off-by: William Tu <witu@nvidia.com> Reviewed-by: Jiri Pirko <jiri@nvidia.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://lore.kernel.org/r/20240310164547.35219-1-witu@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/netlink/specs/devlink.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/netlink/specs/devlink.yaml b/Documentation/netlink/specs/devlink.yaml
index cf6eaa0da821..09fbb4c03fc8 100644
--- a/Documentation/netlink/specs/devlink.yaml
+++ b/Documentation/netlink/specs/devlink.yaml
@@ -290,7 +290,7 @@ attribute-sets:
enum: eswitch-mode
-
name: eswitch-inline-mode
- type: u16
+ type: u8
enum: eswitch-inline-mode
-
name: dpipe-tables