RE: [PATCH] net/mlx5: document IP fragment matching limitations

2025-07-20 Thread Bing Zhao
Hi, @Stephen Hemminger, we don't know other NICs behavior. If all NICs behave the same, maybe the limitation can be considered to move to the common part. > -Original Message- > From: Dariusz Sosnowski > Sent: Friday, July 18, 2025 7:52 PM > To: Slava Ovsiienko ; Bing Zhao > ; Ori Kam ;

[DPDK/examples Bug 1751] [dpdk-25.07] multiprocess_symmetric_mp_packet: exiting the symmetric_mp example results in a core dump

2025-07-20 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1751 Jiale Song (songx.ji...@intel.com) changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

Re: [PATCH] eal: add description of service corelist in usage

2025-07-20 Thread Thomas Monjalon
17/07/2025 11:51, Bruce Richardson: > On Thu, Jul 17, 2025 at 11:42:32AM +0200, David Marchand wrote: > > The -S option is not described in EAL usage(). > > > > Fixes: 7dbd7a6413ef ("service: add -S corelist option") > > Cc: sta...@dpdk.org > > > > Signed-off-by: David Marchand > Acked-by: Bruce

Re: [PATCH 2/2] doc: use common description of EAL parameters

2025-07-20 Thread Thomas Monjalon
17/07/2025 14:15, Bruce Richardson: > On Thu, Jul 17, 2025 at 01:46:04PM +0200, David Marchand wrote: > > Rather than have a subset of the EAL parameters described in the sample > > apps documentation, prefer referring to the full list. > > > > Signed-off-by: David Marchand > > --- > Acked-by: Br

Re: [PATCH v3 0/2] cpu0 and memory channels doc update

2025-07-20 Thread Thomas Monjalon
15/07/2025 23:56, Stephen Hemminger: > This is revised version of earlier patches to address > some guidance about CPU and memory channels in the documentation. > > Stephen Hemminger (2): > doc: add note about CPU 0 > doc: remove use of '-n 4' option in documentation examples Applied, thanks.

Re: [PATCH v3] net/mlx5: remove use of sizeof(rte_v128u32_t)

2025-07-20 Thread Thomas Monjalon
09/07/2025 09:26, Dariusz Sosnowski: > Thank you for addressing the comments. > > On Tue, Jul 08, 2025 at 08:11:56AM -0700, Andre Muezerie wrote: > > When compiling with MSVC the error below is hit: > > > > drivers\net\mlx5\mlx5_tx.h(1148): error C2065: 'rte_v128u32_t': > > undeclared identif

Re: [PATCH v2] doc: update parameters to use for mlx5 on Windows

2025-07-20 Thread Thomas Monjalon
15/07/2025 16:14, Andre Muezerie: > The linker parameters to use with MSVC and Clang differ. > Showing explicitly what to use with each in the documentation. > > Signed-off-by: Andre Muezerie Acked-by: Patrick Robb Acked-by: Dariusz Sosnowski Applied, thanks.

[PATCH v2] mbuf: de-inline sanity checking a reinitialized mbuf

2025-07-20 Thread Morten Brørup
Sanity checking a reinitialized mbuf (a.k.a. raw mbuf) has been refactored to follow the same design pattern as sanity checking a normal mbuf, and now depends on RTE_LIBRTE_MBUF_DEBUG instead of RTE_ENABLE_ASSERT. The details of the changes are as follows: Non-inlined functions rte_mbuf_raw_sanit

Re: [PATCH] doc: Document frequency and volume limits on patches.

2025-07-20 Thread Thomas Monjalon
17/04/2025 20:12, Aaron Conole: > The DPDK project has two constrained resources - reviewers and > public CI infrastructure. These are shared among the entire > project, and there are true costs associated with using these > resources. Thus, there are two motivations behind this change: > - Enc

dpIP: a POC port of lwIP TCP/IP stack targeting DPDK

2025-07-20 Thread Isaac Boukris
Hi, Sorry for cross-posting, no intention of starting a long discussion, just wanted to share this in hope for interest and collaboration. I've been working recently, as a fun project, to port the low-level lwIP code to DPDK. The idea being to start with a minimal yet widely used stack, and gradu

Re: [PATCH] doc/contributing: remove obsolete advice in coding std

2025-07-20 Thread Thomas Monjalon
27/03/2025 17:28, Bruce Richardson: > Remove obsolete, and generally not followed, advice in the coding > standards doc, around local variables. > > Signed-off-by: Bruce Richardson Applied, thanks.

Re: [PATCH] doc/linux_gsg: add build instructions for new Arm SoCs

2025-07-20 Thread Thomas Monjalon
16/05/2025 20:53, Doug Foster: > Add explanation of recent build configuration changes for Arm SoCs and > instructions for adding a build configuration for a new Arm SoC. > > Signed-off-by: Doug Foster > Reviewed-by: Wathsala Vithanage > Reviewed-by: Dhruv Tripathi Reworded a little to make si

Re: [PATCH] doc: update ABI reference version in example

2025-07-20 Thread Thomas Monjalon
29/05/2025 01:30, Stephen Hemminger: > The example should list current ABI reference version. > > Signed-off-by: Stephen Hemminger > --- > doc/guides/contributing/patches.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/guides/contributing/patches.rst > b/doc/gu

Re: [PATCH] doc: remove the public interfaces from bus/vmbus

2025-07-20 Thread Thomas Monjalon
03/06/2025 02:31, lon...@linuxonhyperv.com: > From: Long Li > > The deprecation notice has been sent in > 7642e3b0e0 ("doc: announce vmbus API deprecation") > > Remove those interfaces in this release. > > Signed-off-by: Long Li > --- > doc/guides/rel_notes/release_25_07.rst | 3 ++- > 1 file

RE: [PATCH] mbuf: de-inline sanity checking a reinitialized mbuf

2025-07-20 Thread Ivan Malov
On Sun, 20 Jul 2025, Morten Brørup wrote: From: Ivan Malov [mailto:ivan.ma...@arknetworks.am] Sent: Sunday, 20 July 2025 00.30 Hi Morten, On Sat, 19 Jul 2025, Morten Brørup wrote: From: Morten Brørup [mailto:m...@smartsharesystems.com] Sent: Saturday, 19 July 2025 12.23 Sanity checking a re

Re: [PATCH v3] doc: reword glossary

2025-07-20 Thread Thomas Monjalon
02/12/2024 06:23, Nandini Persad: > I added additional reference links and definitions to many > of the terms in the glossary. Please feel free to provide > feedback to ensure my definitions suit the proper context > in the DPDK community. > > Signed-off-by: Nandini Persad I've improved consiste

RE: [PATCH] mbuf: de-inline sanity checking a reinitialized mbuf

2025-07-20 Thread Morten Brørup
> From: Ivan Malov [mailto:ivan.ma...@arknetworks.am] > Sent: Sunday, 20 July 2025 00.30 > > Hi Morten, > > On Sat, 19 Jul 2025, Morten Brørup wrote: > > >> From: Morten Brørup [mailto:m...@smartsharesystems.com] > >> Sent: Saturday, 19 July 2025 12.23 > >> > >> Sanity checking a reinitialized m

Re: [PATCH v2 2/2] net/mlx5: enhance log file path

2025-07-20 Thread Moses Young
Hi Dariusz, Thanks for your comment. I will try to fix this issue in next version. Brs, Yang Ming

Re: [PATCH v2] mailmap: add new email to DPDK

2025-07-20 Thread Thomas Monjalon
19/07/2025 06:21, Pravin Pathak: > Adding new mail for DPDK contribution > > Signed-off-by: Pravin Pathak > --- > .mailmap | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.mailmap b/.mailmap > index c7d55c7386..1c5c367f6c 100644 > --- a/.mailmap > +++ b/.mailmap > @@ -1

Re: [RFC PATCH v3 2/2] dts: add PMD RSS testsuite

2025-07-20 Thread Ivan Malov
Hi Dean, On Fri, 18 Jul 2025, Dean Marx wrote: On Fri, Jul 18, 2025 at 11:05 AM Thomas Wilks wrote: Port over the rss_key_update, pmd_rss_reta and pmd_rss_hash test suites from old DTS into one file including all of the helper functions that are required by all of the test suites to work. T