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

Configure Feed

Select the types of activity you want to include in your feed.

psp: add missing device stats to get-stats reply attributes

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: Daniel Zahka <daniel.zahka@gmail.com>
Acked-by: Willem de Bruijn <willemb@google.com>
Link: https://patch.msgid.link/20260403-psp-yaml-fix-v1-1-dacee0663903@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Daniel Zahka and committed by
Jakub Kicinski
c8eee00c f32ba096

+8
+8
Documentation/netlink/specs/psp.yaml
··· 267 267 - dev-id 268 268 - key-rotations 269 269 - stale-events 270 + - rx-packets 271 + - rx-bytes 272 + - rx-auth-fail 273 + - rx-error 274 + - rx-bad 275 + - tx-packets 276 + - tx-bytes 277 + - tx-error 270 278 pre: psp-device-get-locked 271 279 post: psp-device-unlock 272 280 dump: