Skip to content

Commit 4fb56e3

Browse files
committed
Merge branch 'devlink-finish-conversion-to-generated-split_ops'
Jiri Pirko says: ==================== devlink: finish conversion to generated split_ops This patchset converts the remaining genetlink commands to generated split_ops and removes the existing small_ops arrays entirely alongside with shared netlink attribute policy. Patches #1-#6 are just small preparations and small fixes on multiple places. Note that couple of patches contain the "Fixes" tag but no need to put them into -net tree. Patch #7 is a simple rename preparation Patch #8 is the main one in this set and adds actual definitions of cmds in to yaml file. Patches #9-#10 finalize the change removing bits that are no longer in use. ==================== Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
2 parents 70b1aca + cebe730 commit 4fb56e3

File tree

26 files changed

+10644
-1660
lines changed

26 files changed

+10644
-1660
lines changed

Documentation/netlink/genetlink-legacy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ properties:
192192
type: string
193193
type: &attr-type
194194
description: The netlink attribute type
195-
enum: [ unused, pad, flag, binary,
195+
enum: [ unused, pad, flag, binary, bitfield32,
196196
uint, sint, u8, u16, u32, u64, s32, s64,
197197
string, nest, array-nest, nest-type-value ]
198198
doc:

0 commit comments

Comments
 (0)