Re: [RFC net-next 1/4] ynl: add intro docs for the concept
From: Edward Cree <ecree.xilinx@gmail.com>
Date: 2022-08-11 20:17:43
Also in:
linux-doc
From: Edward Cree <ecree.xilinx@gmail.com>
Date: 2022-08-11 20:17:43
Also in:
linux-doc
On 11/08/2022 03:23, Jakub Kicinski wrote:
Short overview of the sections. I presume most people will start by copy'n'pasting existing schemas rather than studying the docs, but FWIW... Signed-off-by: Jakub Kicinski <kuba@kernel.org> ---
[...]
+Operations describe the most common request - response communication. User +sends a request and kernel replies. Each operation may contain any combination +of the two modes familiar to netlink users - ``do`` and ``dump``. +``do`` and ``dump`` in turn contain a combination of ``request`` and ``response`` +properties. If no explicit message with attributes is passed in a given +direction (e.g. a ``dump`` which doesn't not accept filter, or a ``do``
Double negative. I think you just meant "doesn't accept filter" here? -ed