Merge branch 'tools-ynl-gen-support-full-range-of-min-max-checks'
authorJakub Kicinski <kuba@kernel.org>
Thu, 19 Oct 2023 22:54:57 +0000 (15:54 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 19 Oct 2023 22:54:58 +0000 (15:54 -0700)
commit7ce6936045ba395f97e5feb54cd023afb8db9c0b
tree17d546e7af636a8c719e21315e678055ac13b975
parent75a384ceda93df0ec2436f0188e58f166a609c49
parentf9bc3cbc20d08c5c7b89a91e07ba46ab8042561e
Merge branch 'tools-ynl-gen-support-full-range-of-min-max-checks'

Jakub Kicinski says:

====================
tools: ynl-gen: support full range of min/max checks

YNL code gen currently supports only very simple range checks
within the range of s16. Add support for full range of u64 / s64
which is good to have, and will be even more important with uint / sint.
====================

Link: https://lore.kernel.org/r/20231018163917.2514503-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>