[PATCH 2/2] net/bnxt: fix init failures

2024-03-15 Thread Ajit Khaparde
Fix init failures in some cases when contiguous memory may not be available for cases when a larger chunk of memory may be needed. Fixes: fe2f715ca580 ("net/bnxt: support backing store v2") Signed-off-by: Ajit Khaparde --- drivers/net/bnxt/bnxt_ethdev.c | 6 ++ drivers/net/bnxt/bnxt_vnic.c

[PATCH 1/2] net/bnxt: fix number of Tx queues being created

2024-03-15 Thread Ajit Khaparde
From: Kishore Padmanabha The number of Tx queues for the representor port is limited by number of Rx rings instead of Tx rings. Fixes: 322bd6e70272 ("net/bnxt: add port representor infrastructure") Cc: sta...@dpdk.org Signed-off-by: Kishore Padmanabha Reviewed-by: Ajit Khaparde --- drivers/n

[PATCH 0/2] bnxt fixes

2024-03-15 Thread Ajit Khaparde
Fixes to the bnxt driver. Please apply. Ajit Khaparde (1): net/bnxt: fix init failures Kishore Padmanabha (1): net/bnxt: fix number of Tx queues being created drivers/net/bnxt/bnxt_ethdev.c | 6 ++ drivers/net/bnxt/bnxt_reps.c | 4 ++-- drivers/net/bnxt/bnxt_vnic.c | 3 +-- 3 files

Re: [PATCH 3/3] app/testpmd: support setting lanes

2024-03-15 Thread Damodharam Ammepalli
On Tue, Mar 12, 2024 at 12:52 AM Dengdui Huang wrote: > > Extended speed command for setting lane number and > Show info print lane number. > > Signed-off-by: Dengdui Huang > --- > app/test-pmd/cmdline.c | 110 +++- > app/test-pmd/config.c

Re: release candidate 24.03-rc2

2024-03-15 Thread Thinh Tran
IBM - Power Systems DPDK v24.03-rc2-5-gcd218549b6 * Build CI on Fedora 30,37,38,39,40 container images for ppc64le * Basic PF on Mellanox: No issue found * Performance: not tested. * OS: RHEL 9.3 kernel: 5.14.0-362.2.1.el9_3.ppc64le with gcc version 11.4.1 20230605 (Red Hat 11.4.1-2)

Re: [PATCH] windows: make getopt functions have const properties

2024-03-15 Thread Tyler Retzlaff
On Fri, Mar 15, 2024 at 08:14:06AM -0700, Stephen Hemminger wrote: > Having different prototypes on different platforms can lead > to lots of unnecessary workarounds. Looks like the version of > getopt used from windows was based on an older out of date > version from FreeBSD. > > This patch chan

Re: [PATCH v5 00/21] Improvements and new test cases

2024-03-15 Thread Patrick Robb
Recheck-request: iol-unit-arm64-testing Even though ipsec update is postponed to a later release, I'm putting in rechecks for all series that have fails for the arm crypto tests now that we are building from SECLIB-IPSEC-2024.03.12.

Re: [PATCH v6 1/5] ci: replace IPsec-mb package install

2024-03-15 Thread Patrick Robb
Recheck-request: iol-unit-arm64-testing Even though ipsec update is postponed to a later release, I'm putting in rechecks for all series that have fails for the arm crypto tests now that we are building from SECLIB-IPSEC-2024.03.12.

Re: [PATCH v5 4/4] crypto/ipsec_mb: unified IPsec MB interface

2024-03-15 Thread Patrick Robb
Recheck-request: iol-unit-arm64-testing Even though ipsec update is postponed to a later release, I'm putting in rechecks for all series that have fails for the arm crypto tests now that we are building from SECLIB-IPSEC-2024.03.12.

Re: [EXTERNAL] [PATCH v5 1/4] crypto/ipsec_mb: bump minimum IPsec Multi-buffer version

2024-03-15 Thread Patrick Robb
Recheck-request: iol-unit-arm64-testing Even though ipsec update is postponed to a later release, I'm putting in rechecks for all series that have fails for the arm crypto tests now that we are building from SECLIB-IPSEC-2024.03.12.

Re: [EXTERNAL] [PATCH v3] doc/ipsec_mb: update Arm IPsec-MB library tag

2024-03-15 Thread Patrick Robb
On Thu, Mar 14, 2024 at 4:04 PM Akhil Goyal wrote: > > > > > Subject: Re: [EXTERNAL] [PATCH v3] doc/ipsec_mb: update Arm IPsec-MB library > > tag > > > > We are rebuilding from this tag right now. I know the IPSEC update is > > now postponed until after 24.03, but once this install is done, do you

Re: [PATCH v9 0/7] dts: Port scatter suite over

2024-03-15 Thread Thomas Monjalon
11/03/2024 16:43, jspew...@iol.unh.edu: > From: Jeremy Spewock > > v9: > * rebase series on main > * add "Test" to the name of the test suite class so that it gets properly > recognized as a suite according to changes from patch on main. Reviewed-by: Juraj Linkeš Tested-by: Patrick Robb App

[PATCH] windows: make getopt functions have const properties

2024-03-15 Thread Stephen Hemminger
Having different prototypes on different platforms can lead to lots of unnecessary workarounds. Looks like the version of getopt used from windows was based on an older out of date version from FreeBSD. This patch changes getopt, getopt_long, etc to have the same const attributes as Linux and Fre

[PATCH] devtools: download scripts from linux if not found

2024-03-15 Thread Robin Jarry
Both checkpatches.sh and get-maintainer.sh require scripts that come from the linux sources. And they require DPDK_*_PATH variables to be set to point at these scripts locally. For new contributors this can be tedious since they will have to clone the whole linux sources just to have simple perl sc

Re: Deprecated packet modification flow actions

2024-03-15 Thread Kevin Traynor
On 15/03/2024 09:24, Dariusz Sosnowski wrote: >> NFP plans support RTE_FLOW_ACTION_TYPE_MODIFY_FIELD flow action in >> 24.07 or 24.11. >> For remove of legacy flow, does there also correspond patches in OVS project? > I am not familiar with any patches to OVS. Thanks for raising this. > > For the

Re: [EXTERNAL] Re: [v11 0/4] PCI Dev and SG copy support

2024-03-15 Thread Thomas Monjalon
13/03/2024 09:22, Gowrishankar Muthukrishnan: > Hi Fengchengwen > > > Hi Gowrishankar, > > > > On 2024/3/12 20:24, Gowrishankar Muthukrishnan wrote: > > > Hi Fengchengwen > > > > > >> > > >> Hi Thomas, > > >> > > >> On 2024/3/12 17:15, Thomas Monjalon wrote: > > >>> 07/03/2024 14:55, Gowrishankar

Re: [PATCH] test/dma: fix api testuite teardown

2024-03-15 Thread Thomas Monjalon
12/03/2024 02:29, fengchengwen: > It's not a bugfix, but a best practice for test (clean state before > continuing). > > The other is LGTM, > Acked-by: Chengwen Feng > > > On 2024/3/11 23:25, Kevin Laatz wrote: > > The API testsuite previously only used the dmadev skeleton. Now that real > > d

Re: [PATCH v2] net/hns3: support new device

2024-03-15 Thread Ferruh Yigit
On 3/15/2024 2:54 AM, Jie Hai wrote: > This patch introduces the new devices, which are on-chip network > interface controllers with RDMA/DCB/ROH supporting. One is 100GE > and the other is 200GE. Both can be found on HIP09/HIP10 SoCs. > > Cc: sta...@dpdk.org > > Signed-off-by: Jie Hai > Applie

Re: [PATCH] build: pass cflags in subproject

2024-03-15 Thread Thomas Monjalon
08/03/2024 15:24, David Marchand: > On Fri, Mar 8, 2024 at 12:59 PM Robin Jarry wrote: > > > > When DPDK is used as a subproject, include the required compile > > arguments so that the parent project is also built with the appropriate > > cflags (most importantly -march). Use the same cflags as pk

RE: [PATCH v4 0/8] Fixes and minor improvements for Crypto cnxk

2024-03-15 Thread Akhil Goyal
> Subject: [PATCH v4 0/8] Fixes and minor improvements for Crypto cnxk > > Fixes and minor improvements for Crypto cnxk PMD. > > v4: > * Addressed checkpatch issue > > v3: > * Resend > > v2: > * Squashed related patches > > Aakash Sasidharan (1): > crypto/cnxk: add support for oop processing

Re: [PATCH] config/arm: add fallback march for Neoverse V2

2024-03-15 Thread Thomas Monjalon
14/03/2024 13:05, Jerin Jacob: > On Thu, Mar 7, 2024 at 1:36 PM Anoob Joseph wrote: > > > > Add march & fallback march for Neoverse V2 to support build with older > > compilers that doesn't support mcpu = 'neoverse-v2'. > > > > Signed-off-by: Anoob Joseph > > Acked-by: Jerin Jacob Applied, tha

Re: [PATCH] app/testpmd: fix unpassed RSS algorithm

2024-03-15 Thread Ferruh Yigit
On 3/15/2024 3:00 AM, Jie Hai wrote: > The RSS algorithm from user is parased but not passed to the > rte_eth_dev_rss_hash_update() API as we wanted, this patch > fixes it. > > Fixes: 3da59f30a23f ("app/testpmd: set RSS hash algorithm") > Cc: sta...@dpdk.org > > Signed-off-by: Jie Hai > Review

Re: [PATCH v8 1/5] config/arm: avoid mcpu and march conflicts

2024-03-15 Thread Thomas Monjalon
14/03/2024 12:38, pbhagavat...@marvell.com: > From: Pavan Nikhilesh > > The compiler options march and mtune are a subset > of mcpu and will lead to conflicts if improper march > is chosen for a given mcpu. > To avoid conflicts, discard part number march when > mcpu is available and is supported

RE: [PATCH v2] app/crypto-perf-test: fix unset crc algorithm

2024-03-15 Thread Power, Ciara
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Friday, March 15, 2024 10:45 AM > To: dev@dpdk.org > Cc: gak...@marvell.com; Power, Ciara ; Kusztal, > ArkadiuszX > Subject: [PATCH v2] app/crypto-perf-test: fix unset crc algorithm > > Because net crc api is not thread-safe, se

[PATCH v2] app/crypto-perf-test: fix unset crc algorithm

2024-03-15 Thread Arkadiusz Kusztal
Because net crc api is not thread-safe, setting crc algorithm by the application will prevent race condition in the calc function. Race condition still may occur when any of the threads will call this function again. Function is called with the highest possible SIMD extension, which is AVX512, but

[PATCH 2/2] net/ice: Tx path check mbuf sub-segment

2024-03-15 Thread Mingjin Ye
Add check mbuf sub-segment to Tx diagnostic path. Fixes: 2a0244d611b4 ("net/ice: support mbuf checks in Tx path") Cc: sta...@dpdk.org Signed-off-by: Mingjin Ye --- drivers/net/ice/ice_rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ice/ice_rxtx.c b/drivers

[PATCH 1/2] net/i40e: Tx path check mbuf sub-segment

2024-03-15 Thread Mingjin Ye
Add check mbuf sub-segment to Tx diagnostic path. Fixes: 82b03af55a1b ("net/i40e: support mbuf checks in Tx path") Cc: sta...@dpdk.org Signed-off-by: Mingjin Ye --- drivers/net/i40e/i40e_rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/i40e/i40e_rxtx.c b/dr

[PATCH 0/2] Tx path check mbuf sub-segment

2024-03-15 Thread Mingjin Ye
Add check mbuf sub-segment to Tx diagnostic path. Mingjin Ye (2): net/i40e: Tx path check mbuf sub-segment net/ice: Tx path check mbuf sub-segment drivers/net/i40e/i40e_rxtx.c | 2 +- drivers/net/ice/ice_rxtx.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.25.1

Vmware i40en compatibility matrix with DPDK version

2024-03-15 Thread chetan bhasin
Hello Everyone, Can anybody please share the compatibility matrix for i40en (Vmware native driver) with the DPDK version. I am trying XL710 nic card 10G dual port but facing issues. 2024/03/15 10:06:12:842 notice dpdk iavf_configure_queues(): RXDID[22] is not supported, request defa

RE: [EXTERNAL] [PATCH] app/crypto-perf-test: fix unset crc algorithm

2024-03-15 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Akhil Goyal > Sent: Thursday, March 14, 2024 1:50 PM > To: Kusztal, ArkadiuszX ; dev@dpdk.org > Cc: Power, Ciara > Subject: RE: [EXTERNAL] [PATCH] app/crypto-perf-test: fix unset crc algorithm > > > > Subject: RE: [EXTERNAL] [PATCH] app/crypto-perf-test: f

RE: [PATCH v2] dmadev: fix structure alignment

2024-03-15 Thread Ma, WenwuX
Hi Chengwen > -Original Message- > From: fengchengwen > Sent: Friday, March 15, 2024 4:32 PM > To: Ma, WenwuX ; dev@dpdk.org > Cc: Jiale, SongX ; sta...@dpdk.org > Subject: Re: [PATCH v2] dmadev: fix structure alignment > > Hi Wenwu, > > On 2024/3/15 15:44, Ma, WenwuX wrote: > > Hi Chen

RE: Deprecated packet modification flow actions

2024-03-15 Thread Dariusz Sosnowski
> NFP plans support RTE_FLOW_ACTION_TYPE_MODIFY_FIELD flow action in > 24.07 or 24.11. > For remove of legacy flow, does there also correspond patches in OVS project? I am not familiar with any patches to OVS. Thanks for raising this. For the record, in latest commit on main branch in OVS (commit

Re: [PATCH v10 1/5] lib: allow libraries with no sources

2024-03-15 Thread Bruce Richardson
On Mon, Mar 11, 2024 at 08:31:25PM +, Paul Szczepanek wrote: > Allow header only libraries. > > Signed-off-by: Paul Szczepanek > Reviewed-by: Honnappa Nagarahalli Acked-by: Bruce Richardson

[DPDK/cryptodev Bug 669] Integrity check failure occurs when ciphering and integrity both enabled with snow3g algorithm

2024-03-15 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=669 tiger@mavenir.com changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

Test report for 24.03-rc2

2024-03-15 Thread Xu, HailinX
Update the test status for Intel part. dpdk24.03-rc2 all test is done. found five new issues. New issues: 1. loopback_virtio_user_server_mode: Failed to add vdev when launch dpdk-pdump -> has fix patch 2. DMA devices stats not reset after API testsuite -> has fix patch 3. https://bugs.dpdk.org/s

Re: [PATCH v9 1/5] lib: allow libraries with no sources

2024-03-15 Thread Paul Szczepanek
On 11/03/2024 15:23, Bruce Richardson wrote: > On Mon, Mar 11, 2024 at 02:47:02PM +, Paul Szczepanek wrote: >> Allow header only libraries. >> >> Signed-off-by: Paul Szczepanek >> Reviewed-by: Honnappa Nagarahalli >> --- >> lib/meson.build | 14 ++ >> 1 file changed, 14 insertion

Re: [PATCH v2] dmadev: fix structure alignment

2024-03-15 Thread fengchengwen
Hi Wenwu, On 2024/3/15 15:44, Ma, WenwuX wrote: > Hi Chengwen, > >> -Original Message- >> From: Ma, WenwuX >> Sent: Friday, March 15, 2024 2:26 PM >> To: fengchengwen ; dev@dpdk.org >> Cc: Jiale, SongX ; sta...@dpdk.org >> Subject: RE: [PATCH v2] dmadev: fix structure alignment >> >> Hi C

Re: [PATCH v2 2/2] buildtools: when building static library use static deps

2024-03-15 Thread Bruce Richardson
On Thu, Mar 14, 2024 at 11:30:22PM -0700, Tyler Retzlaff wrote: > Use static deps when default_library=static and use shared deps when > using default_library=shared. > > Signed-off-by: Tyler Retzlaff > --- > buildtools/chkincs/meson.build | 18 +- > 1 file changed, 13 insertions

Re: Re: dumpcap coredump for 82599 NIC

2024-03-15 Thread junwan...@cestc.cn
Yes, I think you are right. After adding some debug information, I can confirm that it's probably an initialization issue with the ixgbe driver. Secondary processes should initialize some callback functions, but they seem to be missing. I made some minor modifications by moving the ixgbe_init_

RE: [PATCH v2] dmadev: fix structure alignment

2024-03-15 Thread Ma, WenwuX
Hi Chengwen, > -Original Message- > From: Ma, WenwuX > Sent: Friday, March 15, 2024 2:26 PM > To: fengchengwen ; dev@dpdk.org > Cc: Jiale, SongX ; sta...@dpdk.org > Subject: RE: [PATCH v2] dmadev: fix structure alignment > > Hi Chengwen, > > > -Original Message- > > From: fengche

RE: [EXTERNAL] Re: [v11 0/4] PCI Dev and SG copy support

2024-03-15 Thread Gowrishankar Muthukrishnan
Hi Thomas, > > Hi Fengchengwen > > > Hi Gowrishankar, > > > > On 2024/3/12 20:24, Gowrishankar Muthukrishnan wrote: > > > Hi Fengchengwen > > > > > >> > > >> Hi Thomas, > > >> > > >> On 2024/3/12 17:15, Thomas Monjalon wrote: > > >>> 07/03/2024 14:55, Gowrishankar Muthukrishnan: > > Hi Feng