Re: meson error on ARM Grace server 23.11/22.11

2025-04-29 Thread Luca Boccassi
On Tue, 29 Apr 2025 at 09:31, Kevin Traynor wrote: > > +cc Luca/Xueming > > On 29/04/2025 03:43, Patrick Robb wrote: > > Hi, > > > > At the DPDK Community Lab we have been running CI tests with a new ARM > > Grace server for the past couple of months on main and next-* branches. I > > am trying to

DPDK 22.11.8 released

2025-04-10 Thread luca . boccassi
Hi all, Here is a new stable release: https://fast.dpdk.org/rel/dpdk-22.11.8.tar.xz The git tree is at: https://dpdk.org/browse/dpdk-stable/?h=22.11 Luca Boccassi --- .github/workflows/build.yml | 2 +- .mailmap| 17

Re: 22.11.8 patches review and test

2025-04-08 Thread Luca Boccassi
Agrawal ; Ian > > Stokes ; Jerin Jacob ; John > > McNamara ; Kevin Traynor > > ; Luca Boccassi ; Pei Zhang > > ; Raslan Darawsheh ; NBU- > > Contact-Thomas Monjalon (EXTERNAL) ; Yanghang Liu > > > > Subject: 22.11.8 patches review and test > > > &g

Re: 22.11.8 patches review and test

2025-04-08 Thread Luca Boccassi
On Wed, 26 Mar 2025 at 11:51, wrote: > > Hi all, > > Here is a list of patches targeted for stable release 22.11.8. > > The planned date for the final release is 2025/04/10. > > Please help with testing and validation of your use cases and report > any issues/results with reply-all to this mail. F

Re: 22.11.8 patches review and test

2025-04-05 Thread Luca Boccassi
Agrawal ; > > Stokes, Ian ; Jerin Jacob ; > > Mcnamara, John ; Kevin Traynor > > ; Luca Boccassi ; Pei Zhang > > ; Raslan Darawsheh ; Thomas > > Monjalon ; Yanghang Liu > > Subject: 22.11.8 patches review and test > > > > Hi all, > > > > He

Re: DPDK for rust

2025-03-31 Thread Luca Boccassi
On Mon, 31 Mar 2025 at 10:20, Bruce Richardson wrote: > > On Fri, Mar 28, 2025 at 12:25:16PM -0700, Stephen Hemminger wrote: > > On Fri, 28 Mar 2025 21:09:21 +0300 (IDT) > > "Etelson, Gregory" wrote: > > > > > >> Hello Morten, > > > >> > > > >> Thank you for raising these questions ! > > > >> > >

Re: 22.11.8 patches review and test

2025-03-31 Thread Luca Boccassi
ASS > Host PF + DPDK testing: PASS > Host VF + DPDK testing: PASS > > > Test Versions: > > qemu-kvm-7.2.0 > kernel 5.14 > libvirt 9.0 > ovs 3.1 > git log > > commit 684d996a201182b5335012055df33284e753d832 > > Author: Luca Boccassi > > Date: Wed Mar 26

22.11.8 patches review and test

2025-03-26 Thread luca . boccassi
validations will be added to the release notes. A release candidate tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v22.11.8-rc1 These patches are located at branch 22.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Luca Boccassi --- Aleksandr

[PATCH] doc: install guides and api docs to different directories

2024-12-23 Thread luca . boccassi
From: Luca Boccassi Otherwise they both get installed to /usr/share/doc/dpdk/html/ and overwrite each other's files Signed-off-by: Luca Boccassi --- doc/api/meson.build| 2 +- doc/guides/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/meson.

[PATCH] doc: add install_tag to meson

2024-12-23 Thread luca . boccassi
separately from the binaries, in a separate architecture-independent build job, so that it has to be done only once, instead of once per supported architecture. Signed-off-by: Luca Boccassi --- This requires meson 0.60, so there's a warning printed as the minimum defined is 0.57, but it'

DPDK 22.11.7 released

2024-12-17 Thread luca . boccassi
Hi all, Here is a new stable release: https://fast.dpdk.org/rel/dpdk-22.11.7.tar.xz The git tree is at: https://dpdk.org/browse/dpdk-stable/?h=22.11 This release includes the fix for CVE-2024-11614. Luca Boccassi --- .mailmap | 10

Re: 22.11.7 patches review and test

2024-12-13 Thread Luca Boccassi
ensen > > ; Hemant Agrawal ; > > Stokes, Ian ; Jerin Jacob ; > > Mcnamara, John ; Ju-Hyoung Lee > > ; Kevin Traynor ; Luca > > Boccassi ; Pei Zhang ; Raslan > > Darawsheh ; Thomas Monjalon > > ; Yanghang Liu > > Subject: 22.11.7 patches review and tes

Re: 22.11.7 patches review and test

2024-12-13 Thread Luca Boccassi
avid Christensen ; Hemant Agrawal > ; Stokes, Ian ; Jerin Jacob > ; Mcnamara, John ; Ju-Hyoung Lee > ; Luca Boccassi ; Pei Zhang > ; Raslan Darawsheh ; > NBU-Contact-Thomas Monjalon (EXTERNAL) ; Yanghang Liu > ; Xu, HailinX > Subject: Re: 22.11.7 patches review an

Re: 22.11.7 patches review and test

2024-12-12 Thread Luca Boccassi
ensen ; > > Hemant Agrawal ; Ian Stokes > > ; Jerin Jacob ; John McNamara > > ; Ju-Hyoung Lee ; Kevin > > Traynor ; Luca Boccassi ; Pei Zhang > > ; Raslan Darawsheh ; NBU- > > Contact-Thomas Monjalon (EXTERNAL) ; Yanghang Liu > > > > Subject: 22.11.7

Re: 22.11.7 patches review and test

2024-12-09 Thread Luca Boccassi
testing: PASS > Host VF + DPDK testing: PASS > > > Test Versions: > > qemu-kvm-7.2 > kernel 5.14 > libvirt 9.0 > git describe > > v22.11.7-rc1-1-g077a7044cc > > git log > > commit 09fb920298bc81077a12f53f700a16005961d482 (tag: v22.11.7-rc1) > >

22.11.7 patches review and test

2024-11-30 Thread luca . boccassi
validations will be added to the release notes. A release candidate tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v22.11.7-rc1 These patches are located at branch 22.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Luca Boccassi --- Ajit Khaparde

Re: [PATCH v2] eal/unix: optimize thread creation with glibc

2024-11-02 Thread Luca Boccassi
completes in 1.19 seconds, so this fixes the issue with glibc: [ 438s] 36/82 DPDK:fast-tests / lcores_autotest OK 1.19s I do not use musl, so this is good enough for me. Thanks! Acked-by: Luca Boccassi

Re: [PATCH v2] Revert "eal/unix: fix thread creation"

2024-10-31 Thread Luca Boccassi
On Thu, 31 Oct 2024 at 13:04, David Marchand wrote: > > On Thu, Oct 31, 2024 at 1:58 PM Luca Boccassi wrote: > > > > On Thu, 31 Oct 2024 at 12:52, David Marchand > > wrote: > > > > > > On Thu, Oct 31, 2024 at 1:47 PM David Marchand > > > wrot

Re: [PATCH v2] Revert "eal/unix: fix thread creation"

2024-10-31 Thread Luca Boccassi
On Thu, 31 Oct 2024 at 12:52, David Marchand wrote: > > On Thu, Oct 31, 2024 at 1:47 PM David Marchand > wrote: > > Could you share a backtrace when hitting this deadlock? > > If the backtrace is not possible, running with > --log-level=lib.eal:debug may help. I cannot get backtraces. This runs

Re: [PATCH] Revert "eal/unix: fix thread creation"

2024-10-30 Thread Luca Boccassi
On Wed, 30 Oct 2024 at 19:52, Stephen Hemminger wrote: > > On Wed, 30 Oct 2024 19:08:41 + > luca.bocca...@gmail.com wrote: > > > From: Luca Boccassi > > > > This commit introduced a regression on arm64, causing a deadlock. > > lcores_autotest gets stuck a

[PATCH v2] Revert "eal/unix: fix thread creation"

2024-10-30 Thread luca . boccassi
From: Luca Boccassi This commit introduced a regression on arm64, causing a deadlock. lcores_autotest gets stuck and never terminates: [ 1077s] EAL: Detected CPU lcores: 4 [ 1077s] EAL: Detected NUMA nodes: 1 [ 1077s] EAL: Detected shared linkage of DPDK [ 1077s] EAL: Multi-process socket /tmp

[PATCH] Revert "eal/unix: fix thread creation"

2024-10-30 Thread luca . boccassi
From: Luca Boccassi This commit introduced a regression on arm64, causing a deadlock. lcores_autotest gets stuck and never terminates: [ 1077s] EAL: Detected CPU lcores: 4 [ 1077s] EAL: Detected NUMA nodes: 1 [ 1077s] EAL: Detected shared linkage of DPDK [ 1077s] EAL: Multi-process socket /tmp

DPDK 22.11.6 released

2024-08-20 Thread luca . boccassi
Hi all, Here is a new stable release: https://fast.dpdk.org/rel/dpdk-22.11.6.tar.xz The git tree is at: https://dpdk.org/browse/dpdk-stable/?h=22.11 Luca Boccassi --- .mailmap | 19 +- VERSION

Re: 22.11.6 patches review and test

2024-08-20 Thread Luca Boccassi
min.wal...@intel.com; David Christensen > > ; Hemant Agrawal ; Ian > > Stokes ; Jerin Jacob ; John > > McNamara ; Ju-Hyoung Lee > > ; Kevin Traynor ; Luca Boccassi > > ; Pei Zhang ; qian.q...@intel.com; > > Raslan Darawsheh ; NBU-Contact-Thomas Monjalon > > (EXTER

Re: 22.11.6 patches review and test

2024-08-15 Thread Luca Boccassi
On Thu, 15 Aug 2024 at 17:19, Ali Alnubani wrote: > > > -Original Message- > > From: Luca Boccassi > > Sent: Thursday, August 15, 2024 2:11 PM > > To: sta...@dpdk.org > > Cc: dev@dpdk.org; Ali Alnubani ; John McNamara > > ; Raslan Darawsheh ; NBU

Re: 22.11.6 patches review and test

2024-08-15 Thread Luca Boccassi
2.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > Thanks. > > Luca Boccassi Hi Ali, As the deadline is approaching, I wanted to double check whether NVIDIA is planning to run regression tests for 22.11.6? If you need more time it's fine to extend the dea

Re: 22.11.6 patches review and test

2024-08-09 Thread Luca Boccassi
On Fri, 9 Aug 2024 at 11:20, Xu, HailinX wrote: > > Update the test status for Intel part. dpdk22.11.6-rc1 all validation test > done. no new issue is found. > > # Basic Intel(R) NIC testing > * Build & CFLAG compile: cover the build test combination with latest > GCC/Clang version and the popul

Re: 22.11.6 patches review and test

2024-08-05 Thread Luca Boccassi
Host PF + DPDK testing: PASS > Host VF + DPDK testing: PASS > > Test Versions: > > qemu-kvm-7.2.0 > kernel 5.14 > libvirt 9.0 > openvswitch 3.1 > git log > > commit 2480dbd434234a40e7f999ced4650581fd64a24e > > Author: Luca Boccassi > > Date: Wed Jul 31 20

Re: 22.11.6 patches review and test

2024-08-01 Thread Luca Boccassi
On Wed, 31 Jul 2024 at 20:37, wrote: > > Hi all, > > Here is a list of patches targeted for stable release 22.11.6. > > The planned date for the final release is August 20th. > > Please help with testing and validation of your use cases and report > any issues/results with reply-all to this mail.

22.11.6 patches review and test

2024-07-31 Thread luca . boccassi
validations will be added to the release notes. A release candidate tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v22.11.6-rc1 These patches are located at branch 22.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Luca Boccassi --- Abdullah Ömer

Re: [PATCH] test: fix 32 bit overflow in pcapng test

2024-07-18 Thread Luca Boccassi
On Thu, 18 Jul 2024 at 18:43, Stephen Hemminger wrote: > > The conversion from seconds to nanoseconds in the pcapng test > would overflow on 32 bit platforms leading to this test failing. > > Reported-by: Luca Boccassi > Signed-off-by: Stephen Hemminger > --- > ap

Re: [PATCH] kni: fix build with Linux 6.10

2024-07-18 Thread Luca Boccassi
Hi Jiri, Please follow the process described in the "stable release" paragraph at: https://core.dpdk.org/contribute/ ie, one patch per affected LTS branch must be prepared, tested and sent individually, and then we'll apply it. Thanks. On Thu, 18 Jul 2024 at 10:16, Thomas Monjalon wrote: > > A

Re: [PATCH] meson: use built-in 'modules' helper for python dependencies

2024-06-24 Thread Luca Boccassi
On Mon, 24 Jun 2024 at 10:16, David Marchand wrote: > > On Sun, Jun 23, 2024 at 2:30 PM wrote: > > > > From: Luca Boccassi > > > > We now require Meson 0.53 or later, so we can use this feature introduced > > in 0.51. This also fixes a build failure on SUSE L

[PATCH] meson: use built-in 'modules' helper for python dependencies

2024-06-23 Thread luca . boccassi
From: Luca Boccassi We now require Meson 0.53 or later, so we can use this feature introduced in 0.51. This also fixes a build failure on SUSE Leap 15.6. Cc: sta...@dpdk.org Signed-off-by: Luca Boccassi --- buildtools/meson.build | 19 +-- 1 file changed, 5 insertions(+), 14

Re: [PATCH v12 07/12] net/tap: use libbpf to load new BPF program

2024-05-20 Thread Luca Boccassi
On Mon, 20 May 2024 at 23:08, Ferruh Yigit wrote: > > On 5/20/2024 10:42 PM, Luca Boccassi wrote: > > On Mon, 20 May 2024 at 19:43, Stephen Hemminger > > wrote: > >> > >> On Mon, 20 May 2024 18:49:19 +0100 > >> Ferruh Yigit wrote: > >&g

Re: [PATCH v12 07/12] net/tap: use libbpf to load new BPF program

2024-05-20 Thread Luca Boccassi
On Mon, 20 May 2024 at 19:43, Stephen Hemminger wrote: > > On Mon, 20 May 2024 18:49:19 +0100 > Ferruh Yigit wrote: > > > On 5/2/2024 10:31 PM, Stephen Hemminger wrote: > > > There were multiple issues in the RSS queue support in the TAP > > > driver. This required extensive rework of the BPF sup

Re: [PATCH] doc: ensure sphinx output is reproducible

2024-05-20 Thread Luca Boccassi
On Sun, 19 May 2024 at 22:11, Thomas Monjalon wrote: > > 19/05/2024 19:23, Luca Boccassi: > > On Sun, 19 May 2024 at 18:13, Thomas Monjalon wrote: > > > > > > 19/05/2024 18:36, Luca Boccassi: > > > > On Sun, 19 May 2024 at 15:01, Thomas Monjalon >

Re: [PATCH] doc: ensure sphinx output is reproducible

2024-05-19 Thread Luca Boccassi
On Sun, 19 May 2024 at 18:13, Thomas Monjalon wrote: > > 19/05/2024 18:36, Luca Boccassi: > > On Sun, 19 May 2024 at 15:01, Thomas Monjalon wrote: > > > 17/05/2024 13:29, Luca Boccassi: > > > > On Mon, 27 Nov 2023 at 17:04, Bruce Richardson > > > &g

Re: [PATCH] doc: ensure sphinx output is reproducible

2024-05-19 Thread Luca Boccassi
On Sun, 19 May 2024 at 15:01, Thomas Monjalon wrote: > > 17/05/2024 13:29, Luca Boccassi: > > On Mon, 27 Nov 2023 at 17:04, Bruce Richardson > > wrote: > > > > > > On Mon, Nov 27, 2023 at 05:45:52PM +0100, Thomas Monjalon wrote: > > > > 06/07/2023

Re: [PATCH] doc: ensure sphinx output is reproducible

2024-05-17 Thread Luca Boccassi
On Mon, 27 Nov 2023 at 17:04, Bruce Richardson wrote: > > On Mon, Nov 27, 2023 at 05:45:52PM +0100, Thomas Monjalon wrote: > > 06/07/2023 14:49, Christian Ehrhardt: > > > On Mon, Jul 3, 2023 at 5:29 PM Thomas Monjalon > > > wrote: > > > > > > > > 29/06/2023 14:58, christian.ehrha...@canonical.co

[PATCH] bpf/xdp: disable on 32bit x86

2024-04-25 Thread luca . boccassi
From: Luca Boccassi As per Intel, this is not supported, and the librte-bpf test fails on 32bit x86 kernels, so disable the library and the pmd. Signed-off-by: Luca Boccassi --- drivers/net/af_xdp/meson.build | 6 ++ lib/bpf/meson.build| 6 ++ 2 files changed, 12

DPDK 22.11.5 released

2024-04-23 Thread luca . boccassi
Hi all, Here is a new stable release: https://fast.dpdk.org/rel/dpdk-22.11.5.tar.xz The git tree is at: https://dpdk.org/browse/dpdk-stable/?h=22.11 Luca Boccassi --- .github/workflows/build.yml| 20 +- .mailmap

Re: 22.11.5 patches review and test

2024-04-18 Thread Luca Boccassi
wal...@intel.com; David > > Christensen ; Hemant Agrawal > > ; Ian Stokes ; Jerin Jacob > > ; John McNamara ; Ju- > > Hyoung Lee ; Kevin Traynor ; > > Luca Boccassi ; Pei Zhang ; > > qian.q...@intel.com; Raslan Darawsheh ; NBU- > > Contact-Thomas Monjalon (EXTER

Re: 22.11.5 patches review and test

2024-04-15 Thread Luca Boccassi
wal...@intel.com; David > > Christensen ; Hemant Agrawal > > ; Stokes, Ian ; Jerin Jacob > > ; Mcnamara, John ; Ju- > > Hyoung Lee ; Kevin Traynor ; > > Luca Boccassi ; Pei Zhang ; > > qian.q...@intel.com; Raslan Darawsheh ; Thomas > > Monjalon ; Yanghang Liu ; &g

Re: 22.11.5 patches review and test

2024-04-08 Thread Luca Boccassi
On Mon, 8 Apr 2024 at 05:09, YangHang Liu wrote: > > RedHat QE tested below 18 scenarios on RHEL9.4 and didn't find any new dpdk > issues. > > Guest with device assignment(PF) throughput testing(1G hugepage size): PASS > Guest with device assignment(PF) throughput testing(2M hugepage size) : PASS

Re: [PATCH v5 7/8] net/tap: use libbpf to load new BPF program

2024-04-04 Thread Luca Boccassi
On Thu, 4 Apr 2024 at 16:51, Stephen Hemminger wrote: > > On Thu, 4 Apr 2024 01:49:56 +0100 > Luca Boccassi wrote: > > > On Thu, 4 Apr 2024 at 00:41, Stephen Hemminger > > wrote: > > > > > > On Wed, 3 Apr 2024 22:19:20 +0100 > > > Luca Boccass

Re: [PATCH v5 7/8] net/tap: use libbpf to load new BPF program

2024-04-04 Thread Luca Boccassi
On Thu, 4 Apr 2024 at 16:31, Stephen Hemminger wrote: > > On Wed, 3 Apr 2024 22:19:20 +0100 > Luca Boccassi wrote: > > > On Wed, 3 Apr 2024 at 16:55, Stephen Hemminger > > wrote: > > > > > > On Wed, 03 Apr 2024 12:50:35 +0100 > > > Luca Bocca

Re: [PATCH v5 7/8] net/tap: use libbpf to load new BPF program

2024-04-03 Thread Luca Boccassi
On Thu, 4 Apr 2024 at 00:41, Stephen Hemminger wrote: > > On Wed, 3 Apr 2024 22:19:20 +0100 > Luca Boccassi wrote: > > > On Wed, 3 Apr 2024 at 16:55, Stephen Hemminger > > wrote: > > > > > > On Wed, 03 Apr 2024 12:50:35 +0100 > > > Luca Bocca

22.11.5 patches review and test

2024-04-03 Thread luca . boccassi
validations will be added to the release notes. A release candidate tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v22.11.5-rc1 These patches are located at branch 22.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Luca Boccassi --- Ajit Khaparde (2

Re: [PATCH v5 7/8] net/tap: use libbpf to load new BPF program

2024-04-03 Thread Luca Boccassi
On Wed, 3 Apr 2024 at 16:55, Stephen Hemminger wrote: > > On Wed, 03 Apr 2024 12:50:35 +0100 > Luca Boccassi wrote: > > > Using bpftool to generate the header at build time is a bit icky, > > because it will look at sysfs on the build system, which is from the > &g

Re: [PATCH v5 7/8] net/tap: use libbpf to load new BPF program

2024-04-03 Thread Luca Boccassi
hat every distro packages differently, so the path needs to be configurable with a meson option. Feel free to pilfer the systemd meson glue: https://github.com/systemd/systemd/pull/26826/commits/d917079e7e320aa281fc4ad6f8073b0814b9cb13 It's of course file to go to the runtime kernel if no vmlinux.h is specified, as a fallback, which is going to be useful for developers machines. -- Kind regards, Luca Boccassi

Re: [PATCH v20 13/14] log: add support for systemd journal

2024-04-01 Thread Luca Boccassi
On Sat, 30 Mar 2024 at 16:46, Stephen Hemminger wrote: > > If DPDK application is being run as a systemd service, then > it can use the journal protocol which allows putting more information > in the log such as priority and other information. > > The use of journal protocol is automatically detec

Re: [PATCH v2 0/1] net/ena/base: bug fix for 23.11 stable only

2024-03-28 Thread Luca Boccassi
Please see https://core.dpdk.org/contribute/ for instructions on sending patches for stable releases, otherwise they will be missed On Thu, 28 Mar 2024 at 14:22, Brandes, Shai wrote: > > Sorry, for some reason this appears on the wrong branch > I will fix this and upload a new patch > > > -Or

Re: [PATCH v2] doc: update LTS maintenance to 3 years

2024-03-28 Thread Luca Boccassi
; > note that it depends on community support. > > > > > > Signed-off-by: Kevin Traynor > > > > More opinions, comments or acks? > > It is an improvement. > > Acked-by: Morten Brørup Acked-by: Luca Boccassi

Re: [PATCH] test/lcores: reduce cpu consumption

2024-03-07 Thread Luca Boccassi
e looks good to me in principle and we can certainly try it, thanks. Acked-by: Luca Boccassi

[PATCH] test: move lcores/pdump/pflock/ticketlock out of fast suite

2024-01-12 Thread luca . boccassi
From: Luca Boccassi These tests are failing with timeouts on build machines with large amount of cores, so move them out of the fast suite, which should complete in seconds. 33/77 DPDK:fast-tests / lcores_autotest TIMEOUT50.01s https://build.opensuse.org/package

DPDK 20.11.10 released

2023-12-12 Thread luca . boccassi
Hi all, Here is a new stable release: https://fast.dpdk.org/rel/dpdk-20.11.10.tar.xz The git tree is at: https://dpdk.org/browse/dpdk-stable/?h=20.11 This is the final release of the 20.11 LTS branch, and it is now EOL. So long, and thanks for all the packets. Luca Boccassi

Re: 20.11.10 patches review and test

2023-12-12 Thread Luca Boccassi
wal...@intel.com; David > > Christensen ; Hemant Agrawal > > ; Stokes, Ian ; Jerin Jacob > > ; Mcnamara, John ; Ju- > > Hyoung Lee ; Kevin Traynor > > ; Luca Boccassi ; Pei Zhang > > ; qian.q...@intel.com; Raslan Darawsheh > > ; Thomas Monjalon ; > > Yangh

Re: 20.11.10 patches review and test

2023-12-11 Thread Luca Boccassi
wal...@intel.com; David > > Christensen ; Hemant Agrawal > > ; Ian Stokes ; Jerin Jacob > > ; John McNamara ; Ju- > > Hyoung Lee ; Kevin Traynor ; > > Luca Boccassi ; Pei Zhang ; > > qian.q...@intel.com; Raslan Darawsheh ; NBU- > > Contact-Thomas Monjalon (EXTER

Re: Next year of LTSes

2023-12-07 Thread Luca Boccassi
On Thu, 9 Nov 2023 at 10:30, Luca Boccassi wrote: > > Hi, > > We should start thinking about the next year of LTSes and how to organize. > > 20.11 will be EOL after the next upcoming release being prepared now, > as it's now 3 years old. So long, and thanks for all the

20.11.10 patches review and test

2023-12-01 Thread luca . boccassi
validations will be added to the release notes. A release candidate tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v20.11.10-rc1 These patches are located at branch 20.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Luca Boccassi --- Aakash

Re: [PATCH] test: set iova=va mode on ppc64 with --no-huge

2023-11-28 Thread Luca Boccassi
s are met. > > Signed-off-by: Christian Ehrhardt > --- > app/test/suites/meson.build | 8 > 1 file changed, 8 insertions(+) Acked-by: Luca Boccassi

Re: [PATCH 1/2] devtools: fix check of multiple commits fixed at once

2023-11-28 Thread Luca Boccassi
fix, > but it is fixed by checking them all before proceeding further. > > Fixes: 752d8e097ec1 ("scripts: show fixes with release version of bug") > Cc: sta...@dpdk.org > > Signed-off-by: Thomas Monjalon > --- > devtools/git-log-fixes.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Luca Boccassi

Re: [PATCH 2/2] devtools: deduplicate function to mark fixes

2023-11-28 Thread Luca Boccassi
ingle function for both marks. > > Signed-off-by: Thomas Monjalon > --- > devtools/git-log-fixes.sh | 22 ++ > 1 file changed, 6 insertions(+), 16 deletions(-) Acked-by: Luca Boccassi

Re: DPDK Release Status Meeting 2023-11-23

2023-11-26 Thread Luca Boccassi
On Sun, 26 Nov 2023 at 01:55, Ruifeng Wang wrote: > > > > On 2023/11/24 4:53 PM, Mcnamara, John wrote: > > Release status meeting minutes 2023-11-23 > > > > > issues: > > > > * Build/link issue on Debian > > > >https://salsa.debian.org/debian/dpdk/-/jobs/4949787 > > > > * cpfl c

Re: [PATCH] net/txgbe: fix out of bound access

2023-11-16 Thread Luca Boccassi
> [2] > gcc 13.2.1 "cc (SUSE Linux) 13.2.1 20230912 > > Fixes: 35c90ecccfd4 ("net/txgbe: add EEPROM functions") > Cc: sta...@dpdk.org > > Reported-by: Luca Boccassi > Signed-off-by: Ferruh Yigit > --- > Cc: jiawe...@trustnetic.com > Cc: jianw...@tr

Next year of LTSes

2023-11-09 Thread Luca Boccassi
at do you think about, from next year (ie, after the current set is done) me taking over 22.11, and you switching to 23.11? The reason is that Debian uses "even" releases due to release cadence, so just like I had vested interest for 20.11 for Debian 11, Debian 12 uses 22.11. Kind regards, Luca Boccassi

DPDK 20.11.9 released

2023-08-16 Thread luca . boccassi
Hi all, Here is a new stable release: https://fast.dpdk.org/rel/dpdk-20.11.9.tar.xz The git tree is at: https://dpdk.org/browse/dpdk-stable/?h=20.11 Luca Boccassi --- VERSION| 2 +- app/test-crypto-perf/main.c

Re: 20.11.9 patches review and test

2023-08-15 Thread Luca Boccassi
On Tue, 15 Aug 2023 at 14:35, Ali Alnubani wrote: > > > -Original Message- > > From: Luca Boccassi > > Sent: Monday, August 14, 2023 2:55 PM > > To: Ali Alnubani > > Cc: sta...@dpdk.org; dev@dpdk.org; John McNamara > > ; Raslan Darawsheh ; &g

Re: 20.11.9 patches review and test

2023-08-14 Thread Luca Boccassi
e tarball can be found at: > > > > https://dpdk.org/browse/dpdk-stable/tag/?id=v20.11.9-rc1 > > > > These patches are located at branch 20.11 of dpdk-stable repo: > > https://dpdk.org/browse/dpdk-stable/ > > > > Thanks. > > > > Luca Boccas

Re: 20.11.9 patches review and test

2023-08-11 Thread Luca Boccassi
n testing: PASS > Guest with ovs+dpdk+vhost-user 4Q live migration testing: PASS > Host PF + DPDK testing: PASS > Host VF + DPDK testing: PASS > > Test Versions: > > qemu-kvm-6.2.0 > kernel 5.14 > dpdk 20.11.9-rc1 > > # git log -1 > > commit 84df5f9791de5e547

Re: 20.11.9 patches review and test

2023-08-07 Thread Luca Boccassi
t; > https://dpdk.org/browse/dpdk-stable/tag/?id=v20.11.9-rc1 > > > > These patches are located at branch 20.11 of dpdk-stable repo: > > https://dpdk.org/browse/dpdk-stable/ > > > > Thanks. > > > > Luca Boccassi > Update the test status for Intel pa

20.11.9 patches review and test

2023-07-28 Thread luca . boccassi
reported validations will be added to the release notes. A release candidate tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v20.11.9-rc1 These patches are located at branch 20.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Luca Boccassi

Re: [PATCH] ice: fix build error on 32bit configure

2023-07-05 Thread Luca Boccassi
e_rx_reassemble_packets(struct ice_rx_queue *rxq, struct > rte_mbuf **rx_bufs, > /* save the partial packet for next time */ > rxq->pkt_first_seg = start; > rxq->pkt_last_seg = end; > - rte_memcpy(rx_bufs, pkts, pkt_idx * (sizeof(*pkts))); > + memcpy(rx_bufs, pkts, pkt_idx * (sizeof(*pkts))); > return pkt_idx; > } Tested-by: Luca Boccassi

DPDK 20.11.8 released

2023-04-27 Thread luca . boccassi
Hi all, Here is a new stable release: https://fast.dpdk.org/rel/dpdk-20.11.8.tar.xz The git tree is at: https://dpdk.org/browse/dpdk-stable/?h=20.11 Luca Boccassi --- .github/workflows/build.yml| 14 +- VERSION

Re: 20.11.8 patches review and test

2023-04-19 Thread Luca Boccassi
On Wed, 19 Apr 2023 at 15:36, David Marchand wrote: > > On Wed, Apr 19, 2023 at 4:30 PM Luca Boccassi wrote: > > > > On Wed, 19 Apr 2023 at 15:26, Kevin Traynor wrote: > > > > > > On 19/04/2023 15:23, Ali Alnubani wrote: > > > >>

Re: 20.11.8 patches review and test

2023-04-19 Thread Luca Boccassi
On Wed, 19 Apr 2023 at 15:26, Kevin Traynor wrote: > > On 19/04/2023 15:23, Ali Alnubani wrote: > >> -Original Message----- > >> From: Luca Boccassi > >> Sent: Wednesday, April 19, 2023 5:15 PM > >> To: David Marchand > >> Cc: Ali Alnu

Re: 20.11.8 patches review and test

2023-04-19 Thread Luca Boccassi
On Wed, 19 Apr 2023 at 14:25, David Marchand wrote: > > On Wed, Apr 19, 2023 at 3:14 PM Ali Alnubani wrote: > > > > > > I don't think this function prototype is really different in the 20.11 > > > stable branch (putting the __rte_internal tag aside). > > > Can you trigger this issue on the main b

Re: 20.11.8 patches review and test

2023-04-19 Thread Luca Boccassi
min.wal...@intel.com; David Christensen ; > > Hemant Agrawal ; Ian Stokes > > ; Jerin Jacob ; John McNamara > > ; Ju-Hyoung Lee ; > > Kevin Traynor ; Luca Boccassi ; > > Pei Zhang ; qian.q...@intel.com; Raslan Darawsheh > > ; NBU-Contact-Thomas Monjalon (EXTERNAL) >

Re: 20.11.8 patches review and test

2023-04-14 Thread Luca Boccassi
alker, Benjamin > > ; David Christensen ; > > Hemant Agrawal ; Stokes, Ian > > ; Jerin Jacob ; Mcnamara, John > > ; Ju-Hyoung Lee ; Kevin > > Traynor ; Luca Boccassi ; Pei > > Zhang ; Xu, Qian Q ; Raslan > > Darawsheh ; Thomas Monjalon > > ; Yanghang

Re: 20.11.7 patches review and test

2023-04-11 Thread Luca Boccassi
On Tue, 11 Apr 2023 at 08:22, Morten Brørup wrote: > > > From: Morten Brørup [mailto:m...@smartsharesystems.com] > > Sent: Monday, 28 November 2022 13.08 > > > > > From: Luca Boccassi [mailto:luca.bocca...@gmail.com] > > > Sent: Monday, 28 November 2022 12.5

Re: [PATCH v2] devtools: add script to check for non inclusive naming

2023-04-04 Thread Luca Boccassi
On Mon, 2023-04-03 at 19:17 -0700, Stephen Hemminger wrote: > On Tue, 4 Apr 2023 00:08:30 +0100 > Luca Boccassi wrote: > > > On Mon, 3 Apr 2023 at 15:47, Stephen Hemminger > > wrote: > > > > > > Shell script to find use of words that not be used. >

Re: [PATCH v2] devtools: add script to check for non inclusive naming

2023-04-03 Thread Luca Boccassi
On Mon, 3 Apr 2023 at 15:47, Stephen Hemminger wrote: > > Shell script to find use of words that not be used. > By default it prints matches. The -q (quiet) option > is used to just count. There is also -l option > which lists lines matching (like grep -l). > > Uses the word lists from Inclusive

Re: [PATCH] doc/ark: replace word segregation

2023-04-03 Thread Luca Boccassi
On Sun, 2 Apr 2023 at 23:54, Stephen Hemminger wrote: > > The word "segregation" brings up troubling memorys. > Instead, use the term seperation which is what DPDK flow docs use. > > Signed-off-by: Stephen Hemminger > --- > doc/guides/nics/ark.rst | 2 +- > 1 file changed, 1 insertion(+), 1 dele

20.11.8 patches review and test

2023-03-31 Thread luca . boccassi
validations will be added to the release notes. A release candidate tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v20.11.8-rc1 These patches are located at branch 20.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Luca Boccassi --- Akhil Goyal (1

Re: [PATCH dpdk-kmod] linux/igb_uio: fix build with kernel 5.18

2022-12-22 Thread Luca Boccassi
t;) > > Bugzilla ID: 1142 > > Signed-off-by: Ferruh Yigit > --- > Cc: Daxue Gao > > Cc: Christian Ehrhardt > This also needs to be backported to v19.11 LTS > --- > linux/igb_uio/igb_uio.c | 8 +--- > 1 file changed, 1 insertion(+), 7 deletions(-) Tested-by: Luca Boccassi

Re: [PATCH kmods] linux/igb_uio: fix build on Linux 5.18+

2022-12-22 Thread Luca Boccassi
On Sun, 18 Dec 2022 at 15:25, Ferruh Yigit wrote: > > On 12/16/2022 5:18 PM, luca.bocca...@gmail.com wrote: > > From: Luca Boccassi > > > > Reported-by: Paolo Pisati > > Signed-off-by: Luca Boccassi > > --- > > Only build-tested. > > >

[PATCH kmods] linux/igb_uio: fix build on Linux 5.18+

2022-12-16 Thread luca . boccassi
From: Luca Boccassi Reported-by: Paolo Pisati Signed-off-by: Luca Boccassi --- Only build-tested. linux/igb_uio/igb_uio.c | 8 1 file changed, 8 insertions(+) diff --git a/linux/igb_uio/igb_uio.c b/linux/igb_uio/igb_uio.c index 33e0e02..3d8a8a8 100644 --- a/linux/igb_uio/igb_uio.c

DPDK 20.11.7 released

2022-12-13 Thread luca . boccassi
Hi all, Here is a new stable release: https://fast.dpdk.org/rel/dpdk-20.11.7.tar.xz The git tree is at: https://dpdk.org/browse/dpdk-stable/?h=20.11 Luca Boccassi --- .github/workflows/build.yml| 19 +- VERSION

Re: 20.11.7 patches review and test

2022-12-13 Thread Luca Boccassi
0.11 also found build issue: > https://bugs.dpdk.org/show_bug.cgi?id=1061 > - Apply the patch > https://git.dpdk.org/dpdk-stable/commit/?h=21.11&id=125a65cb03f845d1b6d5f7078670aa1a49d62513 > on latest LTS20.11, test passed. > > > -Original Message- > > From: Luca

Re: 20.11.7 patches review and test

2022-12-12 Thread Luca Boccassi
On Fri, 9 Dec 2022 at 09:49, Luca Boccassi wrote: > > Thank you! > > The two compilation issues have been fixed. Waiting on a resolution on > the other two issues. Should they be considered blockers and delay the > release, if a fix is not available by next week? Hi, Any u

Re: 20.11.7 patches review and test

2022-12-12 Thread Luca Boccassi
wal...@intel.com; David > > Christensen ; Hemant Agrawal > > ; Ian Stokes ; Jerin > > Jacob ; John McNamara ; > > Ju-Hyoung Lee ; Kevin Traynor > > ; Luca Boccassi ; Pei Zhang > > ; qian.q...@intel.com; Raslan Darawsheh > > ; NBU-Contact-Thomas Monjalo

Re: 20.11.7 patches review and test

2022-12-09 Thread Luca Boccassi
host-user 4Q live migration testing: PASS > Host PF + DPDK testing: PASS > Host VF + DPDK testing: PASS > > Versions: > > kernel 4.18 > qemu-kvm-6.2 > DPDK > > commit 849770ce78a1b1a4871871feafbfcd9c204ea625 (tag: v20.11.7-rc1) > > Author: Luca Boccassi > &

Re: 20.11.7 patches review and test

2022-12-09 Thread Luca Boccassi
l.com > > Sent: Monday, November 28, 2022 6:53 PM > > To: sta...@dpdk.org > > Cc: dev@dpdk.org; Abhishek Marathe ; Ali > > Alnubani ; Walker, Benjamin > > ; David Christensen ; > > Hemant Agrawal ; Stokes, Ian > > ; Jerin Jacob ; Mcnamara, John > >

Re: 20.11.7 patches review and test

2022-11-28 Thread Luca Boccassi
did more, so it should be: > + __MEMPOOL_STAT_ADD(mp, get_success, n); > > This is only visible if built with RTE_LIBRTE_MEMPOOL_DEBUG. > > Besides that, it looks perfectly good to me. Can you test a patch and send it? Kind regards, Luca Boccassi

20.11.7 patches review and test

2022-11-28 Thread luca . boccassi
reported validations will be added to the release notes. A release candidate tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v20.11.7-rc1 These patches are located at branch 20.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Luca Boccassi --- Abdullah

[PATCH 1/2] docs: add +x to generator scripts

2022-11-14 Thread luca . boccassi
From: Luca Boccassi These scripts have a shebang so they are meant to be runnable, so set +x bits Fixes: 53bb9a073f4f ("doc: rewrite shell scripts in Python") Signed-off-by: Luca Boccassi --- doc/api/generate_doxygen.py | 0 doc/api/generate_examples.py | 0 2 files changed, 0

[PATCH 2/2] docs: sort files lists in generator scripts

2022-11-14 Thread luca . boccassi
From: Luca Boccassi In order to build the documentation in a reproducible manner, sort the lists of files used as input, since walking the filesystem is not guaranteed to be done in a stable order. When converting the scripts from shell to python, sorting the input was lost. Fixes: 53bb9a073f4f

[PATCH] drivers: various typos found by Lintian

2022-11-14 Thread luca . boccassi
From: Luca Boccassi Signed-off-by: Luca Boccassi --- drivers/crypto/dpaa_sec/dpaa_sec.c | 4 ++-- drivers/net/bonding/rte_eth_bond_pmd.c | 2 +- drivers/net/hns3/hns3_ethdev.c | 2 +- drivers/net/qede/base/ecore_int.c | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions

DPDK 19.11.13 released

2022-08-29 Thread Luca Boccassi
Hi all, Here is a new stable release: https://fast.dpdk.org/rel/dpdk-19.11.13.tar.xz The git tree is at: https://dpdk.org/browse/dpdk-stable/?h=19.11 This release fixes CVE-2022-2132 and CVE-2022-28199. Luca Boccassi --- VERSION

  1   2   3   4   5   6   7   8   9   10   >