diff options
| author | Minxi Hou <houminxi@gmail.com> | 2026-05-22 20:41:53 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-05-27 03:17:41 +0300 |
| commit | b82bfddc46e20d3ebb57c23bc8b8c831b7ca9f88 (patch) | |
| tree | 1b4547578b3e6e3d5fdf389dd461688374e11675 /include/uapi/linux | |
| parent | 18b9f739d3f292925ca7f67ad63f3a4c0bbfad3d (diff) | |
| download | linux-b82bfddc46e20d3ebb57c23bc8b8c831b7ca9f88.tar.xz | |
netlink: specs: add OVS packet family specification
Add YAML netlink spec for the OVS_PACKET_FAMILY (ovs_packet).
This completes the set of OVS genetlink family specs (ovs_datapath,
ovs_flow, ovs_vport already exist).
The spec defines three operations: MISS (event), ACTION (event),
and EXECUTE (do). MISS and ACTION are kernel-to-userspace upcalls
sent via genlmsg_unicast(); EXECUTE is the only registered genl
operation.
Key, actions, and egress-tun-key attributes are typed as binary
rather than nest because the nested attribute definitions belong
to the ovs_flow spec and cross-spec references are not supported
by the YNL framework.
Signed-off-by: Minxi Hou <houminxi@gmail.com>
Link: https://patch.msgid.link/20260522174154.720293-2-houminxi@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/uapi/linux')
0 files changed, 0 insertions, 0 deletions
