Re: DPDK patch for Amston Lake SGMII <> GPY215

2024-05-27 Thread Ferruh Yigit
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

RE: [PATCH v3] test/crypto: fix enqueue dequeue callback case

2024-05-27 Thread Kundapura, Ganapati
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 > -

[RFC] eal: provide option to use compiler memcpy instead of RTE

2024-05-27 Thread Mattias Rönnblom
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

Re: [PATCH] net/mlx5/hws: add support for NVGRE matching

2024-05-27 Thread Raslan Darawsheh
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

Re: [PATCH] net/mlx5: fix Rx Hash queue resource release in sample flow

2024-05-27 Thread Raslan Darawsheh
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/

Re: [PATCH] net/mlx5: remove redundant macro

2024-05-27 Thread Raslan Darawsheh
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

Re: [PATCH] net/mlx5: fix indirect action template error handling

2024-05-27 Thread Raslan Darawsheh
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

Re: [PATCH] doc: add firmware update links in mlx5 guide

2024-05-27 Thread Raslan Darawsheh
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

RE: [PATCH 1/2] eal: provide macro for GCC builtin constant intrinsic

2024-05-27 Thread Morten Brørup
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

Re: [PATCH 1/2] eal: provide macro for GCC builtin constant intrinsic

2024-05-27 Thread Bruce Richardson
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

RE: [PATCH v12 1/2] mempool cache: add zero-copy get and put functions

2024-05-27 Thread Morten Brørup
> 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

[PATCH v2] dma/cnxk: add higher chunk size support

2024-05-27 Thread pbhagavatula
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

FW: [PATCH] mempool: dump includes list of memory chunks

2024-05-27 Thread Morten Brørup
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

More reviewing, please

2024-05-27 Thread Morten Brørup
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

[PATCH v4] eal/x86: improve rte_memcpy const size 16 performance

2024-05-27 Thread Morten Brørup
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

[PATCH v5] eal/x86: improve rte_memcpy const size 16 performance

2024-05-27 Thread Morten Brørup
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

RE: [PATCH v5] eal/x86: improve rte_memcpy const size 16 performance

2024-05-27 Thread Morten Brørup
Recheck-request: iol-testing

RE: [PATCH v2] doc: add dma perf feature details

2024-05-27 Thread Amit Prakash Shukla
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

Re: [PATCH] common/cnxk: restore segregation of logs based on module

2024-05-27 Thread Jerin Jacob
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. >

[PATCH v4 0/7] Add ODM DMA device

2024-05-27 Thread Anoob Joseph
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

[PATCH v4 1/7] dma/odm: add framework for ODM DMA device

2024-05-27 Thread Anoob Joseph
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

[PATCH v4 2/7] dma/odm: add hardware defines

2024-05-27 Thread Anoob Joseph
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

[PATCH v4 3/7] dma/odm: add dev init and fini

2024-05-27 Thread Anoob Joseph
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

[PATCH v4 4/7] dma/odm: add device ops

2024-05-27 Thread Anoob Joseph
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 +

[PATCH v4 5/7] dma/odm: add stats

2024-05-27 Thread Anoob Joseph
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

[PATCH v4 6/7] dma/odm: add copy and copy sg ops

2024-05-27 Thread Anoob Joseph
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

[PATCH v4 7/7] dma/odm: add remaining ops

2024-05-27 Thread Anoob Joseph
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

Re: [PATCH v4 1/3] event/dlb2: add support for HW delayed token

2024-05-27 Thread Jerin Jacob
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

Re: [PATCH v4 2/3] event/dlb2: add support for dynamic HL entries

2024-05-27 Thread Jerin Jacob
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

Re: [PATCH v4 3/3] event/dlb2: enhance DLB credit handling

2024-05-27 Thread Jerin Jacob
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-

Re: [PATCH] event/dsw: support explicit release only mode

2024-05-27 Thread Jerin Jacob
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

Re: [PATCH v5] cnxk: disable building template files

2024-05-27 Thread Bruce Richardson
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

Re: [PATCH] event/dsw: support explicit release only mode

2024-05-27 Thread Mattias Rönnblom
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

[PATCH] net/i40e: increase descriptor queue length to 8160

2024-05-27 Thread Igor Gutorov
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

Re: DPDK patch for Amston Lake SGMII <> GPY215

2024-05-27 Thread Ferruh Yigit
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

Re: [PATCH] event/dsw: support explicit release only mode

2024-05-27 Thread Jerin Jacob
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

Re: [PATCH] event: fix warning from useless snprintf

2024-05-27 Thread Jerin Jacob
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

Re: [PATCH 10/10] net/cnxk: define CPT HW result format for PMD API

2024-05-27 Thread Jerin Jacob
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 +++

Re: [PATCH 09/10] net/cnxk: clear CGX stats during xstats reset

2024-05-27 Thread Jerin Jacob
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

Re: [PATCH 06/10] net/cnxk: add option to disable custom meta aura

2024-05-27 Thread Jerin Jacob
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

RE: [PATCH v3 0/7] Fix outer UDP checksum for Intel nics

2024-05-27 Thread Ali Alnubani
> -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

Including contigmem in core dumps

2024-05-27 Thread 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, when debugging after a crash, it would have been very convenient

[PATCH 0/2] support new firmware name scheme

2024-05-27 Thread Chaoyong He
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

[PATCH 1/2] net/nfp: refactor the firmware load logic

2024-05-27 Thread Chaoyong He
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

[PATCH 2/2] net/nfp: support new firmware name scheme

2024-05-27 Thread Chaoyong He
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

[PATCH 0/4] support generic flow item

2024-05-27 Thread Chaoyong He
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:

[PATCH 1/4] net/nfp: support generic ETH flow item

2024-05-27 Thread Chaoyong He
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

[PATCH 2/4] net/nfp: support generic TCP flow item

2024-05-27 Thread Chaoyong He
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

[PATCH 3/4] net/nfp: support generic UDP flow item

2024-05-27 Thread Chaoyong He
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

[PATCH 4/4] net/nfp: support generic SCTP flow item

2024-05-27 Thread Chaoyong He
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

[PATCH] eal: speed up dpdk init time

2024-05-27 Thread Fengnan Chang
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

[PATCH v5] eal/x86: improve rte_memcpy const size 16 performance

2024-05-27 Thread Morten Brørup
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

[PATCH v6] eal/x86: improve rte_memcpy const size 16 performance

2024-05-27 Thread Morten Brørup
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

Re: Including contigmem in core dumps

2024-05-27 Thread Dmitry Kozlyuk
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