[Help - BBDev] Operations executions shouldn't be asynchronous from enqueuing?

2024-07-15 Thread Mattia Milani
Dear Developers, I'm currently experimenting with BBDev, in particular with the decoding operations and there is something that is puzzling me. I'm sorry if in reality this is just a misunderstanding from my side, but I would really appreciate some clarifications. What I expected was the fol

[PATCH 1/3] examples/l3fwd: support single route file

2024-07-15 Thread Gagandeep Singh
IPv6 rules file needs to be specified together with IPv4 rules file to configure user given rules. But if user want to give only IPv4 or only IPv6 rules, application returns error: "Missing 1 or more rule files" With this patch application can accept only IPv4, only IPv6 or both IP rules. Signed-

[PATCH 2/3] examples/l3fwd: fix return value on rules add

2024-07-15 Thread Gagandeep Singh
fix return value on adding the EM or LPM rules. Fixes: e7e6dd643092 ("examples/l3fwd: support config file for EM") Fixes: 52def963fc1c ("examples/l3fwd: support config file for LPM/FIB") Cc: sean.morris...@intel.com Cc: sta...@dpdk.org Signed-off-by: Gagandeep Singh --- examples/l3fwd/em_route_

[PATCH 3/3] examples/l3fwd: fix maximum acceptable port ID in routes

2024-07-15 Thread Gagandeep Singh
Application is accepting routes for port ID up to UINT8_MAX for LPM amd EM routes on parsing the given rule file, but only up to 32 ports can be enabled as per the variable enabled_port_mask which is defined as uint32_t. This patch restricts the rules parsing code to accept routes for port ID up t

[PATCH] ethdev: fix GENEVE option item conversion

2024-07-15 Thread Michael Baum
The "rte_flow_conv()" function, enables, among other things, to copy item list. For GENEVE option item, the function copies it without considering deep copy. It copies the "data" pointer without copying the pointed values. This patch adds deep copy for after regular copy. Fixes: 2b4c72b4d10d ("e

[PATCH v1] test/crypto: remove unused stats in test setup

2024-07-15 Thread Gowrishankar Muthukrishnan
Remove unused stats in test setup. Coverity issue: 373869 Fixes: 2c6dab9cd93 ("test/crypto: add RSA and Mod tests") Cc: sta...@dpdk.org Signed-off-by: Gowrishankar Muthukrishnan --- app/test/test_cryptodev_asym.c | 5 - 1 file changed, 5 deletions(-) diff --git a/app/test/test_cryptodev_as

[PATCH v1] test/crypto: fix asymmetric capability test

2024-07-15 Thread Gowrishankar Muthukrishnan
Fix asymmetric capability test for below: * Skip test if asymmetric crypto feature is not supported by device. * Assert return value of RTE function to get asymmetric capability. Coverity issue: 373365 Fixes: 2c6dab9cd93 ("test/crypto: add RSA and Mod tests") Cc: sta...@dpdk.org Signed-off-by:

[PATCH v1] test/crypto: fix comparison function for modex values

2024-07-15 Thread Gowrishankar Muthukrishnan
Fix comparison function used by modex test to check from first non-zero value itself. Coverity issue: 430125 Fixes: 2162d32c1c3 ("test/crypto: validate modex from first non-zero") Cc: sta...@dpdk.org Signed-off-by: Gowrishankar Muthukrishnan --- app/test/test_cryptodev_asym.c | 21 +

[PATCH] doc: clarify mempool striding optimisation on Arm

2024-07-15 Thread Jack Bond-Preston
The mempool memory channel striding optimisation is not necessary on Arm platforms. Update the Programmer's Guide's mempool section to clarify this. Signed-off-by: Jack Bond-Preston Reviewed-by: Wathsala Vithanage --- doc/guides/prog_guide/mempool_lib.rst | 6 ++ 1 file changed, 6 insertion

Re: [PATCH] app/testpmd: improve sse based macswap

2024-07-15 Thread Bruce Richardson
On Sat, Jul 13, 2024 at 08:49:49PM +0530, Vipin Varghese wrote: > Goal of the patch is to improve SSE macswap on x86_64 by reducing > the stalls in backend engine. Original implementation of the SSE > macswap makes loop call to multiple load, shuffle & store. Using > SIMD ISA interleaving we can re

Re: [PATCH v7 01/21] net/ntnic: add ethdev and makes PMD available

2024-07-15 Thread Patrick Robb
Hi Min Zhou, I am seeing that commit for next-net: https://git.dpdk.org/next/dpdk-next-net/commit/?id=a6c3ec342ee105e322ffdb21e810cdfd38455c62 If you try to manually apply it on next-net, does it work? Pasting the logs from our apply process below for context: ``` Trying to checkout branch: o

[PATCH v4 1/3] dts: add multicast set function to shell

2024-07-15 Thread Dean Marx
added set multicast function for changing allmulticast mode within testpmd. Signed-off-by: Dean Marx --- dts/framework/remote_session/testpmd_shell.py | 46 +++ 1 file changed, 46 insertions(+) diff --git a/dts/framework/remote_session/testpmd_shell.py b/dts/framework/remote_se

[PATCH v4 2/3] dts: dynamic config conf schema

2024-07-15 Thread Dean Marx
configuration schema to run dynamic configuration test suite. Signed-off-by: Dean Marx --- dts/framework/config/conf_yaml_schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dts/framework/config/conf_yaml_schema.json b/dts/framework/config/conf_yaml_schema.json ind

[PATCH v4 3/3] dts: dynamic config test suite

2024-07-15 Thread Dean Marx
Suite for testing ability of Poll Mode Driver to turn promiscuous mode on/off, allmulticast mode on/off, and show expected behavior when sending packets with known, unknown, broadcast, and multicast destination MAC addresses. Depends-on: patch-1142113 ("add send_packets to test suites and rework p

[PATCH v2 1/3] net/ice: fix possible memory leak

2024-07-15 Thread Vladimir Medvedkin
This patch fixes possible memory leak inside the ice_hash_parse_raw_pattern() due to the lack of a call to rte_free() for previously allocated pkt_buf and msk_buf. Fixes: 1b9c68120a1c ("net/ice: enable protocol agnostic flow offloading in RSS") Cc: sta...@dpdk.org Reported-by: Michael Theodore St

[PATCH v2 2/3] net/ice: refactor raw pattern parsing function

2024-07-15 Thread Vladimir Medvedkin
Replace strlen with more secure strnlen in ice_hash_parse_raw_pattern. Signed-off-by: Vladimir Medvedkin --- drivers/net/ice/ice_hash.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net/ice/ice_hash.c b/drivers/net/ice/ice_hash.c index 913f54fca4..00503d0d28 1

[PATCH v2 3/3] net/ice: fix return value for raw pattern parsing function

2024-07-15 Thread Vladimir Medvedkin
If the parser was not initialized when calling ice_hash_parse_raw_pattern() -rte_errno was returned. Replace returning rte_errno with ENOTSUP since rte_errno is meaningless in the context of ice_hash_parse_raw_pattern(). Fixes: 1b9c68120a1c ("net/ice: enable protocol agnostic flow offloading in RS

[PATCH v1 0/3] dts: add test suite for dual VLANs

2024-07-15 Thread jspewock
From: Jeremy Spewock This series ports over the implementation of the dual_vlan test suite in old DTS and refactors it, dropping some duplicated functionality as well as some features that are specific to certain NICs. One thing to note about this series is that it is tested and fully working on

[PATCH v1 1/3] dts: fix Testpmd function for resetting VLAN insertion

2024-07-15 Thread jspewock
From: Jeremy Spewock The previous method would send the command `tx_vlan set ` when the correct command is `tx_vlan reset `. Fixes: a49d9da1e9a5 ("dts: add VLAN methods to testpmd shell") Cc: dm...@iol.unh.edu depends-on: patch-142103 ("dts: add VLAN methods to testpmd shell") Signed-off-by: J

[PATCH v1 2/3] dts: add dual_vlan testing suite

2024-07-15 Thread jspewock
From: Jeremy Spewock This patch ports over the functionality of the dual_vlan suite from old DTS to the new framework. This test suite exists to test the functionality of VLAN functions such as stripping, inserting, and filerting in the presence of two VLAN headers. There are some test cases whi

[PATCH v1 3/3] dts: add dual_vlan test suite to the yaml schema

2024-07-15 Thread jspewock
From: Jeremy Spewock Adds the test suite name to the yaml schema to allow for it to be run. Signed-off-by: Jeremy Spewock --- dts/framework/config/conf_yaml_schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dts/framework/config/conf_yaml_schema.json b/dts/frame

Re: [PATCH v4 1/3] dts: add multicast set function to shell

2024-07-15 Thread Jeremy Spewock
On Mon, Jul 15, 2024 at 12:00 PM Dean Marx wrote: > > added set multicast function for changing allmulticast mode within testpmd. > > Signed-off-by: Dean Marx > --- I still think this patch would benefit from my above comments about modifying the method signatures and using show_port_info_all(),

Re: [PATCH v4 2/3] dts: dynamic config conf schema

2024-07-15 Thread Jeremy Spewock
On Mon, Jul 15, 2024 at 12:00 PM Dean Marx wrote: > > configuration schema to run dynamic configuration test suite. > > Signed-off-by: Dean Marx Reviewed-by: Jeremy Spewock

Re: [PATCH v4 3/3] dts: dynamic config test suite

2024-07-15 Thread Jeremy Spewock
On Mon, Jul 15, 2024 at 12:00 PM Dean Marx wrote: > > Suite for testing ability of Poll Mode Driver to turn promiscuous > mode on/off, allmulticast mode on/off, and show expected behavior > when sending packets with known, unknown, broadcast, and multicast > destination MAC addresses. > > Depends-

[DPDK/DTS Bug 1489] Port over dual VLAN test suite to new DTS

2024-07-15 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1489 Bug ID: 1489 Summary: Port over dual VLAN test suite to new DTS Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal

[RFC] ethdev: an API for cache stashing hints

2024-07-15 Thread Wathsala Vithanage
An application provides cache stashing hints to the ethernet devices to improve memory access latencies from the CPU and the NIC. This patch introduces three distinct hints for this purpose. The RTE_ETH_DEV_STASH_HINT_HOST_WILLNEED hint indicates that the host (CPU) requires the data written by th

[RFC v2] ethdev: an API for cache stashing hints

2024-07-15 Thread Wathsala Vithanage
An application provides cache stashing hints to the ethernet devices to improve memory access latencies from the CPU and the NIC. This patch introduces three distinct hints for this purpose. The RTE_ETH_DEV_STASH_HINT_HOST_WILLNEED hint indicates that the host (CPU) requires the data written by th

[PATCH v3 1/4] eal: expand the availability of WFE and related instructions

2024-07-15 Thread Wathsala Vithanage
The availability of __RTE_ARM_WFE, __RTE_ARM_SEV, __RTE_ARM_SEVL, and __RTE_ARM_LOAD_EXC_* macros for other applications, such as PMD power management, should not depend on the choice of use of these instructions in rte_wait_until_equal_N functions. Therefore, this patch moves these macros out of

[PATCH v3 2/4] config/arm: adds Arm Neoverse N3 SoC

2024-07-15 Thread Wathsala Vithanage
Add Arm Neoverse N3 part number to build configuration. Signed-off-by: Wathsala Vithanage --- config/arm/meson.build | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/config/arm/meson.build b/config/arm/meson.build index 012935d5d7..8018218b76 100644 ---

[PATCH v3 3/4] eal: add Arm WFET in power management intrinsics

2024-07-15 Thread Wathsala Vithanage
Wait for event with timeout (WFET) puts the CPU in a low power mode and stays there until an event is signalled (SEV), loss of an exclusive monitor or a timeout. WFET is enabled selectively by checking FEAT_WFxT in Linux auxiliary vector. If FEAT_WFxT is not available power management will fallback

[PATCH v3 4/4] eal: describe Arm CPU features including WFXT

2024-07-15 Thread Wathsala Vithanage
RTE_CPUFALG_WFXT indicates the availability of WFET and WFIT instructions. To preserve consistency across the rte_cpu_flag_t enumeration, add descriptive comments to each Arm feature listed. Signed-off-by: Wathsala Vithanage Reviewed-by: Dhruv Tripathi --- lib/eal/arm/include/rte_cpuflags_64.h

Re: [PATCH v3 4/4] eal: describe Arm CPU features including WFXT

2024-07-15 Thread Honnappa Nagarahalli
> On Jul 15, 2024, at 5:53 PM, Wathsala Vithanage > wrote: > > RTE_CPUFALG_WFXT indicates the availability of WFET and WFIT > instructions. To preserve consistency across the rte_cpu_flag_t > enumeration, add descriptive comments to each Arm feature listed. IMO, above can be simpler. “Add desc

Re: [PATCH v3 2/4] config/arm: adds Arm Neoverse N3 SoC

2024-07-15 Thread Honnappa Nagarahalli
> On Jul 15, 2024, at 5:53 PM, Wathsala Vithanage > wrote: > > Add Arm Neoverse N3 part number to build configuration. > > Signed-off-by: Wathsala Vithanage > --- > config/arm/meson.build | 22 +- > 1 file changed, 21 insertions(+), 1 deletion(-) > > diff --git a/config/a

Re: [PATCH v7 01/21] net/ntnic: add ethdev and makes PMD available

2024-07-15 Thread zhoumin
Hi Patrick, Thanks for giving the link of commit `a6c3ec342ee1`. However I cannot checkout this commit in the next-net repository because the commit ID is not exist in the history of next-net repository. Could you find it? It seems that the commit `a6c3ec342ee1` is nearly identical to the c

RE: [PATCH v1] test/crypto: remove unused stats in test setup

2024-07-15 Thread Anoob Joseph
> Subject: [PATCH v1] test/crypto: remove unused stats in test setup > > Remove unused stats in test setup. > > Coverity issue: 373869 > Fixes: 2c6dab9cd93 ("test/crypto: add RSA and Mod tests") > Cc: sta...@dpdk.org > > Signed-off-by: Gowrishankar Muthukrishnan Acked-by: Anoob Joseph

RE: [PATCH v1] test/crypto: fix asymmetric capability test

2024-07-15 Thread Anoob Joseph
> Subject: [PATCH v1] test/crypto: fix asymmetric capability test > > Fix asymmetric capability test for below: > * Skip test if asymmetric crypto feature is not supported by device. > * Assert return value of RTE function to get asymmetric capability. > > Coverity issue: 373365 > Fixes: 2c6dab

RE: [PATCH v1] test/crypto: fix comparison function for modex values

2024-07-15 Thread Anoob Joseph
> Subject: [PATCH v1] test/crypto: fix comparison function for modex values > > Fix comparison function used by modex test to check from first non-zero value > itself. > > Coverity issue: 430125 > Fixes: 2162d32c1c3 ("test/crypto: validate modex from first non-zero") > Cc: sta...@dpdk.org > > Si

[PATCH] app/testpmd: improve sse based macswap

2024-07-15 Thread Vipin Varghese
Goal of the patch is to improve SSE macswap on x86_64 by reducing the stalls in backend engine. Original implementation of the SSE macswap makes loop call to multiple load, shuffle & store. Using SIMD ISA interleaving we can reduce the stalls for - load SSE token exhaustion - Shuffle and Load dep

Re: [PATCH 2/3] examples/l3fwd: fix return value on rules add

2024-07-15 Thread Hemant Agrawal
On 15-07-2024 15:44, Gagandeep Singh wrote: fix return value on adding the EM or LPM rules. Fixes: e7e6dd643092 ("examples/l3fwd: support config file for EM") Fixes: 52def963fc1c ("examples/l3fwd: support config file for LPM/FIB") Cc: sean.morris...@intel.com Cc: sta...@dpdk.org Signed-off-by