]> git.ipfire.org Git - thirdparty/linux.git/commit
psp: add stats from psp spec to driver facing api
authorJakub Kicinski <kuba@kernel.org>
Thu, 6 Nov 2025 00:26:04 +0000 (16:26 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 8 Nov 2025 02:53:57 +0000 (18:53 -0800)
commitf05d26198cf2c71f25f6bbe62ca4481c15543922
treed6b966ceee1f2df1ebffe68e4421160322948b88
parent2098cec32865422b3ddc6a1bd8beb055a3850451
psp: add stats from psp spec to driver facing api

Provide a driver api for reporting device statistics required by the
"Implementation Requirements" section of the PSP Architecture
Specification. Use a warning to ensure drivers report stats required
by the spec.

Signed-off-by: Daniel Zahka <daniel.zahka@gmail.com>
Link: https://patch.msgid.link/20251106002608.1578518-4-daniel.zahka@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/netlink/specs/psp.yaml
include/net/psp/types.h
include/uapi/linux/psp.h
net/psp/psp_main.c
net/psp/psp_nl.c