Message ID | 20240219172525.71406-9-jiri@resnulli.us (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | netlink: specs: devlink: add the rest of missing attribute definitions | expand |
diff --git a/Documentation/netlink/specs/devlink.yaml b/Documentation/netlink/specs/devlink.yaml index cf6eaa0da821..88abe137c8ef 100644 --- a/Documentation/netlink/specs/devlink.yaml +++ b/Documentation/netlink/specs/devlink.yaml @@ -164,6 +164,22 @@ definitions: value: 1 - name: fw-activate + - + type: enum + name: param-type + entries: + - + name: u8 + value: 1 + - + name: u16 + - + name: u32 + - + name: string + value: 5 + - + name: flag - type: enum name: param-cmode @@ -498,6 +514,7 @@ attribute-sets: - name: param-type type: u8 + enum: param-type # TODO: fill in the attributes in between