Re: rte_atomic_*_explicit

2024-01-26 Thread Mattias Rönnblom
On 2024-01-25 23:10, Morten Brørup wrote: From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] Sent: Thursday, 25 January 2024 19.54 Why do rte_stdatomic.h functions have the suffix "_explicit"? Especially since there aren't any wrappers for the implicit variants. More to type, more to read.

Re: rte_atomic_*_explicit

2024-01-26 Thread Mattias Rönnblom
On 2024-01-26 02:37, Honnappa Nagarahalli wrote: On Thu, Jan 25, 2024 at 11:10:47PM +0100, Morten Br�rup wrote: From: Mattias R�nnblom [mailto:hof...@lysator.liu.se] Sent: Thursday, 25 January 2024 19.54 Why do rte_stdatomic.h functions have the suffix "_explicit"? Especially since ther

RE: [PATCH 0/8] optimize the firmware loading process

2024-01-26 Thread Chaoyong He
> On 1/25/2024 2:06 AM, Chaoyong He wrote: > >> On 1/15/2024 2:54 AM, Chaoyong He wrote: > >>> This patch series aims to speedup the DPDK application start by > >>> optimize the firmware loading process in sereval places. > >>> We also simplify the port name in multiple PF firmware

Re: [RFC] service: extend service function call statistics

2024-01-26 Thread Mattias Rönnblom
On 2024-01-26 00:19, Morten Brørup wrote: From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] Sent: Thursday, 25 January 2024 20.15 Add two new per-service counters. RTE_SERVICE_ATTR_IDLE_CALL_COUNT tracks the number of service function invocations where no work was performed. RTE_SE

[PATCH 0/2] dma/skeleton: add support for SG copy and fill ops

2024-01-26 Thread Chengwen Feng
This patchset adds support for SG copy and fill ops. And test passed by [1]. [1] https://patchwork.dpdk.org/project/dpdk/cover/cover.1700156485.git.gmuthukri...@marvell.com/ Chengwen Feng (2): dma/skeleton: support SG copy ops dma/skeleton: support fill ops drivers/dma/skeleton/skeleton_dm

[PATCH 2/2] dma/skeleton: support fill ops

2024-01-26 Thread Chengwen Feng
Add support for fill operation. Signed-off-by: Chengwen Feng --- drivers/dma/skeleton/skeleton_dmadev.c | 53 +++--- drivers/dma/skeleton/skeleton_dmadev.h | 16 +--- 2 files changed, 59 insertions(+), 10 deletions(-) diff --git a/drivers/dma/skeleton/skeleton_dmadev.c

[PATCH 1/2] dma/skeleton: support SG copy ops

2024-01-26 Thread Chengwen Feng
Add support scatter gather copy. Signed-off-by: Chengwen Feng --- drivers/dma/skeleton/skeleton_dmadev.c | 96 -- drivers/dma/skeleton/skeleton_dmadev.h | 28 ++-- 2 files changed, 113 insertions(+), 11 deletions(-) diff --git a/drivers/dma/skeleton/skeleton_dmadev.c

Re: [PATCH] RFC: use C11 alignas instead of GCC attribute aligned

2024-01-26 Thread Mattias Rönnblom
On 2024-01-25 23:53, Morten Brørup wrote: From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] Sent: Thursday, 25 January 2024 19.37 ping. Please review this thread if you have time, the main point of discussion I would like to receive consensus on the following questions. 1. Should we c

RE: [RFC] service: extend service function call statistics

2024-01-26 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] > Sent: Friday, 26 January 2024 09.28 > > On 2024-01-26 00:19, Morten Brørup wrote: > >> From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] > >> Sent: Thursday, 25 January 2024 20.15 > >> > >> Add two new per-service counters. > >>

RE: [PATCH v2 6/8] common/mlx5: fix calloc parameters

2024-01-26 Thread Dariusz Sosnowski
> -Original Message- > From: Morten Brørup > Sent: Wednesday, January 24, 2024 20:01 > To: Ferruh Yigit ; Dariusz Sosnowski > ; Slava Ovsiienko ; Ori > Kam ; Suanming Mou ; Matan > Azrad ; Dmitry Kozlyuk > Cc: dev@dpdk.org; sta...@dpdk.org; dkozl...@nvidia.com > Subject: RE: [PATCH v2 6/8

RE: [PATCH] RFC: use C11 alignas instead of GCC attribute aligned

2024-01-26 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] > Sent: Friday, 26 January 2024 11.05 > > On 2024-01-25 23:53, Morten Brørup wrote: > >> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > >> Sent: Thursday, 25 January 2024 19.37 > >> > >> ping. > >> > >> Please review this thread

RE: rte_atomic_*_explicit

2024-01-26 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] > Sent: Friday, 26 January 2024 09.07 > > On 2024-01-25 23:10, Morten Brørup wrote: > >> From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] > >> Sent: Thursday, 25 January 2024 19.54 > >> > >> Why do rte_stdatomic.h functions have the suff

[PATCH] app/testpmd: support updating flow rule actions

2024-01-26 Thread Oleksandr Kolomeiets
"flow actions_update" updates a flow rule specified by a rule ID with a new action list by making a call to "rte_flow_actions_update()": flow actions_update {port_id} {rule_id} actions {action} [/ {action} [...]] / end [user_id] Creating, updating and destroying a flow rule: test

Re: [PATCH v4 1/1] ethdev: parsing multiple representor devargs string

2024-01-26 Thread Ferruh Yigit
On 1/21/2024 7:19 PM, Harman Kalra wrote: > Adding support for parsing multiple representor devargs strings > passed to a PCI BDF. There may be scenario where port representors > for various PFs or VFs under PFs are required and all these are > representor ports shall be backed by single pci device

Re: Testing scatter support for PMDs using testpmd

2024-01-26 Thread Boyer, Andrew
On Jan 24, 2024, at 12:16 PM, Jeremy Spewock wrote: Hello maintainers, In porting over the first ethdev suite to the new DTS framework, there was an inconsistency that we found and we were wondering if anyone would be able to shed some light on this. In general the inconsistency pertains to

AGX100 and ACC100 series for 24.03

2024-01-26 Thread Vargas, Hernan
Hi Maxime, Kind reminder to review these 2 series for 24.03: 1. https://patches.dpdk.org/project/dpdk/patch/20240123165454.104465-2-hernan.var...@intel.com/ 2. https://patches.dpdk.org/project/dpdk/patch/20240112203618.27094-2-hernan.var...@intel.com/ Thanks, Hernan

Re: [24.03 RFC] argparse: add argparse library

2024-01-26 Thread Stephen Hemminger
On Thu, 25 Jan 2024 14:31:03 +0800 fengchengwen wrote: > Hi Stephen, > > On 2024/1/24 23:54, Stephen Hemminger wrote: > > On Tue, 21 Nov 2023 12:26:51 + > > Chengwen Feng wrote: > > > >> Introduce argparse library (which was inspired by the thread [1]), > >> compared with getopt, the arg

Re: [PATCH v3 0/2] ethdev: add the check for PTP capability

2024-01-26 Thread Ferruh Yigit
On 1/11/2024 6:25 AM, lihuisong (C) wrote: > Hi Ferruh, > > 在 2023/11/23 19:56, lihuisong (C) 写道: >> >> 在 2023/11/2 7:39, Ferruh Yigit 写道: >>> timesync_read_rx_timestamp >>> On 9/21/2023 12:59 PM, lihuisong (C) wrote: add ice & igc maintainers 在 2023/9/21 19:06, Ferruh Yigit 写道: >>>

RE: rte_atomic_*_explicit

2024-01-26 Thread Honnappa Nagarahalli
> > > >> > >> On Thu, Jan 25, 2024 at 11:10:47PM +0100, Morten Br�rup wrote: > From: Mattias R�nnblom [mailto:hof...@lysator.liu.se] > Sent: Thursday, 25 January 2024 19.54 > > Why do rte_stdatomic.h functions have the suffix "_explicit"? > Especially > since the

[PATCH v4 1/7] net/gve: fully expose RSS offload support in dev_info

2024-01-26 Thread Joshua Washington
This patch communicates that the GVE driver supports RSS, along with the RSS offloads supported by the driver. Signed-off-by: Joshua Washington Reviewed-by: Rushil Gupta Reviewed-by: Jeroen de Borst --- drivers/net/gve/gve_ethdev.c | 4 +++- drivers/net/gve/gve_ethdev.h | 8 2 files c

[PATCH v4 2/7] net/gve: RSS adminq command changes

2024-01-26 Thread Joshua Washington
This change introduces admin queue changes that enable the configuration of RSS parameters for the GVE driver. Signed-off-by: Joshua Washington Reviewed-by: Rushil Gupta Reviewed-by: Jeroen de Borst --- drivers/net/gve/base/gve.h| 15 drivers/net/gve/base/gve_adminq.c | 58 +++

[PATCH v4 3/7] net/gve: add gve_rss library for handling RSS-related behaviors

2024-01-26 Thread Joshua Washington
This change includes a number of helper functions to facilitate RSS configuration on the GVE DPDK driver. These methods are declared in gve_rss.h. Signed-off-by: Joshua Washington Reviewed-by: Rushil Gupta Reviewed-by: Jeroen de Borst --- drivers/net/gve/base/gve_adminq.h | 10 +- drivers/net

[PATCH v4 4/7] net/gve: RSS configuration update support

2024-01-26 Thread Joshua Washington
This patch adds support for updating the RSS hash key and hash fields in the GVE PMD through the implementation of rss_hash_update and rss_hash_conf_get. The RSS hash key for gVNIC is required to be 40 bytes. On initial configuration of the RSS hash key, the RSS redirection table will be set to a

[PATCH v4 5/7] net/gve: RSS redirection table update support

2024-01-26 Thread Joshua Washington
This patch introduces support for updating the RSS redirection table in the GVE PMD through the implementation of rss_reta_update and rss_reta_query. Due to an infrastructure limitation, the RSS hash key must be manually configured before the redirection table can be updated or queried. The redire

[PATCH v4 6/7] net/gve: update gve.ini with RSS capabilities

2024-01-26 Thread Joshua Washington
This patch updates the DPDK feature matrix to expose that the GVE driver supports RSS hash, RSS key update, and RSS reta update. Signed-off-by: Joshua Washington --- doc/guides/nics/features/gve.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/nics/features/gve.ini b/doc/gui

[PATCH v4 7/7] net/gve: update GVE documentation with RSS support

2024-01-26 Thread Joshua Washington
This patch updates the GVE doc page to communicate that GVE now supports RSS configuration and explains the limitations. Signed-off-by: Joshua Washington --- doc/guides/nics/gve.rst | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/guides/nics/gve.rst b/do

Re: rte_atomic_*_explicit

2024-01-26 Thread Tyler Retzlaff
On Fri, Jan 26, 2024 at 04:58:54PM +, Honnappa Nagarahalli wrote: > > > > > > > >> > > >> On Thu, Jan 25, 2024 at 11:10:47PM +0100, Morten Br�rup wrote: > > From: Mattias R�nnblom [mailto:hof...@lysator.liu.se] > > Sent: Thursday, 25 January 2024 19.54 > > > > Why do r

Re: rte_atomic_*_explicit

2024-01-26 Thread Tyler Retzlaff
On Fri, Jan 26, 2024 at 11:52:11AM +0100, Morten Brørup wrote: > > From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] > > Sent: Friday, 26 January 2024 09.07 > > > > On 2024-01-25 23:10, Morten Brørup wrote: > > >> From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] > > >> Sent: Thursday, 25

Re: [PATCH v3 0/2] ethdev: add the check for PTP capability

2024-01-26 Thread lihuisong (C)
在 2024/1/27 0:54, Ferruh Yigit 写道: On 1/11/2024 6:25 AM, lihuisong (C) wrote: Hi Ferruh, 在 2023/11/23 19:56, lihuisong (C) 写道: 在 2023/11/2 7:39, Ferruh Yigit 写道: timesync_read_rx_timestamp On 9/21/2023 12:59 PM, lihuisong (C) wrote: add ice & igc maintainers 在 2023/9/21 19:06, Ferruh Yigi