On Wed, Apr 9, 2025 at 4:27 PM Bruce Richardson
wrote:
>
> On Wed, Apr 09, 2025 at 12:54:40PM +, Praveen Shetty wrote:
> > Truncation of constant value compiler warning was reported in clang/msvc
> > compiler for the VIRTCHNL2_CAP_OEM bit setting.This is due to 64 bit number
> > is initialized
Hello Andre,
On Mon, Feb 24, 2025 at 5:25 PM Andre Muezerie
wrote:
>
> v6:
> - remove "volatile" and use rte_atomic_xxx to access the RTE_ATOMIC
> qualified lcore_count, which is cleaner than using "volatile".
>
> v5:
> - add "volatile" to declaration of lcore_count in test_ring_perf.c.
>
> v4:
https://bugs.dpdk.org/show_bug.cgi?id=1696
Bug ID: 1696
Summary: eth_dev_start can not be called by a secondary process
Product: DPDK
Version: 25.03
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: norm
On Thu, Apr 10, 2025 at 06:05:10PM +0200, David Marchand wrote:
> On Mon, Feb 24, 2025 at 5:25 PM Andre Muezerie
> wrote:
> >
> > Compiling with MSVC results in warnings like below:
> >
> > app/test-pmd/cmdline.c(9023): warning C5101: use of preprocessor
> > directive in function-like macro ar
On Thu, Apr 10, 2025 at 06:02:36PM +0200, David Marchand wrote:
> Compiling with MSVC results in warnings like below:
>
> app/test-pmd/cmdline.c(9023): warning C5101: use of preprocessor
> directive in function-like macro argument list is undefined behavior
>
> Construct token list at runtime
On Thu, Apr 03, 2025 at 04:54:27PM +0530, Shaiq Wani wrote:
> Used the common Tx entry structure and common Tx mbuf ring replenish fn
> in place of idpf-specific structure and function.
> The vector driver code paths (AVX2, AVX512) use the smaller SW
> ring structure.
>
> Signed-off-by: Shaiq Wani
On Mon, Apr 7, 2025 at 5:29 PM Bruce Richardson
wrote:
>
> For SVE, as for AVX2 and AVX-512, support building files for these ISAs
> from the top-level drivers/meson.build file, rather than having each
> driver re-implement it.
>
> This removes the remaining build task for drivers in DPDK which is
On Mon, 31 Mar 2025 16:57:59 +0100
Thomas Wilks wrote:
> +def _start_pdump(
> +self,
> +pdump_params: list[PdumpParameters],
> +eal_params: EalParams | None = None,
> +) -> BlockingDPDKApp:
> +if eal_params is None:
> +eal_params = EalParams()
>
Added missing documentation in doc/guides/nics,
mailmap entry, and updated MAINTAINERS file.
Signed-off-by: liwencheng
---
MAINTAINERS| 6 ++
doc/guides/nics/features/macb.ini | 27 +++
doc/guides/nics/index.rst | 1 +
d
Hello,
The DTS group has met and drawn up a development roadmap for the 25.07
release:
1.
Performance tests traffic generator support:
1.
TG abstractions rework, testsuite API additions for perf workloads,
and TREX class implementation
2.
Testsuite additions:
The xstats name needs to be changed correctly
tx_size_1023_to_max_packets should be tx_size_1024_to_max_packets.
Fixes: e6defdfddc3b ("net/igc: enable statistics")
Cc: sta...@dpdk.org
Signed-off-by: Kaiwen Deng
---
drivers/net/intel/e1000/igc_ethdev.c | 2 +-
1 file changed, 1 insertion(+), 1 d
Hi all,
Here is a new stable release:
https://fast.dpdk.org/rel/dpdk-22.11.8.tar.xz
The git tree is at:
https://dpdk.org/browse/dpdk-stable/?h=22.11
Luca Boccassi
---
.github/workflows/build.yml | 2 +-
.mailmap| 17 +-
VER
On Tue, Apr 8, 2025 at 11:24 PM Andre Muezerie
wrote:
>
> Now that the issues preventing this lib from being compiled with MSVC
> are fixed it can be included in the compilation.
>
> The "net" library will automatically get compiled as well as it
> has a dependency on "mbuf" which will now get ful
Add unit tests and test vectors for SNOW-V and SNOW-V AEAD.
Signed-off-by: Radu Nicolau
---
app/test/test_cryptodev.c | 337 ++
app/test/test_cryptodev_aead_test_vectors.h | 285 +++
app/test/test_cryptodev_snow_v_test_vectors.h | 213 +++
Currently each rte_node registers separate mbuf dynamic fields for their
own purpose. This leads to wastage of mbuf space as once mbuf get passed
a particular node, the registered dynamic field(by that node) is no
longer used.
This patch series adds a global/common mbuf dynamic field which is
reus
I have uploaded all these known issues into Bugzilla,
so they are not needed here anymore.
Signed-off-by:
---
doc/guides/rel_notes/index.rst| 1 -
doc/guides/rel_notes/known_issues.rst | 875 --
2 files changed, 876 deletions(-)
delete mode 100644 doc/guides/re
> Subject: [EXTERNAL] Re: [Patch v3 6/6] bus/vmbus: set event for channel
> without
> monitoring support
>
> On Fri, 4 Apr 2025 17:35:38 -0700
> lon...@linuxonhyperv.com wrote:
>
> > diff --git a/drivers/bus/vmbus/vmbus_channel.c
> > b/drivers/bus/vmbus/vmbus_channel.c
> > index bccef168d3..81e
From: Pavan Nikhilesh
The event vector adapter supports offloading the creation of event vectors
by vectorizing objects (mbufs/ptrs/u64s).
An event vector adapter has the following working model:
??? Vector ?
??? adapter0
From: Pavan Nikhilesh
Add additional HW state checks in timer arm routine to ensure
HW-SW synchronization.
Signed-off-by: Pavan Nikhilesh
---
drivers/event/cnxk/cnxk_tim_worker.h | 140 ++-
1 file changed, 73 insertions(+), 67 deletions(-)
diff --git a/drivers/event/cn
From: Pavan Nikhilesh
Add performance test for event vector adapter.
Signed-off-by: Pavan Nikhilesh
---
app/test-eventdev/evt_common.h | 9 +-
app/test-eventdev/evt_options.c| 14 ++
app/test-eventdev/evt_options.h| 1 +
app/test-eventdev/test_perf_atq.c | 61
From: Pavan Nikhilesh
When event device PMD doesn't support vector adapter,
the library will fallback to software implementation
which relies on service core to check for timeouts
and vectorizes the objects on enqueue.
Signed-off-by: Pavan Nikhilesh
---
app/test/meson.build
From: Pavan Nikhilesh
The event vector adapter supports offloading creation of
event vectors by vectorizing objects (mbufs/ptrs/u64s).
Applications can create a vector adapter associated with
an event queue and enqueue objects to be vectorized.
When the vector reaches the configured size or when
Set smoke tests to false in the example config so that
users will have to consciously decide whether the
smoke tests will be run or not.
Signed-off-by: Patrick Robb
---
dts/test_run.example.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dts/test_run.example.yaml b/dts/t
The 4.19 kernel version was end of life in December 2024.
Update to 5.4 and also add better description of what "not supported"
means in this case.
Signed-off-by: Stephen Hemminger
Acked-by: Morten Brørup
---
v2 - better wording
doc/guides/linux_gsg/sys_reqs.rst | 19 ++-
1 fil
https://bugs.dpdk.org/show_bug.cgi?id=1694
Bug ID: 1694
Summary: mlx5: ASAN reports memory leaks with send_to_kernel
Product: DPDK
Version: 24.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: norma
On Mon, Mar 31, 2025 at 11:58 AM Thomas Wilks wrote:
>
> Add import for lldp scapy package to enable lldp packet
> creation and handling.
>
> Signed-off-by: Thomas Wilks
> Reviewed-by: Luca Vizzarro
Reviewed-by: Dean Marx
On Mon, Mar 31, 2025 at 11:58 AM Thomas Wilks wrote:
>
> Add a test suite that tests the packet capture framework
> through the use of dpdk-pdump.
>
> Signed-off-by: Thomas Wilks
> Reviewed-by: Luca Vizzarro
> ---
> .../dts/tests.TestSuite_packet_capture.rst| 8 +
> dts/tests/TestSuite_pa
On Mon, Feb 24, 2025 at 5:25 PM Andre Muezerie
wrote:
>
> Compiling with MSVC results in warnings like below:
>
> app/test-pmd/cmdline.c(9023): warning C5101: use of preprocessor
> directive in function-like macro argument list is undefined behavior
>
> Signed-off-by: Andre Muezerie
> Signed-
Compiling with MSVC results in warnings like below:
app/test-pmd/cmdline.c(9023): warning C5101: use of preprocessor
directive in function-like macro argument list is undefined behavior
Construct token list at runtime.
Signed-off-by: David Marchand
---
Note: this is an alternative to
https:
On Tue, 8 Apr 2025 14:53:50 -0700
lon...@linuxonhyperv.com wrote:
> From: Long Li
>
> Hyperv may expose VMBUS channels without monitoring enabled. In this case,
> it programs almost all the data traffic to VF.
>
> This patchset enabled vmbus/netvsc to use channels without monitoring
> enabled.
Acked-by: Kai Ji
From: Nicolau, Radu
Sent: 08 April 2025 12:08
To: Akhil Goyal ; Fan Zhang
Cc: dev@dpdk.org ; Ji, Kai ; Nicolau, Radu
Subject: [PATCH] cryptodev: add SNOW-V algorithms
Add SNOW-V and SNOW-V AEAD mode algorithms to cryptodev API.
Signed-off-by
Hello,
On 3/28/25 1:14 PM, Kevin Traynor wrote:
Hi all,
Here is a list of patches targeted for stable release 24.11.2.
The planned date for the final release is 14 April.
Please help with testing and validation of your use cases and report
any issues/results with reply-all to this mail. For
On Fri, Mar 7, 2025 at 2:40 AM Andre Muezerie
wrote:
>
> There are two lines that were using VLAs, which are not supported by
> MSVC.
>
> 1)
> ../lib/rcu/rte_rcu_qsbr.c:326:12: warning: variable length array used [-Wvla]
> 326 | char data[dq->esize];
> | ^
On Wed, Apr 9, 2025 at 3:21 AM Andre Muezerie
wrote:
>
> v5:
> - Rebased and updated to conform to new function versioning mechanism.
>
> v4:
> - Added parameter "unit", which allows rte_size_to_str() to be smarter
>about the need to append a space after the number. This keeps the
>funct
Hi, Kamil,
Thanks for reaching out.
After short sync with our performance team,
I can tell we did not observe such anomality and it
seems to be some local server issue/configurations.
Regards,
Maayan Kashani
> -Original Message-
> From: Kamil Vojanec
> Sent: Thursday, 3 April 2025 14:28
On Thu, Mar 27, 2025 at 7:06 PM Bruce Richardson
wrote:
>
> On Wed, Mar 26, 2025 at 11:39:28AM +0100, David Marchand wrote:
> > Caught in OBS for Fedora Rawhide on aarch64:
> >
> > [ 198s] In file included from ../lib/acl/acl_run_neon.h:7,
> > [ 198s] from ../lib/acl/acl_run_neo
On 2025/3/21 21:27, Yang Ming wrote:
The directory /var/log may not be writable in a container's
read-only mode. To address this issue, use the DPDK runtime
directory as an alternative when /var/log is not writable.
Cc: bi...@nvidia.com
Cc: dsosnow...@nvidia.com
Cc: step...@networkplumber.org
37 matches
Mail list logo