tools: ynl: add YNL test frameworkAdd a test framework for YAML Netlink (YNL) tools, covering both CLI andethtool functionality. The framework includes:1) cli: family listing, netdev, ethtool, r
tools: ynl: add YNL test frameworkAdd a test framework for YAML Netlink (YNL) tools, covering both CLI andethtool functionality. The framework includes:1) cli: family listing, netdev, ethtool, rt-* families, and nlctrl operations2) ethtool: device info, statistics, ring/coalesce/pause parameters, and feature gettingsThe current YNL syntax is a bit obscure, and end users may not always knowhow to use it. This test framework provides usage examples and also servesas a regression test to catch potential breakages caused by future changes.Reviewed-by: Donald Hunter <donald.hunter@gmail.com>Acked-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>Link: https://patch.msgid.link/20251124022055.33389-1-liuhangbin@gmail.comSigned-off-by: Jakub Kicinski <kuba@kernel.org>
show more ...