[PATCH v4 3/4] net/macb: add NEON vectorized Rx/Tx

2025-04-02 Thread liwencheng
To optimize Rx/Tx burst process, add NEON vector instructions on arm architecture. v4: * Support hardware Rx checksum offload. * Fixed some code style issues. Signed-off-by: liwencheng --- drivers/net/macb/macb_rxtx.c | 3 + drivers/net/macb/macb_rxtx_vec_neon.c | 674 +++

Re: [PATCH v6 4/8] build: generate symbol maps

2025-04-02 Thread David Marchand
On Tue, Apr 1, 2025 at 10:25 PM Thomas Monjalon wrote: > > 28/03/2025 11:52, David Marchand: > > Rather than maintain a file in parallel of the code, symbols to be > > exported can be marked with a token RTE_EXPORT_*SYMBOL. > > > > From those marks, the build framework generates map files only for

Re: [PATCH v6 4/8] build: generate symbol maps

2025-04-02 Thread Thomas Monjalon
28/03/2025 11:52, David Marchand: > --- /dev/null > +++ b/lib/eal/common/eal_symbol_exports.h > @@ -0,0 +1,16 @@ > +/* SPDX-License-Identifier: BSD-3-Clause > + * Copyright (c) 2025 Red Hat, Inc. > + */ > + > +#ifndef EAL_SYMBOL_EXPORTS_H > +#define EAL_SYMBOL_EXPORTS_H > + > +/* Internal macros fo

Re: [PATCH] maintainers: update for hns3

2025-04-02 Thread lihuisong (C)
+Stephen 在 2025/4/2 11:29, Jie Hai 写道: Update maintainer for the hns3 driver. Signed-off-by: Jie Hai Thanks for your contributions to hns3. Acked-by: Huisong Li --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4b01103f

[PATCH] trace: fix out of bounds write in __rte_trace_mem_get

2025-04-02 Thread Oleksandr Nahnybida
Offset should be aligned first before checking if there is free space for another write. Bugzilla ID: 1665 Fixes: ebaee6409702 ("trace: simplify trace point headers") Signed-off-by: Oleksandr Nahnybida --- lib/eal/include/rte_trace_point.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-

[PATCH v4 4/4] net/macb: add necessary docs and update related files

2025-04-02 Thread liwencheng
Added missing documentation in doc/guides/nics, mailmap entry, and updated MAINTAINERS file. Signed-off-by: liwencheng --- .mailmap | 1 + MAINTAINERS| 6 ++ doc/guides/nics/features/macb.ini | 27 +++ d

Re: [PATCH] mem: fix infinite loop

2025-04-02 Thread Dmitry Kozlyuk
On 02.04.2025 15:42, Dengdui Huang wrote: When the process address space is insufficient, mmap will fail, which will cause an infinite loop. This pathc fix it. Fixes: c4b89ecb64ea ("eal: introduce memory management wrappers") Cc: sta...@dpdk.org Signed-off-by: Dengdui Huang Acked-by: Dmitry

[PATCH v4 1/4] usertools/dpdk-devbind: add bind/unbind for platform device

2025-04-02 Thread liwencheng
This patch mainly adds functions for bind and unbind platform devices, such as bind_platform_one and unbind_platform_one. Signed-off-by: liwencheng --- usertools/dpdk-devbind.py | 131 -- 1 file changed, 114 insertions(+), 17 deletions(-) diff --git a

Re: [PATCH v6 4/8] build: generate symbol maps

2025-04-02 Thread Thomas Monjalon
02/04/2025 09:00, David Marchand: > On Tue, Apr 1, 2025 at 10:25 PM Thomas Monjalon wrote: > > > > 28/03/2025 11:52, David Marchand: > > > Rather than maintain a file in parallel of the code, symbols to be > > > exported can be marked with a token RTE_EXPORT_*SYMBOL. > > > > > > From those marks,

[dpdk-dev] [PATCH ] net/cnxk: support ESP based RSS hashing

2025-04-02 Thread psatheesh
From: Satheesh Paul Support ESP based RSS hashing. Signed-off-by: Satheesh Paul Reviewed-by: Kiran Kumar K --- drivers/common/cnxk/roc_mbox.h | 1 + drivers/net/cnxk/cnxk_ethdev.c | 3 ++ drivers/net/cnxk/cnxk_ethdev.h | 67 -- 3 files changed, 36 insertions(

Re: [PATCH v2 1/2] eal: fix uncheck worker ID

2025-04-02 Thread huangdengdui
On 2025/3/27 17:32, Morten Brørup wrote: >> From: Dengdui Huang [mailto:huangdeng...@huawei.com] >> Sent: Thursday, 27 March 2025 10.01 >> >> The worker_id may come from user input. >> So it is necessary to verify it. >> >> Fixes: a95d70547c57 ("eal: factorize lcore main loop") >> Cc: sta...@dpdk

Re: [PATCH v6 5/8] build: mark exported symbols

2025-04-02 Thread Thomas Monjalon
28/03/2025 11:52, David Marchand: > --- /dev/null > +++ b/drivers/bus/dpaa/dpaa_bus_symbols.c This is a special case for base drivers, so we should mention "base" in the filename. > @@ -0,0 +1,99 @@ > +/* SPDX-License-Identifier: BSD-3-Clause > + * Copyright (c) 2025 Red Hat, Inc. > + */ > + > +#

Re: [PATCH v6 5/8] build: mark exported symbols

2025-04-02 Thread David Marchand
On Wed, Apr 2, 2025 at 11:02 AM Thomas Monjalon wrote: > > 28/03/2025 11:52, David Marchand: > > --- /dev/null > > +++ b/drivers/bus/dpaa/dpaa_bus_symbols.c > > This is a special case for base drivers, > so we should mention "base" in the filename. > > > @@ -0,0 +1,99 @@ > > +/* SPDX-License-Ident

[PATCH v2 2/3] common/cnxk: update cn20k part numbers

2025-04-02 Thread Rahul Bhansali
- Update cn20k part number - Add cnf205 support - Add APIs for respective cn20k models Signed-off-by: Rahul Bhansali Signed-off-by: Harman Kalra --- Changes in v2: No change drivers/common/cnxk/roc_constants.h | 4 ++-- drivers/common/cnxk/roc_model.c | 4 +++- drivers/common/cnxk/roc_mo

[DPDK/ethdev Bug 1687] ring PMD uses unsafe internal devarg

2025-04-02 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1687 Bug ID: 1687 Summary: ring PMD uses unsafe internal devarg Product: DPDK Version: 25.03 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Prior

Re: [PATCH 00/10] centralise base code handling for drivers

2025-04-02 Thread Bruce Richardson
On Wed, Apr 02, 2025 at 03:08:45PM +0200, David Marchand wrote: > On Mon, Mar 31, 2025 at 6:10 PM Bruce Richardson > wrote: > > > > Many DPDK drivers use the same pattern for base code handling, having > > a meson.build file in the base code directory which optionally defines > > some custom cflag

[PATCH v3 2/3] eal: fix unckeck pipe

2025-04-02 Thread Dengdui Huang
The communication pipe may be unavailable, for example, when the lcore role is ROLE_OFF or ROLE_NON_EAL. So check whether the pipe is available before using it. Fixes: a95d70547c57 ("eal: factorize lcore main loop") Cc: sta...@dpdk.org Signed-off-by: Dengdui Huang --- lib/eal/unix/eal_unix_thre

[PATCH v3 0/3] fix the problem of dma-perf infinite loop

2025-04-02 Thread Dengdui Huang
After CPU isolation is configured, an infinite loop occurs when dma-perf is executed using the default config file. This patchset fix it by adding lcore ID checks and pipe checks. Dengdui Huang (3): eal: fix uncheck lcore ID eal: fix unckeck pipe app/dma-perf: fix infinite loop app/test-d

Tech Board Meeting Minutes - 2025-Jan-22

2025-04-02 Thread Maxime Coquelin
Members Attending -- Aaron Conole Bruce Richardson Hemant Agrawal Jerin Jacob Kevin Traynor Maxime Coquelin (chair) Stephen Hemminger Thomas Monjalon Honnappa Nagarahalli NOTE: The technical board meetings are on every second Wednesday at 3pm UTC. Meetings are public, and DPDK c

Re: [PATCH v6 8/8] eal: rework function versioning macros

2025-04-02 Thread Thomas Monjalon
28/03/2025 11:52, David Marchand: > --- a/lib/eal/common/eal_symbol_exports.h > +++ b/lib/eal/common/eal_symbol_exports.h > @@ -5,6 +5,8 @@ > #ifndef EAL_SYMBOL_EXPORTS_H > #define EAL_SYMBOL_EXPORTS_H > > +#include > + > /* Internal macros for exporting symbols, used by the build system. >

RE: [PATCH v3 2/3] eal: fix unckeck pipe

2025-04-02 Thread Morten Brørup
> From: Dengdui Huang [mailto:huangdeng...@huawei.com] > Sent: Wednesday, 2 April 2025 14.25 > > The communication pipe may be unavailable, for example, > when the lcore role is ROLE_OFF or ROLE_NON_EAL. > So check whether the pipe is available before using it. > > Fixes: a95d70547c57 ("eal: fact

Re: [PATCH v6 8/8] eal: rework function versioning macros

2025-04-02 Thread David Marchand
On Wed, Apr 2, 2025 at 1:53 PM Thomas Monjalon wrote: > > 28/03/2025 11:52, David Marchand: > > --- a/lib/eal/common/eal_symbol_exports.h > > +++ b/lib/eal/common/eal_symbol_exports.h > > @@ -5,6 +5,8 @@ > > #ifndef EAL_SYMBOL_EXPORTS_H > > #define EAL_SYMBOL_EXPORTS_H > > > > +#include > > + >

Re: [PATCH 04/10] net/intel: use common base code build handling

2025-04-02 Thread David Marchand
On Mon, Mar 31, 2025 at 6:10 PM Bruce Richardson wrote: > diff --git a/drivers/net/intel/ice/base/meson.build > b/drivers/net/intel/ice/base/meson.build > index e7ba9c34bc..f453005a1d 100644 > --- a/drivers/net/intel/ice/base/meson.build > +++ b/drivers/net/intel/ice/base/meson.build > @@ -1,7 +1

Re: [PATCH 00/10] centralise base code handling for drivers

2025-04-02 Thread David Marchand
On Mon, Mar 31, 2025 at 6:10 PM Bruce Richardson wrote: > > Many DPDK drivers use the same pattern for base code handling, having > a meson.build file in the base code directory which optionally defines > some custom cflags for the base code build, then builds the code as a > static library and ex

[PATCH] mem: fix infinite loop

2025-04-02 Thread Dengdui Huang
When the process address space is insufficient, mmap will fail, which will cause an infinite loop. This pathc fix it. Fixes: c4b89ecb64ea ("eal: introduce memory management wrappers") Cc: sta...@dpdk.org Signed-off-by: Dengdui Huang --- lib/eal/common/eal_common_memory.c | 8 ++-- 1 file ch

[PATCH v3 1/3] eal: fix uncheck lcore ID

2025-04-02 Thread Dengdui Huang
The worker_id may come from user input. So it is necessary to verify it. Fixes: a95d70547c57 ("eal: factorize lcore main loop") Cc: sta...@dpdk.org Signed-off-by: Dengdui Huang --- lib/eal/common/eal_common_launch.c | 9 + 1 file changed, 9 insertions(+) diff --git a/lib/eal/common/eal

[PATCH v2 1/3] common/cnxk: update steer rule mbox for cn20k

2025-04-02 Thread Rahul Bhansali
Updated mbox npc_cn20k_read_base_steer_rule for cn20k. Signed-off-by: Rahul Bhansali --- Changes in v2: No change drivers/common/cnxk/roc_npc.c | 3 ++- drivers/common/cnxk/roc_npc_mcam.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/common/cnxk/roc_npc.c

Re: [PATCH v7 3/4] app/test: add tests to find devices

2025-04-02 Thread Stephen Hemminger
On Wed, 12 Feb 2025 18:38:34 +0200 Shani Peretz wrote: > @@ -317,6 +431,12 @@ test_devargs(void) > printf("== test devargs parsing invalid case ==\n"); > if (test_invalid_devargs_parsing() < 0) > return -1; > + printf("== test find device valid case ==\n"); > + i

Re: [PATCH] doc: reword flow offload and api docs

2025-04-02 Thread Stephen Hemminger
On Mon, 31 Mar 2025 14:40:36 -0700 Nandini Persad wrote: > I removed low level details of the code and simplified the > Flow Offload section of Programmer's Guide to be more about the > general usage of the APIs. The specifics were moved to API docs if > the details did not already exist there. >

[DPDK/ethdev Bug 1689] [24.11] dpdk_pdump and dumppcap does not work

2025-04-02 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1689 Bug ID: 1689 Summary: [24.11] dpdk_pdump and dumppcap does not work Product: DPDK Version: 24.11 Hardware: All OS: All Status: UNCONFIRMED Severity: major

Re: [PATCH] mem: fix infinite loop

2025-04-02 Thread huangdengdui
On 2025/4/3 5:16, Dmitry Kozlyuk wrote: > On 02.04.2025 15:42, Dengdui Huang wrote: >> When the process address space is insufficient, >> mmap will fail, which will cause an infinite loop. >> This pathc fix it. >> >> Fixes: c4b89ecb64ea ("eal: introduce memory management wrappers") >> Cc: sta...@

[PATCH v12 02/10] net/avp: replace use of rte_mbuf_sanity_check

2025-04-02 Thread Stephen Hemminger
Renamed to rte_mbuf_verify. Signed-off-by: Stephen Hemminger --- drivers/net/avp/avp_ethdev.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/net/avp/avp_ethdev.c b/drivers/net/avp/avp_ethdev.c index ed44c1645d..1a6ba82b41 100644 --- a/drivers/net/a

[DPDK/ethdev Bug 1688] [24.11] random application crash in failsafe_rx_burst_fast

2025-04-02 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1688 Bug ID: 1688 Summary: [24.11] random application crash in failsafe_rx_burst_fast Product: DPDK Version: 24.11 Hardware: All OS: Linux Status: UNCONFIRME

[PATCH v2] mem: fix infinite loop

2025-04-02 Thread Dengdui Huang
When the process address space is insufficient, mmap will fail, which will cause an infinite loop. This patch stops attempting mmap if it fails and the requested size cannot be reduced. Fixes: b7cc54187ea4 ("mem: move virtual area function in common directory") Cc: sta...@dpdk.org Signed-off-by:

[PATCH 2/2] dts: update dpdk-devbind script regex

2025-04-02 Thread Patrick Robb
The current regex used for matching against the dpdk-devbind status output is no longer matching correctly. This commit introduces a more permissive pattern which will yield the device driver in use. Signed-off-by: Patrick Robb --- dts/tests/TestSuite_smoke_tests.py | 2 +- 1 file changed, 1 ins

[PATCH v12 04/10] examples: remove term sanity

2025-04-02 Thread Stephen Hemminger
Do not use non-inclusive terms. Signed-off-by: Stephen Hemminger --- examples/ipsec-secgw/event_helper.c | 2 +- examples/ipv4_multicast/main.c | 2 +- examples/qos_sched/args.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/ipsec-secgw/event_helpe

[PATCH v12 08/10] doc: remove sanity

2025-04-02 Thread Stephen Hemminger
Don't use the word sanity in the documentation Signed-off-by: Stephen Hemminger --- doc/guides/gpus/cuda.rst | 2 +- doc/guides/sample_app_ug/eventdev_pipeline.rst | 2 +- doc/guides/tools/testbbdev.rst | 8 3 files changed, 6 insertions(+), 6 delet

[PATCH v12 01/10] mbuf: replace term sanity check

2025-04-02 Thread Stephen Hemminger
Replace rte_mbuf_sanity_check() with rte_mbuf_verify() to match the similar macro RTE_VERIFY() in rte_debug.h The term sanity check is on the Tier 2 list of words that should be replaced. For this release keep old API functions but mark them as deprecated. Signed-off-by: Stephen Hemminger Acked

[PATCH v12 06/10] test: replace use word sanity

2025-04-02 Thread Stephen Hemminger
The word "sanity" is on the not-allowed inclusive naming list. Replace the unnecessary usage in tests. Signed-off-by: Stephen Hemminger --- app/test/test_bitmap.c | 4 +-- app/test/test_bpf.c| 6 ++-- app/test/test_common.c | 2 +- app/test/test_distrib

[PATCH v12 07/10] dts: replace use of sanity check in comment

2025-04-02 Thread Stephen Hemminger
Replace with better words. Signed-off-by: Stephen Hemminger --- dts/tests/TestSuite_blocklist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dts/tests/TestSuite_blocklist.py b/dts/tests/TestSuite_blocklist.py index ce7da1cc8f..82109f72a1 100644 --- a/dts/tests/TestSuite_b

[PATCH v12 09/10] lib: replace use of sanity check in comments and

2025-04-02 Thread Stephen Hemminger
Sanity check is on the Tier 2 non-inclusive list. Replace or remove it. Signed-off-by: Stephen Hemminger --- lib/eal/linux/eal_timer.c | 2 +- lib/graph/graph.c | 2 +- lib/graph/graph_stats.c | 2 +- lib/graph/node.c| 2 +- lib/jobstats/rte_jobstats.c | 6 +++--- lib

[PATCH v12 10/10] drivers: remove use of term sanity check

2025-04-02 Thread Stephen Hemminger
Don't use term "sanity" because it is considered derogatory. Signed-off-by: Stephen Hemminger Acked-by: Hemant Agrawal --- drivers/bus/fslmc/qbman/qbman_sys_decl.h | 2 +- drivers/common/cnxk/roc_nix_tm_ops.c | 2 +- drivers/common/cnxk/roc_npa.c | 6 +++--- drivers/comm

Re: [PATCH v4 2/4] net/macb: add new poll mode driver

2025-04-02 Thread Stephen Hemminger
On Wed, 2 Apr 2025 06:58:56 + liwencheng wrote: > add Phytium NIC MACB ethdev PMD driver. > > v4: > * Changed functions that always return 0 and whose return value > is unused to void type, improving code simplicity and readability. > * Fixed the implicit conversion issues in the > macb_usx

Re: [PATCH v4 2/4] net/macb: add new poll mode driver

2025-04-02 Thread Stephen Hemminger
On Wed, 2 Apr 2025 06:58:56 + liwencheng wrote: > add Phytium NIC MACB ethdev PMD driver. > > v4: > * Changed functions that always return 0 and whose return value > is unused to void type, improving code simplicity and readability. > * Fixed the implicit conversion issues in the > macb_usx