Re: [patch net-next] docs: netlink: add NLMSG_DONE message format for doit actions
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-11-28 15:31:00
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-11-28 15:31:00
On Tue, 28 Nov 2023 16:19:16 +0100 Jiri Pirko wrote:
From: Jiri Pirko <redacted> In case NLMSG_DONE message is sent as a reply to doit action, multiple kernel implementation do not send anything else than struct nlmsghdr. Add this note to the Netlink intro documentation.
You mean when the reply has F_MULTI set, correct?