diff options
| author | Jakub Kicinski <[email protected]> | 2023-10-23 16:16:52 -0700 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2023-10-23 16:16:52 -0700 |
| commit | 4fb56e3e92bcac98625ebb85bd931785e7779cec (patch) | |
| tree | 40e8bc5635c1d35acf016b7776a2b5c2eb4c7729 /include | |
| parent | 70b1aca365cbbbc7c4570463306c77ed1776bc3d (diff) | |
| parent | cebe7306073d4afeb24886f9063417e559fa2e22 (diff) | |
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]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/linux/devlink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/devlink.h b/include/uapi/linux/devlink.h index cd4b82458d1b..b3c8383d342d 100644 --- a/include/uapi/linux/devlink.h +++ b/include/uapi/linux/devlink.h @@ -265,7 +265,7 @@ enum { * Documentation/networking/devlink/devlink-flash.rst * */ -enum { +enum devlink_flash_overwrite { DEVLINK_FLASH_OVERWRITE_SETTINGS_BIT, DEVLINK_FLASH_OVERWRITE_IDENTIFIERS_BIT, |