Re: [PATCH] eventdev: fix symbol export for port maintenance

2023-10-11 Thread David Marchand
On Wed, Oct 11, 2023 at 8:47 AM Mattias Rönnblom wrote: > > On 2023-10-10 16:00, David Marchand wrote: > > Trying to call rte_event_maintain out of the eventdev library triggers > > a link failure, as the tracepoint symbol associated to this inline > > helper was not exported. > > > > Fixes: 54f17

Re: [PATCH] eventdev: fix symbol export for port maintenance

2023-10-11 Thread David Marchand
Hello Jerin, On Wed, Oct 11, 2023 at 8:51 AM Jerin Jacob wrote: > > On Tue, Oct 10, 2023 at 7:30 PM David Marchand > wrote: > > > > Trying to call rte_event_maintain out of the eventdev library triggers > > a link failure, as the tracepoint symbol associated to this inline > > helper was not exp

[PATCH] crypto/cnxk: fix RISC-V compilation

2023-10-11 Thread Tejasree Kondoj
Fixing RISC-V compilation failure by adding check for NULL pointer. Fixes: 905537accdd1 ("crypto/cnxk: support raw APIs") Signed-off-by: Tejasree Kondoj --- drivers/crypto/cnxk/cnxk_se.h | 8 1 file changed, 8 insertions(+) diff --git a/drivers/crypto/cnxk/cnxk_se.h b/drivers/crypto/c

Re: [PATCH] eventdev: fix symbol export for port maintenance

2023-10-11 Thread David Marchand
Jerin, On Wed, Oct 11, 2023 at 9:03 AM David Marchand wrote: > > On Wed, Oct 11, 2023 at 8:47 AM Mattias Rönnblom > wrote: > > > > On 2023-10-10 16:00, David Marchand wrote: > > > Trying to call rte_event_maintain out of the eventdev library triggers > > > a link failure, as the tracepoint symb

[PATCH v7 0/3] Add dispatcher library

2023-10-11 Thread Mattias Rönnblom
The purpose of the dispatcher library is to decouple different parts of an eventdev-based application (e.g., processing pipeline stages), sharing the same underlying event device. The dispatcher replaces the conditional logic (often, a switch statement) that typically follows an event device deque

[PATCH v7 1/3] lib: introduce dispatcher library

2023-10-11 Thread Mattias Rönnblom
The purpose of the dispatcher library is to help reduce coupling in an Eventdev-based DPDK application. In addition, the dispatcher also provides a convenient and flexible way for the application to use service cores for application-level processing. Signed-off-by: Mattias Rönnblom Tested-by: Pe

[PATCH v7 3/3] doc: add dispatcher programming guide

2023-10-11 Thread Mattias Rönnblom
Provide programming guide for the dispatcher library. Signed-off-by: Mattias Rönnblom -- PATCH v7: o Mark pseudo code blocks as being type "none", to avoid Sphinx failures on non-Ubuntu systems. (David Marchand) o "Necessarily" necessarily needs to be spelled just so. (David Marchand) PAT

[PATCH v7 2/3] test: add dispatcher test suite

2023-10-11 Thread Mattias Rönnblom
Add unit tests for the dispatcher. -- PATCH v7: o Skip (not fail) tests in case too few lcores are available or if the DSW event device is not available. (David Marchand) o Properly clean up resources in the above-mentioned scenarios. PATCH v6: o Register test as "fast". (David Marchand)

RE: [EXT] Re: [PATCH v2 13/15] crypto/cnxk: add support for raw APIs

2023-10-11 Thread Tejasree Kondoj
Hi Thomas, Please find the fix at https://patchwork.dpdk.org/project/dpdk/patch/20231011071825.3416866-1-ktejas...@marvell.com/ Thanks Tejasree > -Original Message- > From: Thomas Monjalon > Sent: Wednesday, October 11, 2023 1:07 AM > To: Akhil Goyal ; Anoob Joseph > ; Vidya Sagar Velu

Re: [PATCH v6 2/3] test: add dispatcher test suite

2023-10-11 Thread David Marchand
On Wed, Oct 11, 2023 at 8:28 AM Mattias Rönnblom wrote: > > On 2023-10-10 13:56, David Marchand wrote: > > On Mon, Oct 9, 2023 at 8:22 PM Mattias Rönnblom > > wrote: > >> +static int > >> +test_dispatcher(void) > >> +{ > >> + return unit_test_suite_runner(&test_suite); > >> +} > >> + > >> +

Re: [PATCH] doc: remove confusing command to send patch

2023-10-11 Thread David Marchand
On Tue, Oct 10, 2023 at 6:26 PM Thomas Monjalon wrote: > > In the contributor guide, it was said that no need to Cc maintainers > for new additions, probably for new directories not having a maintainer. > There is no harm, and it is a good habit, to always Cc maintainers. > > Remove this case as i

Re: [PATCH] common/qat: enable gen4 c devices

2023-10-11 Thread David Marchand
Hello Ciara, On Mon, Aug 21, 2023 at 11:37 AM Power, Ciara wrote: > > > > > > +-+-+-+-+--+---+---++--- > > -+--+++ > > > | Yes | No | No | 4 | 401xxx | IDZ/ N/A | qat_401xxx| > > > 4xxx

[PATCH] doc: sort build and EAL features in the release notes

2023-10-11 Thread Thomas Monjalon
When adding build and EAL features in 23.11, the format and sorting order was unusual. This change is making these features similar as others. Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/release_23_11.rst | 68 ++ 1 file changed, 37 insertions(+), 31 deletions

Re: [PATCH] doc: remove confusing command to send patch

2023-10-11 Thread Thomas Monjalon
11/10/2023 09:30, David Marchand: > On Tue, Oct 10, 2023 at 6:26 PM Thomas Monjalon wrote: > > > > In the contributor guide, it was said that no need to Cc maintainers > > for new additions, probably for new directories not having a maintainer. > > There is no harm, and it is a good habit, to alwa

Re: [PATCH] crypto/cnxk: fix RISC-V compilation

2023-10-11 Thread Thomas Monjalon
11/10/2023 09:18, Tejasree Kondoj: > Fixing RISC-V compilation failure by adding check > for NULL pointer. > > Fixes: 905537accdd1 ("crypto/cnxk: support raw APIs") > > Signed-off-by: Tejasree Kondoj Squashed in "crypto/cnxk: support raw APIs", thank you.

[Bug 1296] net/mlx5 driver causing indirect pool leakage when testing IPv6 fragmentation

2023-10-11 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1296 Bug ID: 1296 Summary: net/mlx5 driver causing indirect pool leakage when testing IPv6 fragmentation Product: DPDK Version: 22.11 Hardware: x86 OS: Linux

[PATCH] net/cpfl: reset devargs during the first probe

2023-10-11 Thread beilei . xing
From: Beilei Xing Reset devargs during the first probe. Otherwise, probe again will be affected. Fixes: a607312291b3 ("net/cpfl: support probe again") Signed-off-by: Beilei Xing --- drivers/net/cpfl/cpfl_ethdev.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/driver

Re: [PATCH] doc: remove confusing command to send patch

2023-10-11 Thread Bruce Richardson
On Wed, Oct 11, 2023 at 10:03:07AM +0200, Thomas Monjalon wrote: > 11/10/2023 09:30, David Marchand: > > On Tue, Oct 10, 2023 at 6:26 PM Thomas Monjalon wrote: > > > > > > In the contributor guide, it was said that no need to Cc maintainers > > > for new additions, probably for new directories not

Re: [PATCH] ethdev: add calculate hash function

2023-10-11 Thread Ferruh Yigit
On 10/11/2023 3:11 AM, fengchengwen wrote: > Hi, > > On 2023/10/10 19:05, Ferruh Yigit wrote: >> On 9/26/2023 12:37 PM, Ori Kam wrote: >>> rte_flow supports insert by index table[1]. >>> >>> Using the above table, the application can create rules >>> that are based on hash. >>> For example applica

[PATCH v2 0/3] rewrite fastpath routines

2023-10-11 Thread Vamsi Attunuru
This series adds new fastpath routines for cn10k & cn9k endpoint devices and supports 32B Tx desciptor format which improves the performance. v2 change: - Fixed CI Shijith Thotton (1): net/octeon_ep: support 32B IQ descriptor size Vamsi Attunuru (2): net/octeon_ep: clean up receive routine

[PATCH v2 1/3] net/octeon_ep: support 32B IQ descriptor size

2023-10-11 Thread Vamsi Attunuru
From: Shijith Thotton Update input queue setup to consider descriptor size in driver conf. The default instruction size for otx2 and cnxk devices has been updated to 32 bytes. Signed-off-by: Shijith Thotton --- drivers/net/octeon_ep/cnxk_ep_vf.c| 10 +- drivers/net/octeon_ep/meson.

[PATCH v2 2/3] net/octeon_ep: clean up receive routine

2023-10-11 Thread Vamsi Attunuru
Patch improves Rx routine and pkt count update routines, packet count update routines need to drain inflight ISM memory updates while decrementing the packet count register. Signed-off-by: Vamsi Attunuru --- drivers/net/octeon_ep/otx_ep_rxtx.c | 162 1 file changed,

[PATCH v2 3/3] net/octeon_ep: add new fastpath routines

2023-10-11 Thread Vamsi Attunuru
Adds new fastpath routines for cn10k & cn9k endpoint devices and assigns the fastpath routines based on the offload flags. Patch also adds misc changes to improve performance and code-readability. Signed-off-by: Vamsi Attunuru --- drivers/net/octeon_ep/cnxk_ep_rx.c| 309

Re: [PATCH] doc: remove confusing command to send patch

2023-10-11 Thread Ferruh Yigit
On 10/11/2023 9:30 AM, Bruce Richardson wrote: > On Wed, Oct 11, 2023 at 10:03:07AM +0200, Thomas Monjalon wrote: >> 11/10/2023 09:30, David Marchand: >>> On Tue, Oct 10, 2023 at 6:26 PM Thomas Monjalon wrote: In the contributor guide, it was said that no need to Cc maintainers for

RE: [PATCH v2] ethdev: add TCP/IP modify field IDs

2023-10-11 Thread Suanming Mou
Hi, > -Original Message- > From: Suanming Mou > Sent: Wednesday, October 11, 2023 8:11 AM > To: Ferruh Yigit ; Ori Kam ; Aman > Singh ; Yuying Zhang ; > NBU-Contact-Thomas Monjalon (EXTERNAL) ; Andrew > Rybchenko > Cc: dev@dpdk.org > Subject: RE: [PATCH v2] ethdev: add TCP/IP modify fiel

Re: [PATCH 0/3] enable PPC in test-meson-builds on ubuntu

2023-10-11 Thread Thomas Monjalon
31/08/2023 14:10, Bruce Richardson: > To help developers catch errors as soon as possible, we want to ensure > that as wide a variety of builds are done by test-meson-builds as > possible. Unfortunately, for those using Ubuntu, the shipped version > of GCC compiler for PowerPC on that system is not

RE: [PATCH v1] app/testpmd: refine encap content

2023-10-11 Thread Ori Kam
Hi Zhang, > -Original Message- > From: Zhang, Yuying > Sent: Tuesday, August 22, 2023 4:13 AM > > From: Yuying Zhang > > Refine vxlan encap content of all protocol headers. > > Fixes: 1960be7d32f8 ("app/testpmd: add VXLAN encap/decap") > Cc: sta...@dpdk.org > > Signed-off-by: Yuying

[PATCH v5 00/40] support setting and querying RSS algorithms

2023-10-11 Thread Jie Hai
This patchset is to support setting and querying RSS algorithms. -- v5: 1. rewrite some comments. 2. check RSS algorithm for drivers supporting RSS. 3. change field "func" of rss_conf to "algorithm". 4. fix commit log for [PATCH v4 4/7]. 5. add Acked-by Reshma Pattan. 6. add symmetric_toeplitz_sor

[PATCH v5 01/40] ethdev: overwrite some comment related to RSS

2023-10-11 Thread Jie Hai
1. overwrite the comments of fields of 'rte_eth_rss_conf'. 2. Add comments for RTE_ETH_HASH_FUNCTION_DEFAULT. Signed-off-by: Jie Hai --- lib/ethdev/rte_ethdev.h | 29 ++--- lib/ethdev/rte_flow.h | 3 +++ 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/

[PATCH v5 03/40] net/atlantic: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/atlantic/atl_ethdev.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/atlantic/atl_ethdev.c b/drivers/net/atlantic/atl_ethdev.c index 3a0

[PATCH v5 04/40] net/axgbe: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/axgbe/axgbe_ethdev.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/net/axgbe/axgbe_ethdev.c b/drivers/net/axgbe/axgbe_ethdev.c index

[PATCH v5 02/40] ethdev: support setting and querying RSS algorithm

2023-10-11 Thread Jie Hai
Currently, rte_eth_rss_conf supports configuring and querying RSS hash functions, rss key and it's length, but not RSS hash algorithm. The structure ``rte_eth_rss_conf`` is extended by adding a new field "algorithm". This represents the RSS algorithms to apply. The following API will be affected:

[PATCH v5 05/40] net/bnx2x: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/bnx2x/bnx2x_ethdev.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/net/bnx2x/bnx2x_ethdev.c b/drivers/net/bnx2x/bnx2x_ethdev.c index 4448c

[PATCH v5 06/40] net/bnxt: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/bnxt/bnxt_ethdev.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/net/bnxt/bnxt_ethdev.c b/drivers/net/bnxt/bnxt_ethdev.c index ee1552452

[PATCH v5 07/40] net/bonding: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/bonding/rte_eth_bond_pmd.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/net/bonding/rte_eth_bond_pmd.c b/drivers/net/bonding/rte_eth_b

[PATCH v5 08/40] net/cnxk: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/cnxk/cnxk_ethdev.c | 5 + drivers/net/cnxk/cnxk_ethdev_ops.c | 3 +++ 2 files changed, 8 insertions(+) diff --git a/drivers/net/cnxk/cnxk_ethdev.c

[PATCH v5 10/40] net/cxgbe: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/cxgbe/cxgbe_ethdev.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/net/cxgbe/cxgbe_ethdev.c b/drivers/net/cxgbe/cxgbe_

[PATCH v5 09/40] net/cpfl: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/cpfl/cpfl_ethdev.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/net/cpfl/cpfl_ethdev.c b/drivers/net/cpfl/cpfl_ethdev.c index c4ca9343c

[PATCH v5 11/40] net/dpaa: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/dpaa/dpaa_ethdev.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/net/dpaa/dpaa_ethdev.c b/drivers/net/dpaa/dpaa_ethdev.c index a6c86113

[PATCH v5 12/40] net/dpaa2: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/dpaa2/dpaa2_ethdev.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/net/dpaa2/dpaa2_ethdev.c b/drivers/net/dpaa2/dpaa2_ethdev.c index 67

[PATCH v5 13/40] net/ena: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/ena/ena_rss.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/ena/ena_rss.c b/drivers/net/ena/ena_rss.c index d0ba9d5c0a14..06aff9f3bd49

[PATCH v5 14/40] net/enic: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/enic/enic_ethdev.c | 1 + drivers/net/enic/enic_main.c | 3 +++ 2 files changed, 4 insertions(+) diff --git a/drivers/net/enic/enic_ethdev.c b/drivers/ne

[PATCH v5 15/40] net/fm10k: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/fm10k/fm10k_ethdev.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/net/fm10k/fm10k_ethdev.c b/drivers/net/fm10k/fm10k_

[PATCH v5 16/40] net/hinic: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/hinic/hinic_pmd_ethdev.c | 3 +++ drivers/net/hinic/hinic_pmd_rx.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/drivers/net/hinic/hinic_pmd_e

[PATCH v5 17/40] net/i40e: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/i40e/i40e_ethdev.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/net/i40e/i40e_ethdev.c b/drivers/net/i40e/i40e_ethdev.c index 50ba9aac

[PATCH v5 18/40] net/iavf: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/iavf/iavf_ethdev.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/net/iavf/iavf_ethdev.c b/drivers/net/iavf/iavf_ethdev.c index f2fc5a562

[PATCH v5 19/40] net/ice: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/ice/ice_dcf.c| 3 +++ drivers/net/ice/ice_dcf_ethdev.c | 3 +++ drivers/net/ice/ice_ethdev.c | 7 +++ 3 files changed, 13 insertions(+) dif

[PATCH v5 20/40] net/idpf: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/idpf/idpf_ethdev.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/net/idpf/idpf_ethdev.c b/drivers/net/idpf/idpf_ethdev.c index 3af7cf0bb

[PATCH v5 21/40] net/igc: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/igc/igc_ethdev.c | 4 drivers/net/igc/igc_txrx.c | 5 + 2 files changed, 9 insertions(+) diff --git a/drivers/net/igc/igc_ethdev.c b/drivers/net

[PATCH v5 22/40] net/ionic: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/ionic/ionic_ethdev.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/net/ionic/ionic_ethdev.c b/drivers/net/ionic/ionic_ethdev.c index 340

[PATCH v5 23/40] net/ixgbe: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/ixgbe/ixgbe_ethdev.c | 12 ++-- drivers/net/ixgbe/ixgbe_rxtx.c | 4 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/drivers/

[PATCH v5 24/40] net/mana: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/mana/mana.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/net/mana/mana.c b/drivers/net/mana/mana.c index 41c3cf25

[PATCH v5 26/40] net/mvpp2: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/mvpp2/mrvl_ethdev.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/mvpp2/mrvl_ethdev.c b/drivers/net/mvpp2/mrvl_ethdev.c index 359a5d1df

[PATCH v5 25/40] net/mlx5: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/mlx5/mlx5_ethdev.c | 4 drivers/net/mlx5/mlx5_rss.c| 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/net/mlx5/mlx5_eth

[PATCH v5 27/40] net/netvsc: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/netvsc/hn_ethdev.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/net/netvsc/hn_ethdev.c b/drivers/net/netvsc/hn_ethdev.c index d0bbc0a4c

[PATCH v5 28/40] net/ngbe: : check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/ngbe/ngbe_ethdev.c | 6 +- drivers/net/ngbe/ngbe_rxtx.c | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/net/ngbe/ngbe_e

[PATCH v5 30/40] net/null: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/null/rte_eth_null.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/net/null/rte_eth_null.c b/drivers/net/null/rte_eth_null.c index 3108

[PATCH v5 31/40] net/qede: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/qede/qede_ethdev.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/net/qede/qede_ethdev.c b/drivers/net/qede/qede_ethdev

[PATCH v5 29/40] net/nfp: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/nfp/nfp_common.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/net/nfp/nfp_common.c b/drivers/net/nfp/nfp_common.c ind

[PATCH v5 32/40] net/sfc: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/sfc/sfc_ethdev.c | 3 +++ drivers/net/sfc/sfc_rx.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/drivers/net/sfc/sfc_ethdev.c b/drivers/net/sf

[PATCH v5 33/40] net/tap: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/tap/rte_eth_tap.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/net/tap/rte_eth_tap.c b/drivers/net/tap/rte_eth_tap.c index b25a52655f

[PATCH v5 34/40] net/thunderx: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/thunderx/nicvf_ethdev.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/net/thunderx/nicvf_ethdev.c b/drivers/net/thu

[PATCH v5 35/40] net/txgbe: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/txgbe/txgbe_ethdev.c| 7 ++- drivers/net/txgbe/txgbe_ethdev_vf.c | 7 ++- drivers/net/txgbe/txgbe_rxtx.c | 3 +++ 3 files changed, 15 inser

[PATCH v5 36/40] net/hns3: support setting and querying RSS hash function

2023-10-11 Thread Jie Hai
From: Huisong Li Support setting and querying RSS hash function by ethdev ops. Signed-off-by: Huisong Li Signed-off-by: Dongdong Liu --- drivers/net/hns3/hns3_rss.c | 47 + 1 file changed, 27 insertions(+), 20 deletions(-) diff --git a/drivers/net/hns3/hns

[PATCH v5 37/40] app/proc-info: fix never show RSS info

2023-10-11 Thread Jie Hai
Command show-port should show RSS info (rss_key, len and rss_hf), However, the information is shown only when rss_conf.rss_key is not NULL. Since no memory is allocated for rss_conf.rss_key, rss_key will always be NULL and the rss_info will never show. This patch fixes it. Fixes: 8a37f37fc243 ("ap

[PATCH v5 38/40] app/proc-info: adjust the display format of RSS info

2023-10-11 Thread Jie Hai
This patch splits the length and value of RSS key into two parts, removes spaces between RSS keys, and adds line breaks between RSS key and RSS hf. Before the adjustment, RSS info is shown as: - RSS -- RSS len 40 key (hex): 6d 5a 56 da 25 5b e c2 41 67 \ 25 3d 43 a3 8f b0

[PATCH v5 39/40] app/proc-info: support querying RSS hash algorithm

2023-10-11 Thread Jie Hai
Display RSS hash algorithm with command show-port as below. - RSS info -- hash algorithm : toeplitz Signed-off-by: Jie Hai Signed-off-by: Dongdong Liu Acked-by: Reshma Pattan --- app/proc-info/main.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/app/proc-info/main

[PATCH v5 40/40] app/testpmd: add RSS hash algorithms display

2023-10-11 Thread Jie Hai
Add the command "show port X rss-hash algorithm" to display the RSS hash algorithms of port X. An example is shown: testpmd> show port 0 rss-hash algorithm RSS algorithms: toeplitz Signed-off-by: Jie Hai --- app/test-pmd/cmdline.c | 29 - app/test-pmd/config.c | 3

RE: [PATCH v6 3/3] power: amd power monitor support

2023-10-11 Thread Tummala, Sivaprasad
[AMD Official Use Only - General] Hi David, > -Original Message- > From: David Marchand > Sent: Tuesday, October 10, 2023 2:30 PM > To: Tummala, Sivaprasad > Cc: david.h...@intel.com; konstantin.v.anan...@yandex.ru; > roret...@linux.microsoft.com; anatoly.bura...@intel.com; tho...@monja

Re: [PATCH v4] dmadev: add tracepoints

2023-10-11 Thread fengchengwen
Hi Thomas, Sorry for the late reply. On 2023/8/14 22:16, Thomas Monjalon wrote: > jeudi 3 août 2023, fengchengwen: >> Hi Thomas, >> >> On 2023/7/31 20:48, Thomas Monjalon wrote: >>> 10/07/2023 09:50, fengchengwen: Hi Thomas, On 2023/7/10 14:49, Thomas Monjalon wrote: > 09/07/

Re: [PATCH] doc: remove confusing command to send patch

2023-10-11 Thread Thomas Monjalon
11/10/2023 10:41, Ferruh Yigit: > On 10/11/2023 9:30 AM, Bruce Richardson wrote: > > On Wed, Oct 11, 2023 at 10:03:07AM +0200, Thomas Monjalon wrote: > >> 11/10/2023 09:30, David Marchand: > >>> On Tue, Oct 10, 2023 at 6:26 PM Thomas Monjalon > >>> wrote: > > In the contributor guide, i

Re: [PATCH v4] app/testpmd: enable cli for programmable action

2023-10-11 Thread Ferruh Yigit
On 10/11/2023 3:24 AM, Zhang, Qi Z wrote: > >> -Original Message- >> From: Ferruh Yigit >> Sent: Tuesday, October 10, 2023 6:49 PM >> To: Zhang, Qi Z ; Singh, Aman Deep >> ; Zhang, Yuying >> Cc: dev@dpdk.org; Dumitrescu, Cristian ; >> or...@nvidia.com >> Subject: Re: [PATCH v4] app/testp

Re: [PATCH] doc: remove confusing command to send patch

2023-10-11 Thread Ferruh Yigit
On 10/11/2023 11:20 AM, Thomas Monjalon wrote: > 11/10/2023 10:41, Ferruh Yigit: >> On 10/11/2023 9:30 AM, Bruce Richardson wrote: >>> On Wed, Oct 11, 2023 at 10:03:07AM +0200, Thomas Monjalon wrote: 11/10/2023 09:30, David Marchand: > On Tue, Oct 10, 2023 at 6:26 PM Thomas Monjalon

Re: [PATCH v3] net/netvsc: add support for mtu_set

2023-10-11 Thread Ferruh Yigit
On 10/10/2023 8:08 PM, Long Li wrote: >> Subject: [PATCH v3] net/netvsc: add support for mtu_set >> >> Add support for changing the netvsc MTU. The MTU can only be set at nvs >> initialization, therefore to change the MTU the underlying vmbus >> channel(s) are torn down and the vmbus device unmappe

Re: [PATCH v2 1/3] net/ark: support for single function with multiple port

2023-10-11 Thread Ferruh Yigit
On 10/10/2023 9:42 PM, Ed Czeck wrote: > Support the creation of multiple ports from one ark device via > the use of ark pmd extension. I.e., one device with q queue can > seen a p ports each with q/p queues. > > Add unique dev_private data for each port to manage queue assignment. > > This patc

[PATCH v3 1/2] doc: add modify_field action description

2023-10-11 Thread Suanming Mou
This commit adds the missing modify_field action description to `testpmd_funcs.rst`. Signed-off-by: Suanming Mou --- v3: add modify_field description. --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 21 + 1 file changed, 21 insertions(+) diff --git a/doc/guides/testpmd_a

[PATCH v3 2/2] ethdev: add TCP/IP modify field IDs

2023-10-11 Thread Suanming Mou
Currently, get TCP/IP header or data length information from traffic is missing in the modify field IDs. This commit adds the missing TCP data_offset, IPv4 IHL/total_len, IPv6 payload_len to modify filed IDs. This allows users be able to manager more TCP/IP fields. Signed-off-by: Suanming Mou ---

Re: [PATCH] eventdev: fix symbol export for port maintenance

2023-10-11 Thread David Marchand
On Wed, Oct 11, 2023 at 8:51 AM Jerin Jacob wrote: > On Tue, Oct 10, 2023 at 7:30 PM David Marchand > wrote: > > > > Trying to call rte_event_maintain out of the eventdev library triggers > > a link failure, as the tracepoint symbol associated to this inline > > helper was not exported. > > > > F

Re: [PATCH] doc: sort build and EAL features in the release notes

2023-10-11 Thread David Marchand
On Wed, Oct 11, 2023 at 9:54 AM Thomas Monjalon wrote: > > When adding build and EAL features in 23.11, > the format and sorting order was unusual. Indeed, my bad. > This change is making these features similar as others. > > Signed-off-by: Thomas Monjalon Acked-by: David Marchand Applied, t

RE: [PATCH v2 25/29] regexdev: remove experimental tag

2023-10-11 Thread Ori Kam
Hi Stephen, I know that Nvidia, is going to remove the support for regex in the future. The only other HW that implements this is Marvel. I don't know about other manufacturers plan to support it. I suggest keeping it as is for now, and maybe we will need to remove this lib. Anyone from Marvel

[RFC v2 0/2] add pointer compression API

2023-10-11 Thread Paul Szczepanek
This patchset is proposing adding a new EAL header with utility functions that allow compression of arrays of pointers. When passing caches full of pointers between threads, memory containing the pointers is copied multiple times which is especially costly between cores. A compression method will

[RFC v2 1/2] eal: add pointer compression functions

2023-10-11 Thread Paul Szczepanek
Add a new utility header for compressing pointers. The provided functions can store pointers in 32-bit offsets. The compression takes advantage of the fact that pointers are usually located in a limited memory region (like a mempool). We can compress them by converting them to offsets from a base

[RFC v2 2/2] test: add pointer compress tests to ring perf test

2023-10-11 Thread Paul Szczepanek
Add a test that runs a zero copy burst enqueue and dequeue on a ring of raw pointers and compressed pointers at different burst sizes to showcase performance benefits of newly added pointer compression APIs. Refactored threading code to pass more parameters to threads to reuse existing code. Added

Re: [PATCH v4 0/3] Release ethdev shared memory on port cleanup

2023-10-11 Thread Thomas Monjalon
27/09/2023 13:45, David Marchand: > This series was triggered after investigating why the > eal_flags_file_prefix_autotest unit test was failing in the case of > statically built binaries [1]). > > For now, I went with a simple (naive) approach and put all accesses to the > shared data under a sin

[PATCH v3 0/3] rewrite fastpath routines

2023-10-11 Thread Vamsi Attunuru
This series adds new fastpath routines for cn10k & cn9k endpoint devices and supports 32B Tx desciptor format which improves the performance. v2 & v3 changes: - Fixed CI Shijith Thotton (1): net/octeon_ep: support 32B IQ descriptor size Vamsi Attunuru (2): net/octeon_ep: clean up receive rou

[PATCH v3 1/3] net/octeon_ep: support 32B IQ descriptor size

2023-10-11 Thread Vamsi Attunuru
From: Shijith Thotton Update input queue setup to consider descriptor size in driver conf. The default instruction size for otx2 and cnxk devices has been updated to 32 bytes. Signed-off-by: Shijith Thotton --- drivers/net/octeon_ep/cnxk_ep_vf.c| 10 +- drivers/net/octeon_ep/otx2_e

[PATCH v3 2/3] net/octeon_ep: clean up receive routine

2023-10-11 Thread Vamsi Attunuru
Patch improves Rx routine and pkt count update routines, packet count update routines need to drain inflight ISM memory updates while decrementing the packet count register. Signed-off-by: Vamsi Attunuru --- drivers/net/octeon_ep/otx_ep_rxtx.c | 162 1 file changed,

[PATCH v3 3/3] net/octeon_ep: add new fastpath routines

2023-10-11 Thread Vamsi Attunuru
Adds new fastpath routines for cn10k & cn9k endpoint devices and assigns the fastpath routines based on the offload flags. Patch also adds misc changes to improve performance and code-readability. Signed-off-by: Vamsi Attunuru --- drivers/net/octeon_ep/cnxk_ep_rx.c| 309

RE: [PATCH v4] app/testpmd: enable cli for programmable action

2023-10-11 Thread Zhang, Qi Z
> -Original Message- > From: Ferruh Yigit > Sent: Wednesday, October 11, 2023 6:21 PM > To: Zhang, Qi Z ; Singh, Aman Deep > ; Zhang, Yuying > Cc: dev@dpdk.org; Dumitrescu, Cristian ; > or...@nvidia.com > Subject: Re: [PATCH v4] app/testpmd: enable cli for programmable action > > On 10

[PATCH v3 0/5] document and simplify use of cmdline

2023-10-11 Thread Bruce Richardson
The DPDK commandline library is widely used by apps and examples within DPDK, but it is not documented in our programmers guide and it requires a lot of boilerplate code definitions in order to used. We can improve this situation by creating a simple python script to automatically generate the boil

[PATCH v3 1/5] doc/prog_guide: new chapter on cmdline library

2023-10-11 Thread Bruce Richardson
The cmdline library was not documented in our programmers guide, so add a new chapter on it. This chapter covers step-by-step how to use the library, rather than focusing on the library internals. This complements the existing cmdline example app document, providing more details on the process of u

[PATCH v3 2/5] buildtools: script to generate cmdline boilerplate

2023-10-11 Thread Bruce Richardson
Provide a "dpdk-cmdline-gen.py" script for application developers to quickly generate the boilerplate code necessary for using the cmdline library. Example of use: The script takes an input file with a list of commands the user wants in the app, where the parameter variables are tagged with the ty

[PATCH v3 3/5] examples/simple_mp: auto-generate cmdline boilerplate

2023-10-11 Thread Bruce Richardson
Use the dpdk-cmdline-gen script to autogenerate all the boilerplate structs and defines for the commandline part of the app. Signed-off-by: Bruce Richardson --- examples/multi_process/simple_mp/Makefile | 12 +- examples/multi_process/simple_mp/meson.build | 9 ++ .../multi_process/simpl

[PATCH v3 4/5] examples/hotplug_mp: auto-generate cmdline boilerplate

2023-10-11 Thread Bruce Richardson
Use the dpdk-cmdline-gen script to autogenerate all the boilerplate structs and defines for the commandline part of the app. Signed-off-by: Bruce Richardson --- examples/multi_process/hotplug_mp/Makefile| 12 +- examples/multi_process/hotplug_mp/commands.c | 147 ++ example

[PATCH v3 5/5] examples/bond: auto-generate cmdline boilerplate

2023-10-11 Thread Bruce Richardson
Use the dpdk-cmdline-gen script to autogenerate all the boilerplate structs and defines for the commandline part of the app. Signed-off-by: Bruce Richardson --- Note: the original help text on some of the commands in this example were not useful "this command do not handle any arguments". Ther

RE: [RFC 1/2] eal: add pointer compression functions

2023-10-11 Thread Honnappa Nagarahalli
> -Original Message- > From: Thomas Monjalon > Sent: Monday, October 9, 2023 10:54 AM > To: Paul Szczepanek > Cc: dev@dpdk.org; Honnappa Nagarahalli ; > Kamalakshitha Aligeri > Subject: Re: [RFC 1/2] eal: add pointer compression functions > > 27/09/2023 17:08, Paul Szczepanek: > > Ad

Re: [PATCH v3 4/4] net/tap: use rte_ether_unformat_address

2023-10-11 Thread Ferruh Yigit
On 10/3/2023 9:29 PM, Stephen Hemminger wrote: > From: David Christensen > > Building DPDK with gcc 12 on a ppc64le system generates a > stringop-overflow warning. Replace the local MAC address > validation function parse_user_mac() with a call to > rte_ether_unformat_addr() instead. > > Bugzill

Re: [PATCH v4 0/3] Spec changes to support multi I/O models

2023-10-11 Thread Thomas Monjalon
02/10/2023 11:58, Srikanth Yalavarthi: > This series implements changes to mldev spec to extend support > for ML models with multiple inputs and outputs. Changes include > introduction of I/O layout to support packed and split buffers > for model input and output. Extended the rte_ml_model_info > s

Re: [PATCH v5 1/3] lib: introduce dispatcher library

2023-10-11 Thread David Marchand
On Mon, Oct 9, 2023 at 6:50 PM Mattias Rönnblom wrote: [snip] > +static int > +evd_set_service_runstate(struct rte_dispatcher *dispatcher, int state) > +{ > + int rc; > + > + rc = rte_service_component_runstate_set(dispatcher->service_id, > +

Re: [PATCH] bus/pci: fix device ID print

2023-10-11 Thread Thomas Monjalon
13/09/2023 10:23, Qiming Yang: > This patch fixes the issue where device id first 0 does not print. > > Fixes: e4f27af0f448 ("bus/pci: reduce boot-up logs to absolute minimum") > Cc: sta...@dpdk.org > > Signed-off-by: Qiming Yang Applied, thanks.

  1   2   >