Commit f05d26198cf2 ("psp: add stats from psp spec to driver facing api") added device statistics (rx-packets, rx-bytes, rx-auth-fail, rx-error, rx-bad, tx-packets, tx-bytes, tx-error) to the stats attribute-set but did not add them to the get-stats operation reply attributes. The kernel reports these attributes in the reply, so list them in the spec to match. Signed-off-by: Jakub Kicinski Signed-off-by: Daniel Zahka --- This is a small fix to add the rest of the PSP hw stats from Commit f05d26198cf2 ("psp: add stats from psp spec to driver facing api") to the get-stats reply attributes. The pyynl cli tool does not use these attributes for parsing responses, but other tools, like the ynl-cpp tool, do. --- Documentation/netlink/specs/psp.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/netlink/specs/psp.yaml b/Documentation/netlink/specs/psp.yaml index f3a57782d2cf..100c36cda8e5 100644 --- a/Documentation/netlink/specs/psp.yaml +++ b/Documentation/netlink/specs/psp.yaml @@ -267,6 +267,14 @@ operations: - dev-id - key-rotations - stale-events + - rx-packets + - rx-bytes + - rx-auth-fail + - rx-error + - rx-bad + - tx-packets + - tx-bytes + - tx-error pre: psp-device-get-locked post: psp-device-unlock dump: --- base-commit: 269389ba539834ec80e4d55583fca2cd70e4dc9c change-id: 20260402-psp-yaml-fix-20661f0af865 Best regards, -- Daniel Zahka