Public bug reported:

* 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

** Affects: linux-bluefield (Ubuntu)
     Importance: Undecided
         Status: New

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

Title:
  Add test script for DPLL

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to