[SRU][J:linux-bluefield][PATCH v2 0/1] Add test script and yaml for dpll
William Tu
witu at nvidia.com
Thu Feb 29 22:42:19 UTC 2024
BugLink: https://bugs.launchpad.net/bugs/2053155
Add a script and yaml to verify dpll is supported from kernel. The
script and yaml file were supported in upstream linux but was deleted
in this repo. So copy them directly from latest upsteam now.
William Tu (1):
Add test script and yaml for dpll
---
v2: fix incorrect format
Documentation/netlink/genetlink.yaml | 330 ++++++++++
tools/net/ynl/cli.py | 77 +++
tools/net/ynl/lib/__init__.py | 8 +
tools/net/ynl/lib/nlspec.py | 607 +++++++++++++++++++
tools/net/ynl/lib/ynl.py | 873 +++++++++++++++++++++++++++
5 files changed, 1895 insertions(+)
create mode 100644 Documentation/netlink/genetlink.yaml
create mode 100644 tools/net/ynl/cli.py
create mode 100644 tools/net/ynl/lib/__init__.py
create mode 100644 tools/net/ynl/lib/nlspec.py
create mode 100644 tools/net/ynl/lib/ynl.py
--
2.37.1 (Apple Git-137.1)
More information about the kernel-team
mailing list