]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
devlink: Add support for u64 parameters
authorIvan Vecera <ivecera@redhat.com>
Fri, 4 Jul 2025 18:21:53 +0000 (20:21 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 10 Jul 2025 02:08:52 +0000 (19:08 -0700)
commitc0ef1446959101d23fdf1b1bdefc6613a83dba03
tree032601022ca0cca606e964fd4b237c7d2801ca5b
parent9f149c5d6dbe3b9b54704a6f342958ef28392dd0
devlink: Add support for u64 parameters

Only 8, 16 and 32-bit integers are supported for numeric devlink
parameters. The subsequent patch adds support for DPLL clock ID
that is defined as 64-bit number. Add support for u64 parameter
type.

Signed-off-by: Ivan Vecera <ivecera@redhat.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Link: https://patch.msgid.link/20250704182202.1641943-4-ivecera@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/devlink.h
net/devlink/param.c