Message ID | 20231201153409.862397-1-jiri@resnulli.us (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next,v2] docs: netlink: add NLMSG_DONE message format for doit actions | expand |
On Fri, 1 Dec 2023 16:34:09 +0100 Jiri Pirko wrote: > +Note that some implementations may issue custom ``NLMSG_DONE`` messages > +in reply to ``do`` action requests. In that case the payload is > +implementation-specific and may also be avoided. "avoided" does not read quite right here, perhaps a native speaker will disagree, but I'd s/avoided/absent/ Feel free to skip the 24h wait if you agree
Fri, Dec 01, 2023 at 05:38:03PM CET, kuba@kernel.org wrote: >On Fri, 1 Dec 2023 16:34:09 +0100 Jiri Pirko wrote: >> +Note that some implementations may issue custom ``NLMSG_DONE`` messages >> +in reply to ``do`` action requests. In that case the payload is >> +implementation-specific and may also be avoided. > >"avoided" does not read quite right here, perhaps a native speaker >will disagree, but I'd s/avoided/absent/ >Feel free to skip the 24h wait if you agree Okay. Will change and send v3. Thanks!
diff --git a/Documentation/userspace-api/netlink/intro.rst b/Documentation/userspace-api/netlink/intro.rst index 7b1d401210ef..e0efa75db94b 100644 --- a/Documentation/userspace-api/netlink/intro.rst +++ b/Documentation/userspace-api/netlink/intro.rst @@ -234,6 +234,10 @@ ACK attributes may be present:: | ** optionally extended ACK | ---------------------------------------------- +Note that some implementations may issue custom ``NLMSG_DONE`` messages +in reply to ``do`` action requests. In that case the payload is +implementation-specific and may also be avoided. + .. _res_fam: Resolving the Family ID