]> git.ipfire.org Git - thirdparty/linux.git/commit
tools: ynl: decode enums in auto-ints
authorJakub Kicinski <kuba@kernel.org>
Tue, 8 Jul 2025 22:06:37 +0000 (15:06 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Jul 2025 00:57:49 +0000 (17:57 -0700)
commitf7c595c9d9f4cce9ec335f0d3c5d875bb547f9d5
tree1422c3777e555506adfc7bb97cc056b101bbd90c
parent400244eaa2c99da01a48f6323045f84411afce83
tools: ynl: decode enums in auto-ints

Use enum decoding on auto-ints. Looks like we only had enum
auto-ints for input values until now. Upcoming RSS work will
need this to declare an attribute with flags as a uint.

Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20250708220640.2738464-3-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/net/ynl/pyynl/lib/ynl.py