[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231003172415.13c44667@kernel.org>
Date: Tue, 3 Oct 2023 17:24:15 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Chuck Lever III <chuck.lever@...cle.com>
Cc: Lorenzo Bianconi <lorenzo@...nel.org>, Linux NFS Mailing List
<linux-nfs@...r.kernel.org>, Lorenzo Bianconi
<lorenzo.bianconi@...hat.com>, Jeff Layton <jlayton@...nel.org>, Neil Brown
<neilb@...e.de>, "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [PATCH v8 1/3] Documentation: netlink: add a YAML spec for
nfsd_server
On Tue, 3 Oct 2023 23:00:09 +0000 Chuck Lever III wrote:
> 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
Yup! (the pad can be skipped since it's not rendered, anyway).
Powered by blists - more mailing lists