** Tags removed: verification-needed-jammy-linux-bluefield
** Tags added: verification-done-jammy-linux-bluefield

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-bluefield in Ubuntu.
https://bugs.launchpad.net/bugs/2056364

Title:
  Add test script for DPLL

Status in linux-bluefield package in Ubuntu:
  New
Status in linux-bluefield source package in Jammy:
  Fix Committed

Bug description:
  * intro

  In bug 2053155 "Add DPLL and syncE support" below:
  https://bugs.launchpad.net/ubuntu/+source/linux-bluefield/+bug/2053155

  It 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

  We've found that the script and spec file are missing in current repo
  (Ubuntu-bluefield-5.15.0-1037.39).

  * how to fix
  Since the existing Bluefield-5.15 doesn't have the tools/net/ynl directory, 
the efforts to cherry-pick all individual patches shouldn't be too hard due to 
no dependencies and most likely no conflict, but there are around 200 patches 
in tools/net/ynl
  $ git log --oneline tools/net/ynl/ | wc -l
       205

  and for Documentation/netlink/genetlink.yaml (a dependent file for dpll.yaml)
  $ git log --oneline Documentation/netlink/genetlink.yaml | wc -l
        15

  So we decided to just create a new patch consisting all the required files, 
shown below:
    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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-bluefield/+bug/2056364/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to