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
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
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
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
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
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
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
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)
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
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);
> >> +}
> >> +
> >> +
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
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
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
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
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.
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
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
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
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
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
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 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,
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
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
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
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
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
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
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/
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
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
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:
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
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
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
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
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_
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
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
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
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
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
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_
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
[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
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/
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
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
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
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
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
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
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
---
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
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
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
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
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
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
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
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
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 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,
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
> -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
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
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
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
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
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
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
> -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
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
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
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,
> +
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 - 100 of 178 matches
Mail list logo