On 5/24/2024 6:40 AM, Jack.Chen wrote:
> Dear DPDK Dev .
>
> This is PM from Advantech ENPD. We are working on Intel Amston Lake
> CPU’s SGMII <> GPY215 PHY for DPDK test but fail.
>
> We consulted with Intel support team and they suggested we should
> consult DPDK community and it should have t
Tested cryptodev_qat_autotest and cryptodev_null_autotest this patch along with
https://patches.dpdk.org/project/dpdk/patch/20240416081222.3002268-1-ganapati.kundap...@intel.com/,
callbacks are getting called for both NULL pmd and qat pmd.
Acked-by: Ganapati Kundapura
Thanks,
Ganapati
> -
Provide build option to have functions in delegate to
the standard compiler/libc memcpy(), instead of using the various
traditional, handcrafted, per-architecture rte_memcpy()
implementations.
A new meson build option 'use_cc_memcpy' is added. The default is
true. It's not obvious what should be
Hi,
From: Bill Zhou
Sent: Monday, May 20, 2024 9:25 AM
To: Alex Vesker; Dariusz Sosnowski; Slava Ovsiienko; Ori Kam; Suanming Mou;
Matan Azrad
Cc: dev@dpdk.org; NBU-Contact-Thomas Monjalon (EXTERNAL); Raslan Darawsheh
Subject: [PATCH] net/mlx5/hws: add support for NVGRE matching
Add HWS support
Hi,
From: Jiawei(Jonny) Wang
Sent: Monday, May 20, 2024 6:07 PM
To: Bing Zhao; Suanming Mou; Dariusz Sosnowski; Slava Ovsiienko; Ori Kam; Matan
Azrad
Cc: dev@dpdk.org; Raslan Darawsheh; sta...@dpdk.org
Subject: [PATCH] net/mlx5: fix Rx Hash queue resource release in sample flow
While the queue/
Hi,
From: Thomas Monjalon
Sent: Friday, May 24, 2024 4:42 PM
To: dev@dpdk.org
Cc: Dariusz Sosnowski; Slava Ovsiienko; Ori Kam; Suanming Mou; Matan Azrad
Subject: [PATCH] net/mlx5: remove redundant macro
The macro MLX5_BITSHIFT() is not used anymore,
and is redundant with RTE_BIT64(),
so it can b
Hi,
From: Maayan Kashani
Sent: Sunday, May 26, 2024 4:22 PM
To: dev@dpdk.org
Cc: Maayan Kashani; Suanming Mou; Raslan Darawsheh; sta...@dpdk.org; Dariusz
Sosnowski; Slava Ovsiienko; Ori Kam; Matan Azrad
Subject: [PATCH] net/mlx5: fix indirect action template error handling
For indirect action t
Hi,
From: Thomas Monjalon
Sent: Thursday, May 23, 2024 2:28 PM
To: dev@dpdk.org
Cc: Dariusz Sosnowski; Slava Ovsiienko; Ori Kam; Suanming Mou; Matan Azrad
Subject: [PATCH] doc: add firmware update links in mlx5 guide
If using upstream kernel and libraries, there was no direct link
to download the
PING for Review/ACK.
Come on fellow reviewers, it's only 5 lines of code!
The mempool library cannot build with MSVC without this patch series.
Other patches are also being held back, waiting for this MSVC compatible DPDK
macro for __builtin_constant_p().
The macro for MSVC can be improved as
On Wed, Mar 20, 2024 at 02:33:35PM -0700, Tyler Retzlaff wrote:
> MSVC does not have a __builtin_constant_p intrinsic so provide
> __rte_constant(e) that expands false for MSVC and to the intrinsic for
> GCC.
>
> Signed-off-by: Tyler Retzlaff
> ---
> lib/eal/include/rte_common.h | 6 ++
> 1
> From: Dharmik Thakkar [mailto:dharmikjayesh.thak...@arm.com]
> Sent: Friday, 21 July 2023 18.29
>
> From: Morten Brørup
>
> Zero-copy access to mempool caches is beneficial for PMD performance.
> Furthermore, having a zero-copy mempool API is considered a precondition
> for fixing a certain ca
From: Pavan Nikhilesh
Add support to configure higher chunk size by using the new
OPEN_V2 mailbox, this improves performance as the number of
mempool allocs are reduced.
Add timeout when polling for queue idle timeout.
Signed-off-by: Pavan Nikhilesh
Signed-off-by: Amit Prakash Shukla
---
v2 Ch
PING for review.
@Paul, @Du and @Ferruh, if you think the information provided by this patch
would have been useful for your recent work with the mempool, please Review or
ACK it.
-Morten
From: Morten Brørup [mailto:m...@smartsharesystems.com]
Sent: Thursday, 16 May 2024 11.00
Added informa
Dear DPDK community,
Many non-PMD patches don't get sufficient reviews/acks, and get stuck in limbo.
At a recent DPDK tech board meeting, it was mentioned that: "On the Linux
Kernel mailing list, patches are met with discussion, on the DPDK mailing list,
patches are met with silence."
We need
When the rte_memcpy() size is 16, the same 16 bytes are copied twice.
In the case where the size is known to be 16 at build tine, omit the
duplicate copy.
Reduced the amount of effectively copy-pasted code by using #ifdef
inside functions instead of outside functions.
Suggested-by: Stephen Hemmin
When the rte_memcpy() size is 16, the same 16 bytes are copied twice.
In the case where the size is known to be 16 at build tine, omit the
duplicate copy.
Reduced the amount of effectively copy-pasted code by using #ifdef
inside functions instead of outside functions.
Depends-on: series-31578 ("p
Recheck-request: iol-testing
Hi,
Gentle Ping.
Thanks,
Amit Shukla
> -Original Message-
> From: Amit Prakash Shukla
> Sent: Tuesday, March 19, 2024 12:16 AM
> To: Cheng Jiang ; Chengwen Feng
>
> Cc: dev@dpdk.org; Jerin Jacob ; Vamsi Krishna Attunuru
> ; Anoob Joseph ;
> Gowrishankar Muthukrishnan ; Amit Prakash
> S
On Tue, Apr 23, 2024 at 4:15 PM Anoob Joseph wrote:
>
> Originally the logs were segregated under various labels which could be
> selectively enabled. It was changed to use 'pmd.common.cnxk' while
> changing the macro used for registering logging. Address the same by
> restoring the segregation.
>
Add Odyssey ODM DMA device. This PMD abstracts ODM hardware unit on
Odyssey SoC which can perform mem to mem copies.
The hardware unit can support upto 32 queues (vchan) and 16 VFs. It
supports 'fill' operation with specific values. It also supports
SG mode of operation with upto 4 src pointers an
Add framework for Odyssey ODM DMA device.
Signed-off-by: Anoob Joseph
Signed-off-by: Gowrishankar Muthukrishnan
Signed-off-by: Vidya Sagar Velumuri
---
MAINTAINERS | 6 +++
drivers/dma/meson.build | 1 +
drivers/dma/odm/meson.build | 14 +++
drivers/dma/odm/odm.h
Add ODM registers and structures. Add mailbox structs as well.
Signed-off-by: Anoob Joseph
Signed-off-by: Gowrishankar Muthukrishnan
Signed-off-by: Vidya Sagar Velumuri
---
drivers/dma/odm/odm.h | 106 +
drivers/dma/odm/odm_priv.h | 49
From: Gowrishankar Muthukrishnan
Add ODM device init and fini.
Signed-off-by: Anoob Joseph
Signed-off-by: Gowrishankar Muthukrishnan
Signed-off-by: Vidya Sagar Velumuri
---
drivers/dma/odm/meson.build | 2 +-
drivers/dma/odm/odm.c| 97
drivers/d
From: Gowrishankar Muthukrishnan
Add DMA device control ops.
Signed-off-by: Anoob Joseph
Signed-off-by: Gowrishankar Muthukrishnan
Signed-off-by: Vidya Sagar Velumuri
---
drivers/dma/odm/odm.c| 144 ++-
drivers/dma/odm/odm.h| 54 +
From: Gowrishankar Muthukrishnan
Add DMA dev stats.
Signed-off-by: Anoob Joseph
Signed-off-by: Gowrishankar Muthukrishnan
Signed-off-by: Vidya Sagar Velumuri
---
drivers/dma/odm/odm_dmadev.c | 63 ++--
1 file changed, 61 insertions(+), 2 deletions(-)
diff --g
From: Vidya Sagar Velumuri
Add ODM copy and copy SG ops.
Signed-off-by: Anoob Joseph
Signed-off-by: Gowrishankar Muthukrishnan
Signed-off-by: Vidya Sagar Velumuri
---
drivers/dma/odm/odm_dmadev.c | 236 +++
1 file changed, 236 insertions(+)
diff --git a/drive
From: Vidya Sagar Velumuri
Add all remaining ops such as fill, burst_capacity etc. Also update the
documentation.
Signed-off-by: Anoob Joseph
Signed-off-by: Gowrishankar Muthukrishnan
Signed-off-by: Vidya Sagar Velumuri
---
MAINTAINERS| 1 +
doc/guides/dmadevs/i
On Thu, May 2, 2024 at 1:16 AM Abdullah Sevincer
wrote:
>
> In DLB 2.5, hardware assist is available, complementing the Delayed
> token POP software implementation. When it is enabled, the feature
> works as follows:
>
> It stops CQ scheduling when the inflight limit associated with the CQ
> is re
On Thu, May 2, 2024 at 1:16 AM Abdullah Sevincer
wrote:
>
> In DLB 2.5, hardware assist is available, complementing the Delayed
> token POP software implementation. When it is enabled, the feature
> works as follows:
>
> It stops CQ scheduling when the inflight limit associated with the CQ
> is re
On Thu, May 2, 2024 at 1:27 AM Abdullah Sevincer
wrote:
>
> This commit improves DLB credit handling scenarios when
> ports hold on to credits but can't release them due to insufficient
> accumulation (less than 2 * credit quanta).
>
> Worker ports now release all accumulated credits when back-to-
On Sat, May 25, 2024 at 1:13 AM Mattias Rönnblom
wrote:
>
> Add the RTE_EVENT_DEV_CAP_IMPLICIT_RELEASE_DISABLE capability to the
> DSW event device.
>
> This feature may be used by an EAL thread to pull more work from the
> work scheduler, without giving up the option to forward events
> originati
On Mon, May 27, 2024 at 09:04:29PM +0530, pbhagavat...@marvell.com wrote:
> From: Pavan Nikhilesh
>
> Disable building template files when CNXK_DIS_TMPLT_FUNC
> is defined as a part of c_args.
> This option can be used when reworking datapath or debugging
> issues to reduce Rx/Tx path compilation
On 2024-05-27 17:35, Jerin Jacob wrote:
On Sat, May 25, 2024 at 1:13 AM Mattias Rönnblom
wrote:
Add the RTE_EVENT_DEV_CAP_IMPLICIT_RELEASE_DISABLE capability to the
DSW event device.
This feature may be used by an EAL thread to pull more work from the
work scheduler, without giving up the opt
According to the Intel X710/XXV710/XL710 Datasheet, the maximum receive
queue descriptor length is 0x1FE0 (8160 in base 10). This is specified
as QLEN in table 8-12, page 1083.
I've tested this change with an XXV710 NIC and it has positive effect on
performance under high load scenarios. Where pre
On 5/27/2024 2:48 PM, Amy.Shih wrote:
Copied down, please bottom post.
>
> Best Regards,
> Amy Shih
> Advantech ICVG x86 Software
> 02-7732-3399 Ext. 1249
>
> -Original Message-
> From: Ferruh Yigit
> Sent: Monday, May 27, 2024 4:58 PM
> To: Jack.Chen ; dev@dpdk.org
> Cc: Amy.Shih ; b
On Mon, May 27, 2024 at 9:38 PM Mattias Rönnblom wrote:
>
> On 2024-05-27 17:35, Jerin Jacob wrote:
> > On Sat, May 25, 2024 at 1:13 AM Mattias Rönnblom
> > wrote:
> >>
> >> Add the RTE_EVENT_DEV_CAP_IMPLICIT_RELEASE_DISABLE capability to the
> >> DSW event device.
> >>
> >> This feature may be u
On Thu, Apr 25, 2024 at 12:41 AM Stephen Hemminger
wrote:
>
> On Wed, 24 Apr 2024 17:12:39 +
> "Van Haaren, Harry" wrote:
>
> > >
> > > From: Stephen Hemminger
> > > Sent: Wednesday, April 24, 2024 5:13 PM
> > > To: Van Haaren, Harry
> > > Cc: dev@dpd
On Fri, May 17, 2024 at 1:16 PM Nithin Dabilpuram
wrote:
>
> From: Srujana Challa
>
> Defines CPT HW result format for PMD API,
> rte_pmd_cnxk_inl_ipsec_res().
>
> Signed-off-by: Srujana Challa
> ---
> drivers/net/cnxk/cn10k_ethdev_sec.c | 4 ++--
> drivers/net/cnxk/rte_pmd_cnxk.h | 28 +++
On Fri, May 17, 2024 at 1:16 PM Nithin Dabilpuram
wrote:
>
> From: Sunil Kumar Kori
>
> Currently only NIX stats are cleared during xstats
> reset and CGX stats are left as it is.
>
> Clearing CGX stats too during xstats reset.
>
> Signed-off-by: Sunil Kumar Kori
Change to fix and add Fixes: t
On Fri, May 17, 2024 at 1:23 PM Nithin Dabilpuram
wrote:
>
> Add option to explicitly disable custom meta aura. Currently
> custom meta aura is enabled automatically when inl_cpt_channel
> is set i.e inline dev is masking CHAN field in IPsec rules.
>
> Also decouple the custom meta aura feature fr
> -Original Message-
> From: David Marchand
> Sent: Thursday, April 18, 2024 11:20 AM
> To: dev@dpdk.org
> Cc: NBU-Contact-Thomas Monjalon (EXTERNAL) ;
> ferruh.yi...@amd.com
> Subject: [PATCH v3 0/7] Fix outer UDP checksum for Intel nics
>
> This series aims at fixing outer UDP checksum
I've been wondering why we exclude memory allocated by eal_get_virtual_area()
from core dumps? (More specifically, it calls eal_mem_set_dump() to call
madvise() to disable core dumps from the allocated region.)
On many occasions, when debugging after a crash, it would have been very
convenient
This patch series refator the firmware load logic and add support of
the fourth firmware name scheme, and this name scheme takes the third
priority.
Chaoyong He (2):
net/nfp: refactor the firmware load logic
net/nfp: support new firmware name scheme
drivers/net/nfp/nfp_ethdev.c | 73
Refactor the firmware load logic, make it more specific and clear.
Signed-off-by: Chaoyong He
Reviewed-by: Long Wu
Reviewed-by: Peng Zhang
---
drivers/net/nfp/nfp_ethdev.c | 66
1 file changed, 29 insertions(+), 37 deletions(-)
diff --git a/drivers/net/nfp
Now all application firmware is indifferent of port speed, so do not
bother to compose the firmware name with media info. This will reduce
a number of symlinks for firmware files.
The logic of firmware name with media info still kept for compatibility.
Signed-off-by: Chaoyong He
Reviewed-by: Lon
This patch series add the support of some generic flow items, namely
flow items with a NULL 'item->spec' value, including:
- ETH flow item
- TCP flow item
- UDP flow item
- SCTP flow item
Chaoyong He (4):
net/nfp: support generic ETH flow item
net/nfp: support generic TCP flow item
net/nfp:
Add support of ETH flow item with a NULL 'item->spec' value.
Signed-off-by: Chaoyong He
Reviewed-by: Long Wu
Reviewed-by: Peng Zhang
---
drivers/net/nfp/flower/nfp_flower_flow.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/net/nfp/flower/nfp_flower_flow.c
b/dr
Add support of TCP flow item with a NULL 'item->spec' value.
Signed-off-by: Chaoyong He
Reviewed-by: Long Wu
Reviewed-by: Peng Zhang
---
drivers/net/nfp/flower/nfp_flower_flow.c | 45 +++-
1 file changed, 28 insertions(+), 17 deletions(-)
diff --git a/drivers/net/nfp/flowe
Add support of UDP flow item with a NULL 'item->spec' value.
Signed-off-by: Chaoyong He
Reviewed-by: Long Wu
Reviewed-by: Peng Zhang
---
drivers/net/nfp/flower/nfp_flower_flow.c | 41
1 file changed, 28 insertions(+), 13 deletions(-)
diff --git a/drivers/net/nfp/flowe
Add support of SCTP flow item with a NULL 'item->spec' value.
Signed-off-by: Chaoyong He
Reviewed-by: Long Wu
Reviewed-by: Peng Zhang
---
drivers/net/nfp/flower/nfp_flower_flow.c | 37 +---
1 file changed, 26 insertions(+), 11 deletions(-)
diff --git a/drivers/net/nfp/flow
If we have a lot of huge pages in system, the memory init will
cost long time in legacy-mem mode. For example, we have 120G memory
in unit of 2MB hugepage, the env init will cost 43s. Almost half
of time spent on find_numasocket, since the address in
/proc/self/numa_maps is orderd, we can sort huge
When the rte_memcpy() size is 16, the same 16 bytes are copied twice.
In the case where the size is known to be 16 at build tine, omit the
duplicate copy.
Reduced the amount of effectively copy-pasted code by using #ifdef
inside functions instead of outside functions.
Depends-on: series-31578 ("p
When the rte_memcpy() size is 16, the same 16 bytes are copied twice.
In the case where the size is known to be 16 at build tine, omit the
duplicate copy.
Reduced the amount of effectively copy-pasted code by using #ifdef
inside functions instead of outside functions.
Depends-on: series-31578 ("p
Hi Lewis,
2024-05-27 19:34 (UTC-0500), Lewis Donzis:
> I've been wondering why we exclude memory allocated by eal_get_virtual_area()
> from core dumps? (More specifically, it calls eal_mem_set_dump() to call
> madvise() to disable core dumps from the allocated region.)
>
> On many occasions, w
54 matches
Mail list logo