mbox series

[net-next,v2,0/2] tcp_metrics: add netlink protocol spec in YAML

Message ID 20240627213551.3147327-1-kuba@kernel.org (mailing list archive)
Headers show
Series tcp_metrics: add netlink protocol spec in YAML | expand

Message

Jakub Kicinski June 27, 2024, 9:35 p.m. UTC
Add a netlink protocol spec for the tcp_metrics generic netlink family.
First patch adjusts the uAPI header guards to make it easier to build
tools/ with non-system headers.

v1: https://lore.kernel.org/all/20240626201133.2572487-1-kuba@kernel.org

Jakub Kicinski (2):
  tcp_metrics: add UAPI to the header guard
  tcp_metrics: add netlink protocol spec in YAML

 Documentation/netlink/specs/tcp_metrics.yaml | 169 +++++++++++++++++++
 include/uapi/linux/tcp_metrics.h             |  22 ++-
 tools/net/ynl/Makefile.deps                  |   1 +
 3 files changed, 189 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/netlink/specs/tcp_metrics.yaml

Comments

patchwork-bot+netdevbpf@kernel.org July 1, 2024, 8:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Thu, 27 Jun 2024 14:35:49 -0700 you wrote:
> Add a netlink protocol spec for the tcp_metrics generic netlink family.
> First patch adjusts the uAPI header guards to make it easier to build
> tools/ with non-system headers.
> 
> v1: https://lore.kernel.org/all/20240626201133.2572487-1-kuba@kernel.org
> 
> Jakub Kicinski (2):
>   tcp_metrics: add UAPI to the header guard
>   tcp_metrics: add netlink protocol spec in YAML
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/2] tcp_metrics: add UAPI to the header guard
    https://git.kernel.org/netdev/net-next/c/7c8110057b1b
  - [net-next,v2,2/2] tcp_metrics: add netlink protocol spec in YAML
    https://git.kernel.org/netdev/net-next/c/85674625e0bc

You are awesome, thank you!