[Kernel-packages] [Bug 2056364] Re: Add test script for DPLL

2024-03-26 Thread Tony Duan
** 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


[Kernel-packages] [Bug 2056364] Re: Add test script for DPLL

2024-03-21 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-
bluefield/5.15.0-1039.41 kernel in -proposed solves the problem. Please
test the kernel and update this bug with the results. If the problem is
solved, change the tag 'verification-needed-jammy-linux-bluefield' to
'verification-done-jammy-linux-bluefield'. If the problem still exists,
change the tag 'verification-needed-jammy-linux-bluefield' to
'verification-failed-jammy-linux-bluefield'.


If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.


See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: kernel-spammed-jammy-linux-bluefield-v2 
verification-needed-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


[Kernel-packages] [Bug 2056364] Re: Add test script for DPLL

2024-03-19 Thread Bartlomiej Zolnierkiewicz
** Changed in: linux-bluefield (Ubuntu Jammy)
   Status: New => Fix Committed

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


[Kernel-packages] [Bug 2056364] Re: Add test script for DPLL

2024-03-07 Thread Bartlomiej Zolnierkiewicz
** Also affects: linux-bluefield (Ubuntu Jammy)
   Importance: Undecided
   Status: New

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

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