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 +++
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
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
+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
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(-
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
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
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
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,
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(
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
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.
> + */
> +
> +#
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
- 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
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
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
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
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
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
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.
>
> 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
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
> > +
>
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
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
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
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
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
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
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.
>
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
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...@
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
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
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:
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
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
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
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
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
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
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
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
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
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
44 matches
Mail list logo