Re: [PATCH net-next v5 02/12] doc/netlink: Add a schema for netlink-raw families
From: Jacob Keller <jacob.e.keller@intel.com>
Date: 2023-08-24 21:05:42
Also in:
linux-doc
From: Jacob Keller <jacob.e.keller@intel.com>
Date: 2023-08-24 21:05:42
Also in:
linux-doc
On 8/24/2023 4:19 AM, Donald Hunter wrote:
This schema is largely a copy of the genetlink-legacy schema with the following modifications: - change the schema id to netlink-raw - add a top-level protonum property, e.g. 0 (for NETLINK_ROUTE) - change the protocol enumeration to netlink-raw, removing the genetlink options. - replace doc references to generic netlink with raw netlink - add a value property to mcast-group definitions Signed-off-by: Donald Hunter <donald.hunter@gmail.com> Reviewed-by: Jacob Keller <jacob.e.keller@intel.com> ---
The updates to mention netlink-raw look good to me. Thanks, Jake