All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC mptcp-net-next 0/5] YAML template for MPTCP netlink API
@ 2023-04-06 17:32 ` Davide Caratti
  0 siblings, 0 replies; 21+ messages in thread
From: Davide Caratti @ 2023-04-06 17:31 UTC (permalink / raw)
  To: mptcp

Related: #377

Notes:
- the attributes in the operation list is not really good, we probably
  need to specify better what parameters are used in the .doit() function
  (though the generated code is the same). Specifying 'remote_addr'
  either in 'request' or in 'reply' would  probably make patch 2/5 useless.
- I didn't add the multicast groups on purpose. ynl-c.py is not able to
  generate the operation list for genetlink-legacy, so all this part
  (including multicast groups) needs to be left unspecified in the
  template.



Davide Caratti (5):
  tools: ynl: add uns-admin-perm to genetlink legacy
  tools: ynl: fix bug in case of multiple nested attributes of the same
    type
  Documentation: netlink: add a YAML spec for mptcp
  mptcp: uapi: add header files generated from YAML spec
  net/mptcp: use netlink policy generated from YAML spec

 Documentation/netlink/genetlink-legacy.yaml |   2 +-
 Documentation/netlink/specs/mptcp.yaml      | 361 ++++++++++++++++++++
 include/uapi/linux/mptcp.h                  | 167 +--------
 include/uapi/linux/mptcp_pm.h               | 145 ++++++++
 net/mptcp/Makefile                          |   3 +-
 net/mptcp/pm_netlink.c                      | 107 +-----
 net/mptcp/pm_nl.c                           |  91 +++++
 net/mptcp/pm_nl.h                           |  39 +++
 net/mptcp/pm_userspace.c                    |   9 +-
 net/mptcp/protocol.h                        |   6 +-
 tools/net/ynl/ynl-gen-c.py                  |   3 +-
 11 files changed, 665 insertions(+), 268 deletions(-)
 create mode 100644 Documentation/netlink/specs/mptcp.yaml
 create mode 100644 include/uapi/linux/mptcp_pm.h
 create mode 100644 net/mptcp/pm_nl.c
 create mode 100644 net/mptcp/pm_nl.h

-- 
2.39.2


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2023-07-18 14:46 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-06 17:31 [PATCH RFC mptcp-net-next 0/5] YAML template for MPTCP netlink API Davide Caratti
2023-04-06 17:32 ` Davide Caratti
2023-04-06 17:31 ` [PATCH RFC mptcp-net-next 1/5] tools: ynl: add uns-admin-perm to genetlink legacy Davide Caratti
2023-04-06 17:32   ` Davide Caratti
2023-04-06 17:31 ` [PATCH RFC mptcp-net-next 2/5] tools: ynl: fix bug in case of multiple nested attributes of the same type Davide Caratti
2023-04-06 17:32   ` Davide Caratti
2023-04-07  8:00   ` Paolo Abeni
2023-04-07  8:53     ` Davide Caratti
2023-07-18 14:46     ` Davide Caratti
2023-04-06 17:31 ` [PATCH RFC mptcp-net-next 3/5] Documentation: netlink: add a YAML spec for mptcp Davide Caratti
2023-04-06 17:32   ` Davide Caratti
2023-04-07  7:56   ` Paolo Abeni
2023-04-07  9:52     ` Davide Caratti
2023-04-06 17:31 ` [PATCH RFC mptcp-net-next 4/5] mptcp: uapi: add header files generated from YAML spec Davide Caratti
2023-04-06 17:32   ` Davide Caratti
2023-04-06 17:31 ` [PATCH RFC mptcp-net-next 5/5] net/mptcp: use netlink policy " Davide Caratti
2023-04-06 17:31   ` Davide Caratti
2023-04-06 17:32     ` Davide Caratti
2023-04-07  8:03     ` Paolo Abeni
2023-04-06 18:32   ` net/mptcp: use netlink policy generated from YAML spec: Build Failure MPTCP CI
2023-04-06 18:39   ` net/mptcp: use netlink policy generated from YAML spec: Tests Results MPTCP CI
2023-04-07  9:58   ` net/mptcp: use netlink policy generated from YAML spec: Build Failure MPTCP CI

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.