[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

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

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

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

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

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

[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

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

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

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

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

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

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

[dpdk-dev] [PATCH 0/2] support mailbox interruption on ixgbe/igb VF

2016-06-28 Thread Luca Boccassi
ode so any help or pointers would be greatly appreciated. Note that I also tried to backport the additional patches for reset that are currently under review on top of these, but there's no difference. But I have not yet used the new reset API in our app though. Thanks! -- Kind regards, Luca Boccassi

[dpdk-dev] [PATCH 0/2] support mailbox interruption on ixgbe/igb VF

2016-06-28 Thread Luca Boccassi
On Tue, 2016-06-28 at 10:16 +, Luca Boccassi wrote: > On Tue, 2016-05-24 at 14:06 +0800, Wenzhuo Lu wrote: > > This patch set addes the support of the mailbox interruption on VF. > > So, VF can receice the messges for physical link down/up. > > > > PS: This p

[dpdk-dev] [PATCH v6 0/4] support reset of VF link

2016-07-04 Thread Luca Boccassi
call in ixgbe_alloc_rx_queue_mbufs returns NULL at iteration 64 out of 2048. The application has ~500 2MB hugepages, and there's 2GB of free memory available on top of that. Have you seen this before? Any pointer or suggestion for debugging? Thanks! -- Kind regards, Luca Boccassi

[dpdk-dev] [PATCH v6 0/4] support reset of VF link

2016-07-05 Thread Luca Boccassi
On Tue, 2016-07-05 at 00:52 +, Lu, Wenzhuo wrote: > Hi Luca, > > > > -Original Message- > > From: Luca Boccassi [mailto:lboccass at Brocade.com] > > Sent: Monday, July 4, 2016 11:48 PM > > To: Lu, Wenzhuo > > Cc: dev at dpdk.org > > S

[dpdk-dev] [PATCH v6 0/4] support reset of VF link

2016-07-06 Thread Luca Boccassi
On Wed, 2016-07-06 at 00:45 +, Lu, Wenzhuo wrote: > Hi Luca, > > > -Original Message- > > From: Luca Boccassi [mailto:lboccass at Brocade.com] > > Sent: Tuesday, July 5, 2016 5:53 PM > > To: Lu, Wenzhuo > > Cc: dev at dpdk.org > > Subject: R

[dpdk-dev] [PATCH v6 0/4] support reset of VF link

2016-07-07 Thread Luca Boccassi
On Thu, 2016-07-07 at 01:09 +, Lu, Wenzhuo wrote: > Hi Luca, > > > > -Original Message- > > From: Luca Boccassi [mailto:lboccass at Brocade.com] > > Sent: Thursday, July 7, 2016 12:23 AM > > To: Lu, Wenzhuo > > Cc: dev at dpdk.org > > S

[dpdk-dev] [PATCH v6 0/4] support reset of VF link

2016-07-07 Thread Luca Boccassi
On Thu, 2016-07-07 at 13:12 +, Lu, Wenzhuo wrote: > > -Original Message- > > From: Luca Boccassi [mailto:lboccass at Brocade.com] > > Sent: Thursday, July 7, 2016 6:21 PM > > To: Lu, Wenzhuo > > Cc: dev at dpdk.org > > Subject: Re: [dpdk-dev] [PA

[dpdk-dev] [PATCH v6 0/4] support reset of VF link

2016-07-08 Thread Luca Boccassi
start(): Unable to initialize RX > > > > > > > > > > hardware > > > > > > > > > > (-12) > > > > > > > > > > PMD: ixgbevf_dev_reset(): Ixgbe VF reset: Failed to start > > > > > > > > > > device. > > > > >

[dpdk-dev] [PATCH v6 0/4] support reset of VF link

2016-07-11 Thread Luca Boccassi
etting succeeded, not mean > the rx/tx is ready. Rx/tx has to depend on the PF link is up. -- Kind regards, Luca Boccassi

[dpdk-dev] [PATCH v6 0/4] support reset of VF link

2016-07-11 Thread Luca Boccassi
On Mon, 2016-07-11 at 13:02 +0100, Luca Boccassi wrote: > On Mon, 2016-07-11 at 01:32 +, Lu, Wenzhuo wrote: > > > > > > Unfortunately I found one issue: if PF is down, and then the VF on the > > > guest is > > > down as well (ip link down) an

[dpdk-dev] Compiler hardening flags for libraries and performance implications

2016-07-26 Thread Luca Boccassi
all of these in the packages that will be distributed in Ubuntu and Debian? Thanks! -- Kind regards, Luca Boccassi [1] https://wiki.debian.org/Hardening#Environment_variables

Re: [dpdk-dev] [PATCH 4/4] net/netvsc: check for overflow on packet info from host

2020-10-27 Thread Luca Boccassi
; + total_len > pkt->len) > goto error; > > if (unlikely(data_len < RTE_ETHER_HDR_LEN)) This patch breaks the build with GCC < 5 (CentOS 7, RHEL 7, SLE 12) as __builtin_add_overflow is not available. Could you please send a follow up to fix it? -- Kind regards, Luca Boccassi

Re: [dpdk-dev] [dpdk-stable] [PATCH 4/4] net/netvsc: check for overflow on packet info from host

2020-10-28 Thread Luca Boccassi
On Tue, 2020-10-27 at 23:07 +, Ferruh Yigit wrote: > On 10/27/2020 5:10 PM, Luca Boccassi wrote: > > On Mon, 2020-08-10 at 19:33 -0700, lon...@linuxonhyperv.com wrote: > > > From: Stephen Hemminger > > > > > > The data from the host is trusted but checked

[dpdk-dev] [PATCH dpdk-kmods] igb_uio: include MODULE_CFLAGS in Kbuild

2020-10-28 Thread luca . boccassi
From: Luca Boccassi Necessary to get build flags from DKMS. See: https://git.dpdk.org/dpdk/commit/?id=816d967717 Signed-off-by: Luca Boccassi --- linux/igb_uio/Kbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/igb_uio/Kbuild b/linux/igb_uio/Kbuild index 98c98fe..3ab85c4

Re: [dpdk-dev] [DPDK_KMODS v4] linux/igb_uio: add Makefile to build the kernel module

2020-10-29 Thread Luca Boccassi
RTE_KERNELDIR ?= /lib/modules/`uname -r`/build This is not a dpdk specific location so it doesn't need an RTE prefix. While there isn't a unique way of calling this, the most common name I see being used is KSRC. > + > +all: > + make EXTRA_CFLAGS="-I $(DPDK_HEADERS)" -C $(RTE_KERNELDIR)/ M=$(PWD) > + > +clean: > + make -C $(RTE_KERNELDIR)/ M=$(PWD) clean -- Kind regards, Luca Boccassi

[dpdk-dev] [PATCH] Fix spelling errors that Lintian complains about

2020-10-29 Thread luca . boccassi
From: Luca Boccassi Signed-off-by: Luca Boccassi --- Would be really great to hook up some spell checkers to the CI, so that I'm not the only one who gets nagged by automated tools :-) app/test-fib/main.c | 4 ++-- drivers/net/hns3/hns3_eth

Re: [dpdk-dev] [PATCH dpdk-kmods] igb_uio: include MODULE_CFLAGS in Kbuild

2020-10-30 Thread Luca Boccassi
On Thu, 29 Oct 2020, 20:58 Thomas Monjalon, wrote: > 28/10/2020 19:15, luca.bocca...@gmail.com: > > From: Luca Boccassi > > > > Necessary to get build flags from DKMS. > > > > See: > > > > https://git.dpdk.org/dpdk/commit/?id=816d967717 > [...

Re: [dpdk-dev] performance degradation with fpic

2020-11-02 Thread Luca Boccassi
On Mon, 2020-11-02 at 10:40 +, Ali Alnubani wrote: > Hi Bruce, > > I was able to pin this down on drivers/net/mlx5/mlx5_rxtx.c. Removing -fPIC > from its ninja recipe in build.ninja resolves the issue (had to prevent > creating shared libs in this case). > What do you suggest I do? Can we ha

Re: [dpdk-dev] [kmods PATCH] windows: normalize line-endings

2020-11-03 Thread Luca Boccassi
he patch looks good to me, as I really need all files to be checked in with LF only as a hard requirement before I can upload to Debian/Ubuntu, so: Acked-by: Luca Boccassi Does the change also stop future check-ins of CRLF files? -- Kind regards, Luca Boccassi

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

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

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

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

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

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 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: [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] 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

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

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

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

[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

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

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

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

[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

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

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

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

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: [dpdk-dev] [PATCH] checkpatch: re-enable warnings about split long strings

2017-10-02 Thread Luca Boccassi
gnore=LINUX_VERSION_CODE,FILE_PATH_CHANGES,\ >  VOLATILE,PREFER_PACKED,PREFER_ALIGNED,PREFER_PRINTF,\ >  PREFER_KERNEL_TYPES,BIT_MACRO,CONST_STRUCT,\ > -SPLIT_STRING,LONG_LINE_STRING,\ >  LINE_SPACING,PARENTHESIS_ALIGNMENT,NETWORKING_BLOCK_COMMENT_STYLE,\ >  NEW_TYPEDEFS,COMPARISON_TO_NULL&q

Re: [dpdk-dev] DPDK 17.11 LTS

2017-10-06 Thread Luca Boccassi
hy I didn't say anything on the spot - I needed to ask first due to the time requirements). I am fine with either 16.11 or 17.11, whichever Yuanhan prefers. Thanks! -- Kind regards, Luca Boccassi

Re: [dpdk-dev] DPDK 17.11 LTS

2017-10-09 Thread Luca Boccassi
On Mon, 2017-10-09 at 16:01 +0800, Yuanhan Liu wrote: > On Mon, Oct 09, 2017 at 09:49:27AM +0200, Thomas Monjalon wrote: > > 09/10/2017 03:44, Yuanhan Liu: > > > On Fri, Oct 06, 2017 at 07:12:45PM +0200, Thomas Monjalon wrote: > > > > 06/10/2017 18:25, Luca Boccassi

Re: [dpdk-dev] [PATCH] Sort list of entries in examples.dox

2017-10-09 Thread Luca Boccassi
oducible builds please have a look at this patch series I submitted a while ago: http://dpdk.org/dev/patchwork/patch/28386/ I have verified that those patches make the build reproducible on Debian (x86/x86_64/arm64). Feedback from SUSE is very welcome! -- Kind regards, Luca Boccassi

Re: [dpdk-dev] [PATCH] Sort list of entries in examples.dox

2017-10-09 Thread Luca Boccassi
On Mon, 2017-10-09 at 16:36 +0200, Bernhard M. Wiedemann wrote: > On 2017-10-09 15:51, Luca Boccassi wrote: > > If you are interested in reproducible builds please have a look at > > this > > patch series I submitted a while ago: > > > > http://dpdk.org/dev/patch

Re: [dpdk-dev] [PATCH v7 6/6] mk: install symlinks before build step

2017-10-12 Thread Luca Boccassi
if > > I think you cannot be sure that "_preinstall" will be finished > before the "build" target starts in parallel make. > Am I missing something? Yes, you are right, good catch. I'll add a dependency: build: _preinstall Which should take care of it, retest and send a new version. -- Kind regards, Luca Boccassi

[dpdk-dev] [PATCH v8 0/6] Reproducible build

2017-10-12 Thread luca . boccassi
From: Luca Boccassi In the past couple of years a concerted effort among almost all Linux distros has been striving toward achieving reproducible builds. [1] This involves changes to the toolchain, new tools and CI systems. [2] v1 fixed the documentation, examples and linker script generation

[dpdk-dev] [PATCH v8 1/6] mk: sort list of shared objects in linker script

2017-10-12 Thread luca . boccassi
From: Luca Boccassi The output of wildcard might not be stable and depend on the filesystem and other factors. This means the content libdpdk.so linker script might change between builds from the same sources. Run the list through sort to ensure reproducibility. Signed-off-by: Luca Boccassi

[dpdk-dev] [PATCH v8 2/6] mk: sort list of files in examples.dox

2017-10-12 Thread luca . boccassi
From: Luca Boccassi The result of find might not be stable depending on external conditions. Pipe it through LC_ALL=C sort to ensure reproducible results when generating examples.dox. Signed-off-by: Luca Boccassi --- mk/rte.sdkdoc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[dpdk-dev] [PATCH v8 3/6] mk: sort headers before wildcard inclusion

2017-10-12 Thread luca . boccassi
From: Luca Boccassi In order to achieve fully reproducible builds, always use the same inclusion order for headers in the Makefiles. Signed-off-by: Luca Boccassi --- examples/ip_pipeline/Makefile | 2 +- examples/multi_process/client_server_mp/mp_server/Makefile

[dpdk-dev] [PATCH v8 4/6] mk: sort source files before passing them to the compiler

2017-10-12 Thread luca . boccassi
From: Luca Boccassi In order to achieve reproducible builds, always use the same order when listing files for compilation. Signed-off-by: Luca Boccassi --- drivers/net/cxgbe/Makefile| 2 +- drivers/net/e1000/Makefile| 2 +- drivers/net/fm10k/Makefile| 2 +- drivers/net/i40e

[dpdk-dev] [PATCH v8 6/6] mk: install symlinks before build step

2017-10-12 Thread luca . boccassi
From: Luca Boccassi A race condition can happen during parallel builds, where a header might be installed in RTE_OUT/include before CFLAGS is recursively expanded. This causes GCC to sometimes pick the header path as SRCDIR/... and sometimes as RTE_OUT/include/... making the build unreproducible

[dpdk-dev] [PATCH v8 5/6] mk: sort object files when building deps lists

2017-10-12 Thread luca . boccassi
From: Luca Boccassi In order to achieve reproducible builds, always use the same order when listing object files to build dependencies lists. Signed-off-by: Luca Boccassi --- mk/rte.app.mk | 4 ++-- mk/rte.hostapp.mk | 4 ++-- mk/rte.shared.mk | 4 ++-- 3 files changed, 6 insertions

Re: [dpdk-dev] [PATCH] doc: update oldest supported kernel

2017-10-13 Thread Luca Boccassi
  The kernel version in use can be checked using the command:: >   >  uname -r Acked-by: Luca Boccassi -- Kind regards, Luca Boccassi

Re: [dpdk-dev] [PATCH] doc: update oldest supported kernel

2017-10-13 Thread Luca Boccassi
; > +The kernel version required is based on the oldest long term > > stable > > kernel available > > +at kernel.org when the DPDK version is released. > > Hi, > > OSV people, any objection to this? > > John IMHO oldest LTS is a reasonable requirement. -- Kind regards, Luca Boccassi

Re: [dpdk-dev] [PATCH 0/7] update dpdk-next-build to 17.11-rc1

2017-10-17 Thread Luca Boccassi
86 insertions(+), 4 deletions(-) >  create mode 100644 lib/librte_gso/meson.build Reviewed-by: Luca Boccassi LGTM, thanks! -- Kind regards, Luca Boccassi

Re: [dpdk-dev] [PATCH 1/8] build: add maths library to libs in pkg-config file

2017-10-17 Thread Luca Boccassi
dd_project_arguments('-include', 'rte_config.h', language: 'c') This is for static builds, right? If so it should go into the Libs.private section of the .pc file, so that it's only used when calling pkg-config --static --libs -- Kind regards, Luca Boccassi

Re: [dpdk-dev] [PATCH 1/8] build: add maths library to libs in pkg-config file

2017-10-17 Thread Luca Boccassi
On Tue, 2017-10-17 at 19:11 +0100, Luca Boccassi wrote: > On Tue, 2017-10-17 at 17:12 +0100, Bruce Richardson wrote: > > Since a number of libraries depend on the maths lib, as well as > > adding it > > to the project args, we also need to add it to the pkgconfig file > >

Re: [dpdk-dev] [PATCH 1/8] build: add maths library to libs in pkg-config file

2017-10-18 Thread Luca Boccassi
On Wed, 2017-10-18 at 10:51 +0100, Bruce Richardson wrote: > On Wed, Oct 18, 2017 at 10:35:48AM +0100, Bruce Richardson wrote: > > On Tue, Oct 17, 2017 at 07:17:09PM +0100, Luca Boccassi wrote: > > > On Tue, 2017-10-17 at 19:11 +0100, Luca Boccassi wrote: > > > > On

Re: [dpdk-dev] [PATCH v2] doc: add instructions on build using meson

2018-01-10 Thread Luca Boccassi
le changed, 175 insertions(+) >  create mode 100644 doc/build-sdk-meson.txt Acked-by: Luca Boccassi -- Kind regards, Luca Boccassi

Re: [dpdk-dev] [PATCH] build: make compat a universal dependency

2018-01-22 Thread Luca Boccassi
 lib/librte_lpm/meson.build | 1 - >  6 files changed, 5 insertions(+), 5 deletions(-) Acked-by: Luca Boccassi How's the Meson patchset looking for 18.02? What's on the TODO list? -- Kind regards, Luca Boccassi

Re: [dpdk-dev] [PATCH v2] update stable releases roadmap

2018-04-11 Thread Luca Boccassi
On Wed, 2018-04-11 at 01:28 +0200, Thomas Monjalon wrote: > Signed-off-by: Thomas Monjalon > --- > Patch for the website (to w...@dpdk.org) Cc'ed to dev@dpdk.org > > v2: > - more volunteers > - propose to do .1 release after -rc1 of next branch. Acked-by

  1   2   3   4   5   6   7   8   9   10   >