ACK/Cmnt: [SRU][J:linux-bluefield][PATCH v3 0/1] UBUNTU: SOURCE: Add test script and yaml for dpll

Bartlomiej Zolnierkiewicz bartlomiej.zolnierkiewicz at canonical.com
Thu Mar 7 17:48:58 UTC 2024


On Wed, Mar 6, 2024 at 9:10 PM William Tu <witu at nvidia.com> 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

Thank you for correcting the submission.

> - fix the format, add "UBUNTU: SOURCE:"

It should be "UBUNTU: SAUCE:" but it can be fixed while applying.

> - fix author of the patch, "From: Tony Duan..."
> - create new buglink page
> - rewrite the commit message

There should also be information in the description about the upstream
version from which files were copied. However, since I've found out
that files match the next-20240208 branch of -next upstream tree this
can also be fixed while applying.

Acked-by: Bartlomiej Zolnierkiewicz <bartlomiej.zolnierkiewicz at canonical.com>

--
Best regards,
Bartlomiej

> 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
>



More information about the kernel-team mailing list