Re: Depends-on

2024-06-03 Thread Aaron Conole
Patrick Robb writes: > * > Hi all, > > Found my way to this thread based on the CI testing call yesterday, as I am > about to put > together the blurb for the dpdk website testing page that documents support > (or lack > thereof) for depends-on in CI. Thanks. >

Re: Depends-on

2024-05-31 Thread Patrick Robb
Hi all, Found my way to this thread based on the CI testing call yesterday, as I am about to put together the blurb for the dpdk website testing page that documents support (or lack thereof) for depends-on in CI. On Wed, May 29, 2024 at 10:40 AM Morten Brørup wrote: > > From: Aaron

RE: Depends-on

2024-05-29 Thread Morten Brørup
> From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Wednesday, 29 May 2024 16.34 > > Morten Brørup writes: > > > Aaron, > > > > I have been trying to submit a patch with a dependency on another > > patch, but it keeps failing, and the error message "Apply patch set > > 140352 failed: 404 No

Re: Depends-on

2024-05-29 Thread Aaron Conole
Morten Brørup writes: > Aaron, > > I have been trying to submit a patch with a dependency on another > patch, but it keeps failing, and the error message "Apply patch set > 140352 failed: 404 Not Found" isn't very helpful. > > Could you please take a look at it and let me know what's going on: >

Depends-on

2024-05-28 Thread Morten Brørup
Aaron, I have been trying to submit a patch with a dependency on another patch, but it keeps failing, and the error message "Apply patch set 140352 failed: 404 Not Found" isn't very helpful. Could you please take a look at it and let me know what's going on: https://patchwork.dpdk.org/project/d

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

2024-01-09 Thread Adam Hassick
t; use it for applying patches to DPDK and creating our dpdk.tar.gz > > artifacts for testing. And, we will submit it to the dpdk-ci repo. > > > > Anyways, when we originally discussed the idea, Thomas suggested that we > > implement the depends-on functionality by contribut

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

2024-01-08 Thread Ferruh Yigit
a project artifact for CI testing purposes. Starting in January we will > use it for applying patches to DPDK and creating our dpdk.tar.gz > artifacts for testing. And, we will submit it to the dpdk-ci repo.  > > Anyways, when we originally discussed the idea, Thomas suggested that

Depends-on patchseries support via git-pw or patchwork

2023-12-22 Thread Patrick Robb
it for applying patches to DPDK and creating our dpdk.tar.gz artifacts for testing. And, we will submit it to the dpdk-ci repo. Anyways, when we originally discussed the idea, Thomas suggested that we implement the depends-on functionality by contributing to the git-pw project, as opposed to

[dpdk-dev] [PATCH v16 1/9] lib: build libraries that testpmd depends on

2021-06-29 Thread Jie Zhou
Enable building libraries that testpmd depends on for Windows Signed-off-by: Jie Zhou Acked-by: Dmitry Kozlyuk --- lib/meson.build | 7 +++ 1 file changed, 7 insertions(+) diff --git a/lib/meson.build b/lib/meson.build index 4a64756a68..1673ca4323 100644 --- a/lib/meson.build +++ b/lib

[dpdk-dev] [PATCH v15 1/9] lib: build libraries that testpmd depends on

2021-06-29 Thread Jie Zhou
Enable building libraries that testpmd depends on for Windows Signed-off-by: Jie Zhou Acked-by: Dmitry Kozlyuk --- lib/meson.build | 7 +++ 1 file changed, 7 insertions(+) diff --git a/lib/meson.build b/lib/meson.build index 4a64756a68..1673ca4323 100644 --- a/lib/meson.build +++ b/lib

Re: [dpdk-dev] [PATCH v14 1/9] lib: build libraries that testpmd depends on

2021-06-29 Thread Jie Zhou
On Mon, Jun 28, 2021 at 07:10:01AM -0700, Tyler Retzlaff wrote: > On Mon, Jun 28, 2021 at 01:35:09PM +0300, Andrew Rybchenko wrote: > > On 6/28/21 1:01 PM, Andrew Rybchenko wrote: > > >On 6/24/21 1:34 AM, Jie Zhou wrote: > > >>Enable building libraries that

Re: [dpdk-dev] [PATCH v14 1/9] lib: build libraries that testpmd depends on

2021-06-28 Thread Tyler Retzlaff
On Mon, Jun 28, 2021 at 01:35:09PM +0300, Andrew Rybchenko wrote: > On 6/28/21 1:01 PM, Andrew Rybchenko wrote: > >On 6/24/21 1:34 AM, Jie Zhou wrote: > >>Enable building libraries that testpmd depends on for Windows > >> > >>Signed-off-by: Jie Zhou > >&g

Re: [dpdk-dev] [PATCH v14 1/9] lib: build libraries that testpmd depends on

2021-06-28 Thread Andrew Rybchenko
On 6/28/21 1:01 PM, Andrew Rybchenko wrote: On 6/24/21 1:34 AM, Jie Zhou wrote: Enable building libraries that testpmd depends on for Windows Signed-off-by: Jie Zhou Signed-off-by: Jie Zhou Why are two a bit difference Signed-off-by used in these patches? Can we drop the first one and keep

Re: [dpdk-dev] [PATCH v14 1/9] lib: build libraries that testpmd depends on

2021-06-28 Thread Andrew Rybchenko
On 6/24/21 1:34 AM, Jie Zhou wrote: Enable building libraries that testpmd depends on for Windows Signed-off-by: Jie Zhou Signed-off-by: Jie Zhou Why are two a bit difference Signed-off-by used in these patches? Can we drop the first one and keep the second one which matches E-mail From?

Re: [dpdk-dev] [PATCH v14 1/9] lib: build libraries that testpmd depends on

2021-06-24 Thread Dmitry Kozlyuk
2021-06-23 15:34 (UTC-0700), Jie Zhou: > Enable building libraries that testpmd depends on for Windows > > Signed-off-by: Jie Zhou > Signed-off-by: Jie Zhou > --- > lib/meson.build | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/lib/meson.buil

[dpdk-dev] [PATCH v14 1/9] lib: build libraries that testpmd depends on

2021-06-23 Thread Jie Zhou
Enable building libraries that testpmd depends on for Windows Signed-off-by: Jie Zhou Signed-off-by: Jie Zhou --- lib/meson.build | 7 +++ 1 file changed, 7 insertions(+) diff --git a/lib/meson.build b/lib/meson.build index 4a64756a68..1673ca4323 100644 --- a/lib/meson.build +++ b/lib

[dpdk-dev] [PATCH v13 01/10] lib: build libraries that testpmd depends on

2021-05-05 Thread Jie Zhou
Enable building libraries that testpmd depends on for Windows Signed-off-by: Jie Zhou Signed-off-by: Jie Zhou --- lib/meson.build | 7 +++ 1 file changed, 7 insertions(+) diff --git a/lib/meson.build b/lib/meson.build index 64a59abab..3fd1ffa0b 100644 --- a/lib/meson.build +++ b/lib

[dpdk-dev] [PATCH v12 01/10] lib: build libraries that testpmd depends on

2021-05-05 Thread Jie Zhou
Enable building libraries that testpmd depends on for Windows Signed-off-by: Jie Zhou Signed-off-by: Jie Zhou --- lib/meson.build | 7 +++ 1 file changed, 7 insertions(+) diff --git a/lib/meson.build b/lib/meson.build index c9a20f65b..2d499b238 100644 --- a/lib/meson.build +++ b/lib

[dpdk-dev] [PATCH v11 01/10] lib: build libraries that testpmd depends on

2021-05-05 Thread Jie Zhou
Enable building libraries that testpmd depends on for Windows Signed-off-by: Jie Zhou Signed-off-by: Jie Zhou --- lib/meson.build | 7 +++ 1 file changed, 7 insertions(+) diff --git a/lib/meson.build b/lib/meson.build index c9a20f65b..2d499b238 100644 --- a/lib/meson.build +++ b/lib

[dpdk-dev] [PATCH v10 01/10] lib: build libraries that testpmd depends on

2021-05-03 Thread Jie Zhou
Enable building libraries that testpmd depends on for Windows Signed-off-by: Jie Zhou Signed-off-by: Jie Zhou --- lib/meson.build | 7 +++ 1 file changed, 7 insertions(+) diff --git a/lib/meson.build b/lib/meson.build index c9a20f65b..2d499b238 100644 --- a/lib/meson.build +++ b/lib

Re: [dpdk-dev] [PATCH v9 01/10] lib: build libraries that testpmd depends on

2021-05-03 Thread Jie Zhou
On Mon, May 03, 2021 at 05:36:30PM +, Tal Shnaiderman wrote: > > Subject: [PATCH v9 01/10] lib: build libraries that testpmd depends on > > > > External email: Use caution opening links or attachments > > > > > > Enable building libraries that testpmd dep

Re: [dpdk-dev] [PATCH v9 01/10] lib: build libraries that testpmd depends on

2021-05-03 Thread Tal Shnaiderman
> Subject: [PATCH v9 01/10] lib: build libraries that testpmd depends on > > External email: Use caution opening links or attachments > > > Enable building libraries that testpmd depends on > You should mention the change is for Windows only. > Signed-off-by: Jie Zh

[dpdk-dev] [PATCH v9 01/10] lib: build libraries that testpmd depends on

2021-04-30 Thread Jie Zhou
Enable building libraries that testpmd depends on Signed-off-by: Jie Zhou Signed-off-by: Jie Zhou --- lib/meson.build | 7 +++ 1 file changed, 7 insertions(+) diff --git a/lib/meson.build b/lib/meson.build index c9a20f65b..2d499b238 100644 --- a/lib/meson.build +++ b/lib/meson.build

[dpdk-dev] [PATCH v8 01/10] lib: build libraries that testpmd depends on

2021-04-27 Thread Jie Zhou
Enable building libraries that testpmd depends on Signed-off-by: Jie Zhou Signed-off-by: Jie Zhou --- lib/meson.build | 7 +++ 1 file changed, 7 insertions(+) diff --git a/lib/meson.build b/lib/meson.build index c9a20f65b..2d499b238 100644 --- a/lib/meson.build +++ b/lib/meson.build

[dpdk-dev] [PATCH v7 01/10] lib: build libraries that testpmd depends on

2021-04-22 Thread Jie Zhou
Enable building libraries that testpmd depends on Signed-off-by: Jie Zhou Signed-off-by: Jie Zhou --- lib/meson.build | 7 +++ 1 file changed, 7 insertions(+) diff --git a/lib/meson.build b/lib/meson.build index c9a20f65b..2d499b238 100644 --- a/lib/meson.build +++ b/lib/meson.build

[dpdk-dev] [PATCH v6 01/10] lib: build libraries that testpmd depends on

2021-04-19 Thread Jie Zhou
Enable building libraries that testpmd depends on Signed-off-by: Jie Zhou Signed-off-by: Jie Zhou --- lib/meson.build | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/meson.build b/lib/meson.build index 4eed83e57..3483570ac 100644 --- a/lib/meson.build +++ b/lib

[dpdk-dev] [PATCH v5 1/9] lib: build libraries that testpmd depends on

2021-04-16 Thread Jie Zhou
Enable building libraries that testpmd depends on Signed-off-by: Jie Zhou Signed-off-by: Jie Zhou --- lib/meson.build | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/meson.build b/lib/meson.build index 4eed83e57..3483570ac 100644 --- a/lib/meson.build +++ b/lib

[dpdk-dev] [PATCH v4 1/9] lib: build libraries that testpmd depends on

2021-04-16 Thread Jie Zhou
Enable building libraries that testpmd depends on Signed-off-by: Jie Zhou Signed-off-by: Jie Zhou --- lib/meson.build | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/meson.build b/lib/meson.build index 4eed83e57..3483570ac 100644 --- a/lib/meson.build +++ b/lib

Re: [dpdk-dev] [PATCH v3 1/6] app/testpmd: build libraries that testpmd depends on

2021-04-13 Thread Tal Shnaiderman
> Subject: [dpdk-dev] [PATCH v3 1/6] app/testpmd: build libraries that > testpmd depends on > > External email: Use caution opening links or attachments > > > Signed-off-by: Jie Zhou > Signed-off-by: Jie Zhou > --- > lib/meson.build | 7 +++ > 1 file c

[dpdk-dev] [PATCH v3 1/6] app/testpmd: build libraries that testpmd depends on

2021-04-13 Thread Jie Zhou
Signed-off-by: Jie Zhou Signed-off-by: Jie Zhou --- lib/meson.build | 7 +++ 1 file changed, 7 insertions(+) diff --git a/lib/meson.build b/lib/meson.build index 4eed83e57..2a6157418 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -46,6 +46,13 @@ if is_windows 'cmdline