ACK: [SRU][J:linux-bluefield][PATCH v3 0/1] UBUNTU: SOURCE: Add test script and yaml for dpll
Thibault Ferrante
thibault.ferrante at canonical.com
Fri Mar 8 17:24:41 UTC 2024
Acked-by: Thibault Ferrante <thibault.ferrante at canonical.com>
On 06-03-2024 21:08, William Tu wrote:
> 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
>
--
Thibault
More information about the kernel-team
mailing list