On Mon, Nov 03, 2025 at 04:05:27PM -0800, Jakub Kicinski wrote: > On Mon, 3 Nov 2025 05:12:43 +0000 Hangbin Liu wrote: > > > > Hmm, how should we execute the script under `tools/net/ynl`? Use the cli.py > > like: > > > > ./cli.py --spec ../../../Documentation/netlink/specs/xxx.yaml > > > > Or use the installed name `ynl` > > > > ynl --family xxx ... > > I think under tools/net we don't have the kernel selftest infra. > This is not great because we lose the integration benefits, > but it gives us the ability to.. do whatever want..
Yep. > > I think relative paths would be fine? I believe that if you run cli > from its directory you can use --family and it will refer to the > in-tree specs automagically ? OK, let me try it. Thanks Hangbin
