[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231018163917.2514503-1-kuba@kernel.org>
Date: Wed, 18 Oct 2023 09:39:14 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org,
edumazet@...gle.com,
pabeni@...hat.com,
dcaratti@...hat.com,
Jakub Kicinski <kuba@...nel.org>
Subject: [PATCH net-next 0/3] 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.
Jakub Kicinski (3):
tools: ynl-gen: track attribute use
tools: ynl-gen: support full range of min/max checks for integer
values
tools: ynl-gen: support limit names
Documentation/netlink/genetlink-c.yaml | 10 +-
Documentation/netlink/genetlink-legacy.yaml | 10 +-
Documentation/netlink/genetlink.yaml | 10 +-
tools/net/ynl/ynl-gen-c.py | 115 ++++++++++++++++++--
4 files changed, 132 insertions(+), 13 deletions(-)
--
2.41.0
Powered by blists - more mailing lists