]> www.infradead.org Git - users/jedix/linux-maple.git/commit
netlink: specs: rt-link: remove the fixed members from attrs
authorJakub Kicinski <kuba@kernel.org>
Fri, 18 Apr 2025 02:16:56 +0000 (19:16 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 23 Apr 2025 23:07:15 +0000 (16:07 -0700)
commit43b606d98482d9612d683a3467649d3999b608ab
tree6208bd579a1bd35f01edb3deb4223b0ac6a684f6
parent7965facefaed629fe22f07595f16ee50e8aff1e3
netlink: specs: rt-link: remove the fixed members from attrs

The purpose of the attribute list is to list the attributes
which will be included in a given message to shrink the objects
for families with huge attr spaces. Fixed headers are always
present in their entirety (between netlink header and the attrs)
so there's no point in listing their members. Current C codegen
doesn't expect them and tries to look them up in the attribute space.

Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20250418021706.1967583-3-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/netlink/specs/rt-link.yaml