Message ID | 20240219172628.71455-2-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 df1afdf06068..fa4440141b05 100644 --- a/Documentation/netlink/specs/devlink.yaml +++ b/Documentation/netlink/specs/devlink.yaml @@ -218,6 +218,26 @@ definitions: name: exception - name: control + - + type: enum + name: fmsg-obj-value-type + entries: + - + name: u8 + value: 1 + - + name: u32 + value: 3 + - + name: u64 + - + name: flag + value: 6 + - + name: string + value: 10 + - + name: binary attribute-sets: - @@ -620,6 +640,7 @@ attribute-sets: - name: fmsg-obj-value-type type: u8 + enum: fmsg-obj-value-type # TODO: fill in the attributes in between