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

Re: 21.11.2 patches review and test

2022-08-16 Thread Luca Boccassi
On Thu, 2022-08-04 at 07:28 +, Jiang, YuX wrote: > > -Original Message- > > From: Jiang, YuX > > Sent: Tuesday, August 2, 2022 6:15 PM > > To: Luca Boccassi ; sta...@dpdk.org > > Cc: dev@dpdk.org; Walker, Benjamin ; > > Raslan > > Darawsheh ;

Re: 21.11.2 patches review and test

2022-08-16 Thread Luca Boccassi
On Tue, 2022-08-16 at 07:33 +, Ali Alnubani wrote: > > -Original Message- > > From: Ali Alnubani > > Sent: Thursday, July 28, 2022 3:49 PM > > To: Luca Boccassi ; sta...@dpdk.org > > Cc: dev@dpdk.org; Abhishek Marathe > > ; > > be

Re: 21.11.2 patches review and test

2022-08-02 Thread Luca Boccassi
On Fri, 2022-07-29 at 11:26 +, Jiang, YuX wrote: > > -Original Message- > > From: Jiang, YuX > > Sent: Friday, July 29, 2022 11:01 AM > > To: Luca Boccassi ; sta...@dpdk.org > > Cc: dev@dpdk.org; Abhishek Marathe > > ; > > Ali Alnubani

Re: 21.11.2 patches review and test

2022-08-02 Thread Luca Boccassi
ting: PASS >  * Guest with ovs+dpdk+vhost-user 4Q live migration testing: PASS >  * Host PF + DPDK testing: PASS >  * Host VF + DPDK testing: PASS >   > Versions: >  * kernel 4.18 >  * qemu 6.2 >  * dpdk: git://dpdk.org/dpdk-stable (remotes/origin/21.11) > - # git log >

Re: 21.11.2 patches review and test

2022-07-28 Thread Luca Boccassi
e patches are located at branch 21.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > Thanks. > > Luca Boccassi Hello, Any update from any of the validation teams? Any indication on how the tests are going? -- Kind regards, Luca Boccassi

21.11.2 patches review and test

2022-07-18 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=v21.11.2-rc1 These patches are located at branch 21.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Luca Boccassi --- Abdullah Ömer

DPDK 20.11.5 released

2022-04-04 Thread luca . boccassi
Hi all, Here is a new stable release: https://fast.dpdk.org/rel/dpdk-20.11.5.tar.xz The git tree is at: https://dpdk.org/browse/dpdk-stable/?h=20.11 Luca Boccassi --- MAINTAINERS| 2 + VERSION

Re: 20.11.5 patches review and test

2022-03-31 Thread Luca Boccassi
On Thu, 31 Mar 2022 at 11:51, Christian Ehrhardt wrote: > > > > On Mon, Mar 28, 2022 at 5:29 PM Luca Boccassi wrote: >> >> On Mon, 2022-03-28 at 14:55 +0200, Christian Ehrhardt wrote: >> > >> > >> > On Mon, Mar 28, 2022 at 1:50 PM Luca Bocca

Re: 20.11.5 patches review and test

2022-03-29 Thread Luca Boccassi
; Walker, Benjamin > > ; David Christensen > > ; hariprasad.govindhara...@intel.com; > > Hemant > > Agrawal ; Stokes, Ian > > ; > > Jerin Jacob ; Mcnamara, John > > ; Ju-Hyoung Lee ; > > Kevin Traynor ; Luca Boccassi > > ; > > Pei Zhang ; Xu, Qian

Re: 20.11.5 patches review and test

2022-03-28 Thread Luca Boccassi
On Mon, 2022-03-28 at 14:55 +0200, Christian Ehrhardt wrote: > > > On Mon, Mar 28, 2022 at 1:50 PM Luca Boccassi > wrote: > > On Mon, 2022-03-28 at 09:40 +0200, Christian Ehrhardt wrote: > > > On Fri, Mar 18, 2022 at 4:21 PM wrote: > > > > > > &

Re: 20.11.5 patches review and test

2022-03-28 Thread Luca Boccassi
lso apply > for 20.11 or should we keep it stable there? Thanks for the heads-up, these looked like additions to the map file so I overlooked them. I'll revert this in the 20.11 tree, I don't think we should change symbols there. -- Kind regards, Luca Boccassi signature.asc Description: This is a digitally signed message part

Re: 20.11.5 patches review and test

2022-03-23 Thread Luca Boccassi
ion testing: PASS > (15)Guest with ovs+dpdk+vhost-user 4Q live migration testing: PASS > (16)Host PF + DPDK testing: PASS > (17)Host VF + DPDK testing: PASS >   > Versions: > kernel 4.18 > qemu 6.2 > dpdk: git://dpdk.org/dpdk-stable branch: 20.11 > # git log -1 > commit 5768

20.11.5 patches review and test

2022-03-18 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.5-rc1 These patches are located at branch 20.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Luca Boccassi --- Adham

[PATCH] doc: relax requirement on commit messages of security fixes

2022-03-10 Thread luca . boccassi
From: Luca Boccassi Allow more flexibility with embargo lifting by not requiring mentions of CVEs in commit messages if the lift date allows it. Signed-off-by: Luca Boccassi --- doc/guides/contributing/vulnerability.rst | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a

Re: [PATCH] build: fix meson warning about using compiler warning flags

2022-01-21 Thread Luca Boccassi
0243a33d 100644 > --- a/meson.build > +++ b/meson.build > @@ -7,7 +7,7 @@ project('DPDK', 'C', >  version: run_command(find_program('cat', 'more'), >  files('VERSION'), check: true).stdout().strip(), >  license: 'BSD', > -default_options: ['buildtype=release', 'default_library=static'], > +default_options: ['buildtype=release', 'default_library=static', > 'warning_level=2'], >  meson_version: '>= 0.49.2' >  ) >   > Acked-by: Luca Boccassi -- Kind regards, Luca Boccassi

Re: [PATCH v2 2/2] devtools: report commit id on partial fixes

2021-12-03 Thread Luca Boccassi
$rootver (partially fixed in $origin @ $origver)" >   else >   echo "$origver" >   fi Acked-by: Luca Boccassi -- Kind regards, Luca Boccassi

Re: [PATCH v2 1/2] devtools: don't include headline "fix" in backports

2021-12-03 Thread Luca Boccassi
dline" | grep -q fix || continue > + [ "$stable" = "S" ] || [ "$fixes" = "F" ] || [ -n "$origins" ] || > continue >   version=$(commit_version $id) >   if [ -n "$origins" ] ; then >   origver="$(origin_version $origins)" Acked-by: Luca Boccassi -- Kind regards, Luca Boccassi

Re: [PATCH v2] test/bpf_convert: do not require DNS lookup

2021-11-24 Thread Luca Boccassi
On Sun, 2021-11-14 at 23:39 +, Luca Boccassi wrote: > On Wed, 10 Nov 2021 at 16:18, Stephen Hemminger > wrote: > > > > These tests were using strings with hostname (dpdk.org) and this makes > > test code do a DNS lookup. In container environment used for Op

Re: [PATCH v2] doc: add examples.dox path to STRIP_FROM_PATH

2021-11-23 Thread Luca Boccassi
27;) >  cdata.set('TOPDIR', meson.source_root()) > -cdata.set('STRIP_FROM_PATH', meson.source_root()) > +cdata.set('STRIP_FROM_PATH', ' '.join([meson.source_root(), > join_paths(meson.build_root(), 'doc', 'api')])) >  cdata.set('WARN_AS_ERROR', 'NO') >  if get_option('werror') >  cdata.set('WARN_AS_ERROR', 'YES') Acked-by: Luca Boccassi -- Kind regards, Luca Boccassi

Re: [PATCH] doc: add build_root to STRIP_FROM_PATH

2021-11-23 Thread Luca Boccassi
join_paths(meson.build_root(), 'doc', > 'api')) >  cdata.set('HTML_OUTPUT', 'html') >  cdata.set('TOPDIR', meson.source_root()) >  cdata.set('STRIP_FROM_PATH', meson.source_root()) > +cdata.set('BUILDDIR', meson.build_root()) >  cdata.set('WARN_AS_ERROR', 'NO') >  if get_option('werror') >  cdata.set('WARN_AS_ERROR', 'YES') Acked-by: Luca Boccassi -- Kind regards, Luca Boccassi

Re: release schedule change proposal

2021-11-15 Thread Luca Boccassi
more fixes: 1 > rc5 - last chance buffer: 1 > release: 0 > > Opinions? We upload only LTS releases to Debian/Ubuntu, so as long as those stay the same as it is proposed here, no problem for us. -- Kind regards, Luca Boccassi

Re: [PATCH v2] test/bpf_convert: do not require DNS lookup

2021-11-14 Thread Luca Boccassi
5", > + "host 192.0.2.1 and not (port 80 or port 25)", > + "host 2001:4b98:db0::8 and not port 80 and not port 25", > "port not 53 and not arp", > "(tcp[0:2] > 1500 and tcp[0:2] < 1550) or (tcp[2:2] > 1500 and > tcp[2:2] < 1550)", > "ether proto 0x888e", > -- > 2.30.2 Acked-by: Luca Boccassi

  1   2   3   4   5   6   7   8   9   10   >