Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools: ynl: generate code for the devlink family

Admittedly the devlink.yaml spec is fairly limitted,
it only covers basic device get and info-get ops.
That's sufficient to be useful (monitoring FW versions
in the fleet). Plus it gives us a chance to exercise
deep nesting and directional messaging in YNL.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>

+932 -1
+1 -1
tools/net/ynl/generated/Makefile
··· 9 9 10 10 TOOL:=../ynl-gen-c.py 11 11 12 - GENS:=handshake fou netdev 12 + GENS:=devlink handshake fou netdev 13 13 SRCS=$(patsubst %,%-user.c,${GENS}) 14 14 HDRS=$(patsubst %,%-user.h,${GENS}) 15 15 OBJS=$(patsubst %,%-user.o,${GENS})