]> www.infradead.org Git - users/jedix/linux-maple.git/commit
netlink: specs: rt-addr: remove the fixed members from attrs
authorJakub Kicinski <kuba@kernel.org>
Thu, 10 Apr 2025 01:46:48 +0000 (18:46 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Apr 2025 03:14:40 +0000 (20:14 -0700)
commitd460016e7bca47b25951853c5f74c1632ccddb3b
treeb83d5729a48e7c678d6875e98e938d2354ac15fc
parent97a33caa90715f90b93610a1fc6e5deb4c21e8d4
netlink: specs: rt-addr: 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: Jacob Keller <jacob.e.keller@intel.com>
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20250410014658.782120-4-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/netlink/specs/rt-addr.yaml