diff options
author | Jiri Pirko <jiri@nvidia.com> | 2023-10-06 14:44:36 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-10-10 05:44:57 +0300 |
commit | 7049fd5df78cf0e7463d8e8bb41db60b6762df6c (patch) | |
tree | ef66921a7d08faf4c8ceb26cc38a825dba75d77d /Documentation/netlink/specs/devlink.yaml | |
parent | e18f3dc2beaa5055e27334cd2d8b492bc3e9b3a4 (diff) | |
download | linux-7049fd5df78cf0e7463d8e8bb41db60b6762df6c.tar.xz |
netlink: specs: remove redundant type keys from attributes in subsets
No longer needed to define type for subset attributes. Remove those.
Signed-off-by: Jiri Pirko <jiri@nvidia.com>
Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Link: https://lore.kernel.org/r/20231006114436.1725425-3-jiri@resnulli.us
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/netlink/specs/devlink.yaml')
-rw-r--r-- | Documentation/netlink/specs/devlink.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/netlink/specs/devlink.yaml b/Documentation/netlink/specs/devlink.yaml index d1ebcd927149..86a12c5bcff1 100644 --- a/Documentation/netlink/specs/devlink.yaml +++ b/Documentation/netlink/specs/devlink.yaml @@ -199,54 +199,44 @@ attribute-sets: attributes: - name: reload-stats - type: nest - name: remote-reload-stats - type: nest - name: dl-reload-stats subset-of: devlink attributes: - name: reload-action-info - type: nest - name: dl-reload-act-info subset-of: devlink attributes: - name: reload-action - type: u8 - name: reload-action-stats - type: nest - name: dl-reload-act-stats subset-of: devlink attributes: - name: reload-stats-entry - type: nest - name: dl-reload-stats-entry subset-of: devlink attributes: - name: reload-stats-limit - type: u8 - name: reload-stats-value - type: u32 - name: dl-info-version subset-of: devlink attributes: - name: info-version-name - type: string - name: info-version-value - type: string operations: enum-model: directional |