Documentation/netlink/specs/mptcp.yaml
0 → 100644
+391
−0
+2
−1
+10
−164
include/uapi/linux/mptcp_pm.h
0 → 100644
+150
−0
+2
−1
Loading
Merge Pull Request from: @geliangtang mptcp: convert Netlink code to use YAML spec This series from Davide converts most of the MPTCP Netlink interface (plus uAPI bits) to use sources generated by YNL using a YAML spec file. This new YAML file is useful to validate the API and to generate a good documentation page. Patch 1 converts Netlink structures from small_ops to ops to prepare the switch to YAML. Patch 2 adds the Netlink YAML spec for MPTCP. Patch 3 adds and uses a new header file generated from the new YAML spec. Patch 4 renames some handlers to match the ones generated from the YAML spec. Patch 5 adds and uses Netlink policies automatically generated from the YAML spec. Link:https://gitee.com/openeuler/kernel/pulls/9230 Reviewed-by:Yue Haibing <yuehaibing@huawei.com> Signed-off-by:
Zhang Peng <zhangpeng362@huawei.com>