Re: Polling for patchseries in DPDK - the /series/ and /events/ endpoints

2025-07-10 Thread Adam Hassick
Hi All, It appears that there already is a filter for projects for events, but the filter is configured to be hidden from the HTML view for some reason. We don't need to make any code changes to enable this feature. See here: https://github.com/getpatchwork/patchwork/blob/stable/3.2/patchwork/api

Re: [PATCH v7 2/3] dts: initial queue start/stop suite implementation

2024-07-23 Thread Adam Hassick
Recheck-request: rebase=main, iol-intel-Functional, iol-intel-Performance, This is a test of the Community Lab's new retest changes. Please ignore. On Fri, Jul 19, 2024 at 9:34 AM Jeremy Spewock wrote: > > On Wed, Jul 17, 2024 at 4:23 PM Dean Marx wrote: > > > > This suite tests the ability of

Re: Email based retest request process: proposal for new pull/re-apply feature

2024-03-07 Thread Adam Hassick
On Mon, Mar 4, 2024 at 10:22 AM Aaron Conole wrote: > > zhoumin writes: > > > On Wed, Feb 21, 2024 at 2:24AM, Patrick Robb wrote: > > > > On Tue, Feb 20, 2024 at 1:12 PM Aaron Conole wrote: > > > > Why not something like: > > > > Recheck-request: [attribute-list],[test-list]... > > > > For e

Re: Depends-on patchseries support via git-pw or patchwork

2024-01-09 Thread Adam Hassick
I'm not sure yet. I've poked the issue thread about whether they need our help with anything and what the next steps are. On Mon, Jan 8, 2024 at 11:18 AM Ferruh Yigit wrote: > On 12/22/2023 5:26 PM, Patrick Robb wrote: > > Hi all, > > > > As some of you know from discussions at DPDK CI meetings

CI Testing Automated Recheck Request Framework

2023-08-25 Thread Adam Hassick
Hello DPDK developers, Currently, various testing labs perform CI testing on new patch series sent to dev@dpdk.org and report their results to https://patchwork.dpdk.org/project/dpdk/list/. On each series on the patch list, the results appear in the test category contexts for IOL (community lab),

Re: [PATCH 00/14] Cleanup PCI(e) drivers

2023-08-24 Thread Adam Hassick
Recheck-request: iol-sample-apps-testing This is a test of the retesting system, please ignore this email. On Thu, Aug 3, 2023 at 3:50 AM David Marchand wrote: > Rather than rely on Linux headers to find some PCI(e) standard constants > or reinvent the same PCI capability helper, this series co

Re: [PATCH 06/14] pci: define some command constants

2023-08-22 Thread Adam Hassick
Recheck-request: iol-sample-apps-testing, This email is a test of the community lab's retesting system, please ignore. Testing superseded reply on a patch. On Thu, Aug 3, 2023 at 3:51 AM David Marchand wrote: > Define some PCI command constants and use them in existing drivers. > > Signed-off-b

Re: [PATCH 00/14] Cleanup PCI(e) drivers

2023-08-22 Thread Adam Hassick
vers/net/ngbe/base/ngbe_osdep.h | 3 - > drivers/net/virtio/virtio_pci.c | 131 --- > drivers/vdpa/ifc/base/ifcvf_osdep.h | 4 +- > lib/pci/rte_pci.h | 77 +- > 20 files changed, 346 insertions(+), 730 deletions(-) > > --

Re: [PATCH 00/14] Cleanup PCI(e) drivers

2023-08-22 Thread Adam Hassick
ivers/net/ngbe/base/ngbe_hw.c | 20 +--- > drivers/net/ngbe/base/ngbe_osdep.h | 3 - > drivers/net/virtio/virtio_pci.c | 131 --- > drivers/vdpa/ifc/base/ifcvf_osdep.h | 4 +- > lib/pci/rte_pci.h | 77 +- > 20 files change

Re: [PATCH v2 2/2] dts: add paramiko to dependencies

2023-08-18 Thread Adam Hassick
Recheck-request: iol-unit-arm64-testing This email is a test for our (in development) email based retesting framework. Please ignore. On Mon, Jul 10, 2023 at 12:23 PM wrote: > From: Jeremy Spewock > > added paramiko to the dependency files > > Signed-off-by: Jeremy Spewock > --- > dts/poetry

Re: [PATCH v2 0/2] Add DTS smoke tests

2023-08-18 Thread Adam Hassick
files changed, 1118 insertions(+), 133 deletions(-) > create mode 100644 > dts/framework/remote_session/remote/interactive_remote_session.py > create mode 100644 > dts/framework/remote_session/remote/interactive_shell.py > create mode 100644 dts/framework/remote_session/remote/testpmd_shell.py > create