tools: ynl-gen: stop generating common notification handlers
authorJakub Kicinski <kuba@kernel.org>
Thu, 8 Jun 2023 21:11:55 +0000 (14:11 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 9 Jun 2023 21:40:31 +0000 (14:40 -0700)
commitf2ba1e5e22081e3279fd248677f53ce719fdc23d
tree2cabfb71fd4f0253b1847022b504bcb850ef7a92
parent7234415b8f86c496fec2d62a48f136cde530ad95
tools: ynl-gen: stop generating common notification handlers

Common notification handler was supposed to be a way for the user
to parse the notifications from a socket synchronously.
I don't think we'll end up using it, ynl_ntf_check() works for
all known use cases.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/net/ynl/ynl-gen-c.py