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

Bartlomiej Zolnierkiewicz bartlomiej.zolnierkiewicz at canonical.com
Mon Mar 18 15:29:03 UTC 2024


Applied to jammy:linux-bluefield/master-next. Thanks.

[ with "SOURCE" -> "SAUCE" change in the commit title ]

--
Best regards,
Bartlomiej

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



More information about the kernel-team mailing list