From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4D7F47E for ; Wed, 4 Oct 2023 00:24:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 60D6BC433C9; Wed, 4 Oct 2023 00:24:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696379056; bh=2plxz5SQQWtyDsNuzZaxJwb6zktWu0J8CUTGSOkbtDs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=RPV8usbpRHhtbtaLn4K3PRJZiI8GwSp7EOi6vhp842wHdZdujbyEQip/lGayR/HlL XpQpupXKjAf+Lo5yPkf+56u9hJ/qcY5Kb6tLLNwNJpjWPpThnmimxCMfvRzoDSbXdP YCc5hF9mmT7y9Au4JprUJHYQeCrDC9K7bAvQj9yjsTZQbYZ/CXykVjamxAlbYy743N d4+UJWIBdcxyEZ9SvylMr1mmijL5mzn0k+k37hZ/46xMy07NqCv/2fYTjOfDixR9Q/ WNvZpa7HUJ74wRe4r3cC08L8VvQyRS2XUullVy2TYFr3ECujtp0cbuxhO3bpWHVkTL PvTkwy2xYf6sA== Date: Tue, 3 Oct 2023 17:24:15 -0700 From: Jakub Kicinski To: Chuck Lever III Cc: Lorenzo Bianconi , Linux NFS Mailing List , Lorenzo Bianconi , Jeff Layton , Neil Brown , "netdev@vger.kernel.org" Subject: Re: [PATCH v8 1/3] Documentation: netlink: add a YAML spec for nfsd_server Message-ID: <20231003172415.13c44667@kernel.org> In-Reply-To: <8631D22A-8050-4403-B03E-06F33C709184@oracle.com> References: <47c144cfa1859ab089527e67c8540eb920427c64.1694436263.git.lorenzo@kernel.org> <20231003105540.75a3e652@kernel.org> <20231003120259.39c6609a@kernel.org> <8631D22A-8050-4403-B03E-06F33C709184@oracle.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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).