[SRU][J:linux-bluefield][PATCH v3 0/1] UBUNTU: SOURCE: Add test script and yaml for dpll
William Tu
witu at nvidia.com
Wed Mar 6 20:08:47 UTC 2024
BugLink: https://bugs.launchpad.net/bugs/2056364
Bug 2053155 "Add DPLL and syncE support" requires using a yaml spec
file, dpll.yaml, and a python script, cli.py, to verify the correctness.
ex:
$ sudo ./tools/net/ynl/cli.py \
--spec Documentation/netlink/specs/dpll.yaml \
--dump device-get
Add the missing files that requires to run the cli.py and dpll.yaml.
---
v3: feedback from Bartlomiej
- fix the format, add "UBUNTU: SOURCE:"
- fix author of the patch, "From: Tony Duan..."
- create new buglink page
- rewrite the commit message
Tony Duan (1):
UBUNTU: SOURCE: Add test script and yaml for dpll
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