[PATCH net-next v3 0/2] Add OVS packet family YNL spec and unicast notification support

Minxi Hou posted 2 patches 5 days, 14 hours ago
There is a newer version of this series
Documentation/netlink/specs/ovs_packet.yaml | 130 ++++++++++++++++++++
tools/net/ynl/pyynl/lib/ynl.py              |   5 +
2 files changed, 135 insertions(+)
create mode 100644 Documentation/netlink/specs/ovs_packet.yaml
[PATCH net-next v3 0/2] Add OVS packet family YNL spec and unicast notification support
Posted by Minxi Hou 5 days, 14 hours ago
This series adds a YAML netlink spec for the OVS_PACKET_FAMILY genetlink
family and a bind-only ntf_listen() helper for receiving unicast
notifications.

Changes in v3:
- patch 1: add missing document start "---" after SPDX comment
  (yamllint warning in v2)

Changes in v2:
- patch 1: use YAML anchor (&event-attrs / *event-attrs) to avoid
  repeating the same attribute list for miss and action events
  (suggested by Donald Hunter)
- patch 1: fix enum-name from ovs-packet-attrs to ovs-packet-attr
  to match the kernel enum name ovs_packet_attr
- patch 2: add ntf_listen() to the YnlFamily docstring under the
  "Notification API" heading (suggested by Donald Hunter)

Minxi Hou (2):
  netlink: specs: add OVS packet family specification
  tools: ynl: add unicast notification receive support

 Documentation/netlink/specs/ovs_packet.yaml | 130 ++++++++++++++++++++
 tools/net/ynl/pyynl/lib/ynl.py              |   5 +
 2 files changed, 135 insertions(+)
 create mode 100644 Documentation/netlink/specs/ovs_packet.yaml

-- 
2.54.0
Re: [PATCH net-next v3 0/2] Add OVS packet family YNL spec and unicast notification support
Posted by 侯敏熙 5 days, 13 hours ago
Sorry for the noise. I sent v3 too early. I mistakenly assumed that
overrode the 24-hour rule. I won't do it again.

B.R
Minxi

Minxi Hou <houminxi@gmail.com> 于2026年5月19日周二 18:32写道:

>
> This series adds a YAML netlink spec for the OVS_PACKET_FAMILY genetlink
> family and a bind-only ntf_listen() helper for receiving unicast
> notifications.
>
> Changes in v3:
> - patch 1: add missing document start "---" after SPDX comment
>   (yamllint warning in v2)
>
> Changes in v2:
> - patch 1: use YAML anchor (&event-attrs / *event-attrs) to avoid
>   repeating the same attribute list for miss and action events
>   (suggested by Donald Hunter)
> - patch 1: fix enum-name from ovs-packet-attrs to ovs-packet-attr
>   to match the kernel enum name ovs_packet_attr
> - patch 2: add ntf_listen() to the YnlFamily docstring under the
>   "Notification API" heading (suggested by Donald Hunter)
>
> Minxi Hou (2):
>   netlink: specs: add OVS packet family specification
>   tools: ynl: add unicast notification receive support
>
>  Documentation/netlink/specs/ovs_packet.yaml | 130 ++++++++++++++++++++
>  tools/net/ynl/pyynl/lib/ynl.py              |   5 +
>  2 files changed, 135 insertions(+)
>  create mode 100644 Documentation/netlink/specs/ovs_packet.yaml
>
> --
> 2.54.0
>