]> www.infradead.org Git - users/jedix/linux-maple.git/commit
netlink: specs: rt-route: specify fixed-header at operations level
authorJakub Kicinski <kuba@kernel.org>
Thu, 10 Apr 2025 01:46:47 +0000 (18:46 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Apr 2025 03:14:40 +0000 (20:14 -0700)
commit97a33caa90715f90b93610a1fc6e5deb4c21e8d4
treed41b3613853f331acecbbbdc4f0c4585be5905d2
parentcd5e64fb959a98e2d3122c7e944f17ffa6d0448e
netlink: specs: rt-route: specify fixed-header at operations level

The C codegen currently stores the fixed-header as part of family
info, so it only supports one fixed-header type per spec. Luckily
all rtm route message have the same fixed header so just move it up
to the higher level.

Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20250410014658.782120-3-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/netlink/specs/rt-route.yaml