> On Oct 3, 2023, at 3:02 PM, Jakub Kicinski <kuba@xxxxxxxxxx> wrote: > > On Tue, 3 Oct 2023 18:40:29 +0000 Chuck Lever III wrote: >> I've made similar modifications to Lorenzo's original >> contribution. The current updated version of this spec >> is here: >> >> https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git/commit/?h=nfsd-next&id=55f55c77f624066895470306898190f090e00cda > > Great! I noticed too late :) > Just the attr listing is missing in the spec, then. To ensure that I understand you correctly: diff --git a/Documentation/netlink/specs/nfsd.yaml b/Documentation/netlink/specs/nfsd.yaml index 403d3e3a04f3..f6a9f3da6291 100644 --- a/Documentation/netlink/specs/nfsd.yaml +++ b/Documentation/netlink/specs/nfsd.yaml @@ -72,3 +72,19 @@ operations: dump: pre: nfsd-nl-rpc-status-get-start post: nfsd-nl-rpc-status-get-done + reply: + attributes: + - xid + - flags + - prog + - version + - proc + - service_time + - pad + - saddr4 + - daddr4 + - saddr6 + - daddr6 + - sport + - dport + - compound-ops Yes? -- Chuck Lever