[PATCH v2] drivers: remove support to limit XAQ in cnxk event driver

2022-09-20 Thread Shijith Thotton
Removed support to limit XAQ from devargs. If XAQ is limited, new add works could run out of XAQ entries and disable the queue. Signed-off-by: Shijith Thotton --- v2: * Removed used function parameter. doc/guides/eventdevs/cnxk.rst | 5 ++--- drivers/common/cnxk/roc_mbox.h | 2 +- d

[PATCH v1] ethdev: add async flow connection tracking configuration

2022-09-20 Thread Suanming Mou
In queue based async flow engine, in order to optimize the flow insertion rate, PMD can use the hints from application to have resources pre-allocate during initialization phase for actions such as count/meter/aging. This commit adds the connection tracking action hints. Signed-off-by: Suanming M

[PATCH v1] ethdev: add indirect action async query

2022-09-20 Thread Suanming Mou
As rte_flow_action_handle_create/destroy/update() have their own asynchronous rte_flow_async_action_handle_create/destroy/update() version functions to accelerate the indirect action operations in queue based flow engine. Currently, the asynchronous version query function for indirect action was mi

Re: [PATCH] vhost: use try_lock in rte_vhost_vring_call

2022-09-20 Thread Maxime Coquelin
On 9/7/22 02:40, Liu, Changpeng wrote: -Original Message- From: Stephen Hemminger Sent: Wednesday, September 7, 2022 5:16 AM To: Liu, Changpeng Cc: dev@dpdk.org; Maxime Coquelin ; Xia, Chenbo Subject: Re: [PATCH] vhost: use try_lock in rte_vhost_vring_call On Tue, 6 Sep 2022 10

Re: [PATCH] vhost: use try_lock in rte_vhost_vring_call

2022-09-20 Thread Maxime Coquelin
On 9/6/22 04:22, Changpeng Liu wrote: Note that this function is in data path, so the thread context may not same as socket messages processing context, by using try_lock here, users can have another try in case of VQ's access lock is held by `vhost-events` thread. Signed-off-by: Changpeng Li

Re: [PATCH] vhost: use try_lock in rte_vhost_vring_call

2022-09-20 Thread Maxime Coquelin
On 9/20/22 04:53, Xia, Chenbo wrote: -Original Message- From: Liu, Changpeng Sent: Tuesday, September 20, 2022 10:34 AM To: Xia, Chenbo ; dev@dpdk.org Cc: Maxime Coquelin Subject: RE: [PATCH] vhost: use try_lock in rte_vhost_vring_call Hi Bo, -Original Message- From: Xia,

RE: [PATCH] vhost: use try_lock in rte_vhost_vring_call

2022-09-20 Thread Liu, Changpeng
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Tuesday, September 20, 2022 3:19 PM > To: Liu, Changpeng ; dev@dpdk.org > Cc: Xia, Chenbo > Subject: Re: [PATCH] vhost: use try_lock in rte_vhost_vring_call > > > > On 9/6/22 04:22, Changpeng Liu wrote: > > Note that this

Re: [PATCH] vhost: use try_lock in rte_vhost_vring_call

2022-09-20 Thread Maxime Coquelin
On 9/20/22 09:23, Maxime Coquelin wrote: On 9/20/22 04:53, Xia, Chenbo wrote: -Original Message- From: Liu, Changpeng Sent: Tuesday, September 20, 2022 10:34 AM To: Xia, Chenbo ; dev@dpdk.org Cc: Maxime Coquelin Subject: RE: [PATCH] vhost: use try_lock in rte_vhost_vring_call Hi

Re: [PATCH] vhost: use try_lock in rte_vhost_vring_call

2022-09-20 Thread Maxime Coquelin
On 9/20/22 09:29, Liu, Changpeng wrote: Hi Maxime, -Original Message- From: Maxime Coquelin Sent: Tuesday, September 20, 2022 3:19 PM To: Liu, Changpeng ; dev@dpdk.org Cc: Xia, Chenbo Subject: Re: [PATCH] vhost: use try_lock in rte_vhost_vring_call On 9/6/22 04:22, Changpeng Liu

RE: [PATCH] vhost: use try_lock in rte_vhost_vring_call

2022-09-20 Thread Liu, Changpeng
> -Original Message- > From: Maxime Coquelin > Sent: Tuesday, September 20, 2022 3:35 PM > To: Liu, Changpeng ; dev@dpdk.org > Cc: Xia, Chenbo > Subject: Re: [PATCH] vhost: use try_lock in rte_vhost_vring_call > > > > On 9/20/22 09:29, Liu, Changpeng wrote: > > Hi Maxime, > > > >> --

RE: [EXT] [PATCH v2] graph: fix out of bounds access when re-allocate node objs

2022-09-20 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Zhirun Yan > Sent: Thursday, August 4, 2022 11:33 AM > To: dev@dpdk.org; Jerin Jacob Kollanukkaran ; Kiran > Kumar Kokkilagadda > Cc: Zhirun Yan ; Cunming Liang > > Subject: [EXT] [PATCH v2] graph: fix out of bounds access when re-allocate > node objs > >

Re: [PATCH] vhost: use try_lock in rte_vhost_vring_call

2022-09-20 Thread Maxime Coquelin
On 9/20/22 09:45, Liu, Changpeng wrote: -Original Message- From: Maxime Coquelin Sent: Tuesday, September 20, 2022 3:35 PM To: Liu, Changpeng ; dev@dpdk.org Cc: Xia, Chenbo Subject: Re: [PATCH] vhost: use try_lock in rte_vhost_vring_call On 9/20/22 09:29, Liu, Changpeng wrote:

[PATCH] net/iavf: fix outer checksum flags

2022-09-20 Thread Zhichao Zeng
When receiving tunneled packets, the testpmd output log shows 'ol_flags' value always as 'RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN', but expected value should be 'RX_OUTER_L4_CKSUM_GOOD' or 'RX_OUTER_L4_CKSUM_BAD'. Adding 'RX_OUTER_L4_CKSUM_GOOD' and 'RX_OUTER_L4_CKSUM_BAD' to 'flags' for normal path,

RE: [PATCH] vhost: use try_lock in rte_vhost_vring_call

2022-09-20 Thread Liu, Changpeng
> -Original Message- > From: Maxime Coquelin > Sent: Tuesday, September 20, 2022 4:13 PM > To: Liu, Changpeng ; dev@dpdk.org > Cc: Xia, Chenbo > Subject: Re: [PATCH] vhost: use try_lock in rte_vhost_vring_call > > > > On 9/20/22 09:45, Liu, Changpeng wrote: > > > > > >> -Original

RE: [PATCH] doc: relate bifurcated driver and flow isolated mode

2022-09-20 Thread Dariusz Sosnowski
Hi Thomas, > -Original Message- > From: Thomas Monjalon > Sent: Wednesday, September 14, 2022 23:30 > To: dev@dpdk.org > Cc: Michael Savisko ; Slava Ovsiienko > ; Matan Azrad ; Dariusz > Sosnowski ; Asaf Penso ; Ori > Kam ; Ferruh Yigit ; Andrew > Rybchenko > Subject: [PATCH] doc: relate

[PATCH v3] usertools: rewrite pmdinfo

2022-09-20 Thread Robin Jarry
dpdk-pmdinfo.py does not produce any parseable output. The -r/--raw flag merely prints multiple independent JSON lines which cannot be fed directly to any JSON parser. Moreover, the script complexity is rather high for such a simple task: extracting PMD_INFO_STRING from .rodata ELF sections. Rewrit

[PATCH v3] net/iavf: enable inner and outer Tx checksum offload

2022-09-20 Thread Zhichao Zeng
This patch is to enable scalar path inner and outer Tx checksum offload for tunnel packet by configure ol_flags. Signed-off-by: Peng Zhang Signed-off-by: Zhichao Zeng --- v2: add outer udp cksum flag and remove unrelated code --- v3: specify the patch scope and update document --- doc/guides/n

Re: [RFC, v1 0/6] graph enhancement for multi-core dispatch

2022-09-20 Thread Jerin Jacob
On Thu, Sep 8, 2022 at 7:40 AM Zhirun Yan wrote: > > Currently, the rte_graph_walk() and rte_node_enqueue* fast path API > functions in graph lib implementation are designed to work on single-core. > > This solution(RFC) proposes usage of cross-core dispatching mechanism to > enhance the graph sca

RE: [PATCH v1] ethdev: add direction info when creating the transfer table

2022-09-20 Thread Ori Kam
Hi Ivan, Thomas and Rongwei > -Original Message- > From: Thomas Monjalon > Sent: Thursday, 15 September 2022 14:16 > > 15/09/2022 12:59, Ivan Malov: > > Hi Rongwei, > > > > In this reply, I do not include the previous mail because the amount > > of inline commentary has gone haywire over

[PATCH v4 0/3] add uncore api to be called through l3fwd-power

2022-09-20 Thread Tadhg Kearney
This is targeting 22.11 and aims to add an API to DPDK power library to allow uncore frequency adjustment. This will be called through the l3fwd-power app and gives the ability to set the minimum and maximum uncore frequency to both min, max or specific frequency index. Signed-off-by: tadhgkea

[PATCH v4 1/3] power: add uncore frequency control API to the power library

2022-09-20 Thread Tadhg Kearney
Add API to allow uncore frequency adjustment. This is done through manipulating related uncore frequency control sysfs entries to adjust the minimum and maximum uncore frequency values. Nine API's are being added that are all public and experimental. Signed-off-by: Tadhg Kearney --- doc/guides/p

[PATCH v4 2/3] l3fwd-power: add option to call uncore API

2022-09-20 Thread Tadhg Kearney
Add option for setting uncore frequency min/max/index, through uncore API. This will be set for each package and die on the SKU. On exit, uncore min and max frequency will be reverted back to previous frequencies. Signed-off-by: Tadhg Kearney --- .../sample_app_ug/l3_forward_power_man.rst|

[PATCH v4 3/3] test/power: add unit tests for uncore API

2022-09-20 Thread Tadhg Kearney
Add basic unit tests covering all nine uncore API's. Signed-off-by: Tadhg Kearney --- app/test/meson.build | 2 + app/test/test_power_uncore.c | 299 +++ 2 files changed, 301 insertions(+) create mode 100644 app/test/test_power_uncore.c diff --git a/ap

Re: [PATCH] net/nfp: improve readability NFP HWINFO header

2022-09-20 Thread Niklas Söderlund
Hi all, Gentle ping. On 2022-08-26 13:39:03 +0800, Chaoyong He wrote: > From: James Hershaw > > Prepend `0x` to the NFP HWINFO header value that is printed to improve > the readability of the printed statement. > > Signed-off-by: James Hershaw > Reviewed-by: Chaoyong He > Reviewed-by: Niklas

Re: [PATCH 0/2] upgrade the log system of nfp PMD

2022-09-20 Thread Niklas Söderlund
Hi everyone, A gentle ping on this. On 2022-08-26 14:03:04 +0800, Chaoyong He wrote: > This patch series do some upgrade of the log system of nfp PMD: > Use DPDK debug macro to control the nfp Rx/Tx log. > Add the support of nfp cpp log macro. > > Long Wu (2): > net/nfp: add support for nfp cp

Re: [PATCH v3] usertools: rewrite pmdinfo

2022-09-20 Thread Ferruh Yigit
On 9/20/2022 10:08 AM, Robin Jarry wrote: CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email. dpdk-pmdinfo.py does not produce any parseable output. The -r/--raw flag merely

Re: FW: [PATCH v1] buildtools: ensure the NUMA nodes are counted correct

2022-09-20 Thread Niklas Soderlund
Hi Thomas, Have you checked if this address the same issue you where seeing? Do you think we can move forward with this fix? On 2022-08-31 10:47:24 +0200, Nole Zhang wrote: > > > > > -Original Message- > > From: Thomas Monjalon > > Sent: 2022年8月29日 21:15 > > To: Nole Zhang ; Chaoyong

Re: [PATCH v3] usertools: rewrite pmdinfo

2022-09-20 Thread Robin Jarry
Ferruh Yigit, Sep 20, 2022 at 12:10: > For 'subsystem_vendor' & 'subsystem_device', the value "" means it > is not explicitly defined, so it gets default value. > What do you think to omit those as well, when value is "", to reduce > noise on the output? Sure, I could strip those as well

[PATCH v2] net/nfp: support Corigine PCIe ID for the nfp PMD

2022-09-20 Thread Niklas Söderlund
From: James Hershaw Previously the nfp driver has supported NFP chips with the Netronome PCIe ID. This patch extends the PMD to also support NFP chips with the Corigine PCIe vendor ID (0x1da8), which at this point are assumed to be otherwise identical from a software perspective. Signed-off-by:

[PATCH v4] usertools: rewrite pmdinfo

2022-09-20 Thread Robin Jarry
dpdk-pmdinfo.py does not produce any parseable output. The -r/--raw flag merely prints multiple independent JSON lines which cannot be fed directly to any JSON parser. Moreover, the script complexity is rather high for such a simple task: extracting PMD_INFO_STRING from .rodata ELF sections. Rewrit

[PATCH v2 0/6] app/procinfo: add some extended features

2022-09-20 Thread Dongdong Liu
This patchset is to add some extended features for dpdk-proc-info. v1->v2: Fix some comments from Reshma. Dongdong Liu (2): app/procinfo: fix some wrong doxygen syntax doc: add some extended features in procinfo guide Jie Hai (1): app/proc-info: add dump of Rx/Tx burst mode Min Hu (Connor

[PATCH v2 2/6] app/procinfo: add RSS RETA dump

2022-09-20 Thread Dongdong Liu
From: "Min Hu (Connor)" This patch add support for RSS reta dump. The command is like: dpdk-proc-info -a :xx:xx.x --file-prefix=xxx -- --show-rss-reta Signed-off-by: Min Hu (Connor) Signed-off-by: Dongdong Liu --- app/proc-info/main.c | 58 1

[PATCH v2 1/6] app/procinfo: add version dump

2022-09-20 Thread Dongdong Liu
From: "Min Hu (Connor)" This patch add support for dump dpdk version and ethdev firmware version. The command is like: dpdk-proc-info -a :xx:xx.x --file-prefix=xxx -- --show-version Signed-off-by: Min Hu (Connor) Signed-off-by: Dongdong Liu --- app/proc-info/main.c | 40 +

[PATCH v2 4/6] app/proc-info: add dump of Rx/Tx burst mode

2022-09-20 Thread Dongdong Liu
From: Jie Hai Add dump of Rx/Tx burst mode in --show-port. Sample output changes: - rx queue - -- 0 descriptors 0/1024 drop_en rx buffer size 2048 \ mempool mb_pool_0 socket 0 + -- 0 descriptors 0/1024 drop_en rx buffer size 2048 \ mempool mb_po

[PATCH v2 3/6] app/procinfo: add module info dump

2022-09-20 Thread Dongdong Liu
From: "Min Hu (Connor)" This patch add support for module info dump. The command is like: dpdk-proc-info -a :xx:xx.x --file-prefix=xxx -- --show-module-info Signed-off-by: Min Hu (Connor) Signed-off-by: Dongdong Liu --- app/proc-info/main.c | 53 ++

[PATCH v2 5/6] app/procinfo: fix some wrong doxygen syntax

2022-09-20 Thread Dongdong Liu
This code is to do cleanup for the wrong doxygen syntax comments. Signed-off-by: Dongdong Liu --- app/proc-info/main.c | 40 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/app/proc-info/main.c b/app/proc-info/main.c index 9f708421c5..d8d8

[PATCH v2 6/6] doc: add some extended features in procinfo guide

2022-09-20 Thread Dongdong Liu
Add the below extended features in procinfo guide. --show-port-private --show-version --show-rss-reta --show-module-info Signed-off-by: Dongdong Liu --- doc/guides/tools/proc_info.rst | 12 1 file changed, 12 insertions(+) diff --git a/doc/guides/tools/proc_info.rst b/doc/guides/t

RE: [PATCH] doc: relate bifurcated driver and flow isolated mode

2022-09-20 Thread Ori Kam
Hi, > -Original Message- > From: Dariusz Sosnowski > Sent: Tuesday, 20 September 2022 11:49 > > Hi Thomas, > > > -Original Message- > > From: Thomas Monjalon > > Sent: Wednesday, September 14, 2022 23:30 > > To: dev@dpdk.org > > Cc: Michael Savisko ; Slava Ovsiienko > > ; Matan

RE: [PATCH v2] ethdev: add send to kernel action

2022-09-20 Thread Ori Kam
Hi Michael, > -Original Message- > From: Michael Savisko > Sent: Wednesday, 14 September 2022 12:32 > > In some cases application may receive a packet that should have been > received by the kernel. In this case application uses KNI or other means > to transfer the packet to the kernel.

RE: [PATCH v3] ethdev: add send to kernel action

2022-09-20 Thread Ori Kam
Hi Michael > -Original Message- > From: Michael Savisko > Sent: Monday, 19 September 2022 18:50 > > In some cases application may receive a packet that should have been > received by the kernel. In this case application uses KNI or other means > to transfer the packet to the kernel. > >

Re: [PATCH 1/8] memarea: introduce memory area library

2022-09-20 Thread Dmitry Kozlyuk
2022-09-20 03:46 (UTC+), Chengwen Feng: > The memarea library is an allocator of variable-size object. It is a > collection of allocated objects that can be efficiently alloc or free > all at once, the main features are as follows: > a) it facilitate alloc and free of memory with low overhead.

Re: [PATCH 1/8] memarea: introduce memory area library

2022-09-20 Thread Dmitry Kozlyuk
2022-09-20 14:30 (UTC+0300), Dmitry Kozlyuk: > 2022-09-20 03:46 (UTC+), Chengwen Feng: > > The memarea library is an allocator of variable-size object. It is a > > collection of allocated objects that can be efficiently alloc or free > > all at once, the main features are as follows: > > a) it

Re: [PATCH 1/8] memarea: introduce memory area library

2022-09-20 Thread fengchengwen
Hi Dmitry, On 2022/9/20 19:30, Dmitry Kozlyuk wrote: 2022-09-20 03:46 (UTC+), Chengwen Feng: The memarea library is an allocator of variable-size object. It is a collection of allocated objects that can be efficiently alloc or free all at once, the main features are as follows: a) it facili

Re: [PATCH v3 2/2] net: have checksum routines accept unaligned data

2022-09-20 Thread Mattias Rönnblom
On 2022-07-11 15:25, Olivier Matz wrote: > On Mon, Jul 11, 2022 at 02:11:32PM +0200, Mattias Rönnblom wrote: >> __rte_raw_cksum() (used by rte_raw_cksum() among others) accessed its >> data through an uint16_t pointer, which allowed the compiler to assume >> the data was 16-bit aligned. This in tur

RE: [PATCH v4 2/9] dts: add developer tools

2022-09-20 Thread Juraj Linkeš
> -Original Message- > From: Honnappa Nagarahalli > Sent: Wednesday, September 14, 2022 9:08 PM > To: tho...@monjalon.net; Juraj Linkeš ; Bruce > Richardson > Cc: david.march...@redhat.com; ronan.rand...@intel.com; > ohily...@iol.unh.edu; lijuan...@intel.com; dev@dpdk.org; nd ; > nd >

RE: [PATCH v4 2/9] dts: add developer tools

2022-09-20 Thread Tu, Lijuan
> -Original Message- > From: Juraj Linkeš > Sent: Tuesday, September 20, 2022 8:14 PM > To: Honnappa Nagarahalli ; > tho...@monjalon.net; Richardson, Bruce > Cc: david.march...@redhat.com; Randles, Ronan ; > ohily...@iol.unh.edu; Tu, Lijuan ; dev@dpdk.org; nd > ; nd > Subject: RE: [PAT

Re: [PATCH v6 1/2] Fix build of apps with external dependencies

2022-09-20 Thread Maxime Coquelin
On 9/2/22 10:45, Felix Moessbauer wrote: This fix initializes the dependency object with the external dependency list. Previously, the external dependencies were just ignored. Signed-off-by: Felix Moessbauer Acked-by: Bruce Richardson --- app/meson.build | 2 +- 1 file changed, 1 inserti

RE: [PATCH v1] ethdev: add direction info when creating the transfer table

2022-09-20 Thread Ivan Malov
Hi Ori, On Tue, 20 Sep 2022, Ori Kam wrote: Hi Ivan, Thomas and Rongwei -Original Message- From: Thomas Monjalon Sent: Thursday, 15 September 2022 14:16 15/09/2022 12:59, Ivan Malov: Hi Rongwei, In this reply, I do not include the previous mail because the amount of inline comment

Re: FW: [PATCH v1] buildtools: ensure the NUMA nodes are counted correct

2022-09-20 Thread Thomas Monjalon
Hi, 20/09/2022 12:11, Niklas Soderlund: > Hi Thomas, > > Have you checked if this address the same issue you where seeing? Do you > think we can move forward with this fix? Yes. No need to show lscpu output, but the output of the DPDK initialization would be more interesting. > On 2022-08-31

Re: Cannot set affinity - pthread_setaffinity_np - DPDK21

2022-09-20 Thread Kamaraj P
Thank you for the clarification. On Mon, 19 Sep 2022, 10:34 pm Stephen Hemminger, wrote: > On Sun, 18 Sep 2022 22:05:57 +0530 > Kamaraj P wrote: > > > Yes. The core mask we have aligned to separate cgroup. Probably this > might > > be an issue here. We will change the alignment in our DPDK app

RE: [PATCH v1] ethdev: add direction info when creating the transfer table

2022-09-20 Thread Ori Kam
Hi Ivan, > -Original Message- > From: Ivan Malov > Sent: Tuesday, 20 September 2022 15:46 > > Hi Ori, > > On Tue, 20 Sep 2022, Ori Kam wrote: > > > Hi Ivan, Thomas and Rongwei > > > >> -Original Message- > >> From: Thomas Monjalon > >> Sent: Thursday, 15 September 2022 14:16 >

Re: [PATCH v6 2/2] Add l2reflect measurement application

2022-09-20 Thread Maxime Coquelin
Hi Felix, First, I support the idea of having the l2reflect application part of the DPDK repository. Please note CI failed to build it on different platforms: http://mails.dpdk.org/archives/test-report/2022-September/304617.html It also fails to build on my Fc35 machine: [3237/3537] Compiling C

[PATCH 00/10] net/mlx5: implement send to kernel action

2022-09-20 Thread Michael Savisko
This patchset provides mlx5 implementation of new rte_flow action RTE_FLOW_ACTION_TYPE_SEND_TO_KERNEL. Depends-on: series=24713 ("ethdev: add send to kernel action") Signed-off-by: Michael Savisko Michael Savisko (10): common/mlx5: update meson build file net/mlx5: disable send to kernel ac

[PATCH 02/10] net/mlx5: disable send to kernel action in HW streering

2022-09-20 Thread Michael Savisko
Fail translation of RTE_FLOW_ACTION_TYPE_SEND_TO_KERNEL action in HW steering. Signed-off-by: Michael Savisko --- drivers/net/mlx5/mlx5_flow_hw.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/mlx5/mlx5_flow_hw.c b/drivers/net/mlx5/mlx5_flow_hw.c index 12498794a5..b168ff9e7e

[PATCH 01/10] common/mlx5: update meson build file

2022-09-20 Thread Michael Savisko
Define HAVE_MLX5DV_DR_ACTION_CREATE_DEST_ROOT_TABLE macro if function mlx5dv_dr_action_create_dest_root_table exists in infiniband/mlx5dv.h Signed-off-by: Michael Savisko --- drivers/common/mlx5/linux/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/common/mlx5/linux/mes

[PATCH 03/10] common/mlx5: new glue callback for send to kernel action

2022-09-20 Thread Michael Savisko
Add new glue callback dr_create_flow_action_send_to_kernel. Default callback invokes mlx5dv_dr_action_create_dest_root_table(). Signed-off-by: Michael Savisko --- drivers/common/mlx5/linux/mlx5_glue.c | 17 + drivers/common/mlx5/linux/mlx5_glue.h | 2 ++ 2 files changed, 19 inse

[PATCH 04/10] net/mlx5: add function to create send to kernel action

2022-09-20 Thread Michael Savisko
Add static inline mlx5_flow_os_create_flow_action_send_to_kernel(), which calls dr_create_flow_action_send_to_kernel glue callback. Signed-off-by: Michael Savisko --- drivers/net/mlx5/linux/mlx5_flow_os.h | 22 ++ 1 file changed, 22 insertions(+) diff --git a/drivers/net/mlx

[PATCH 05/10] net/mlx5: introduce new mlx5 action flag

2022-09-20 Thread Michael Savisko
Add new mlx5 action flag MLX5_FLOW_ACTION_SEND_TO_KERNEL. Signed-off-by: Michael Savisko --- drivers/net/mlx5/mlx5_flow.h| 4 +++- drivers/net/mlx5/mlx5_flow_dv.c | 11 +++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/drivers/net/mlx5/mlx5_flow.h b/drivers/net/mlx5

[PATCH 06/10] net/mlx5: introduce new mlx5 flow fate

2022-09-20 Thread Michael Savisko
Add element MLX5_FLOW_FATE_SEND_TO_KERNEL in enum mlx5_flow_fate_type. For that purpose field 'fate_action' in structure mlx5_flow_handle must be expanded from 3 bits to 4 bits. Signed-off-by: Michael Savisko --- drivers/net/mlx5/mlx5_flow.h| 3 ++- drivers/net/mlx5/mlx5_flow_dv.c | 6 +

[PATCH 07/10] net/mlx5: get priority to send traffic to kernel

2022-09-20 Thread Michael Savisko
Introduce mlx5_get_send_to_kernel_priority() function which returns value of priority which must be used to jump back to table 0 in order to send traffic to kernel. This function returns lowest priority. Signed-off-by: Michael Savisko --- drivers/net/mlx5/mlx5_flow.c | 33 +++

[PATCH 08/10] net/mlx5: expose table resource release function

2022-09-20 Thread Michael Savisko
Change function flow_dv_tbl_resource_release() from static to external. Prestep for next commit. Signed-off-by: Michael Savisko --- drivers/net/mlx5/mlx5_flow.h| 2 ++ drivers/net/mlx5/mlx5_flow_dv.c | 6 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/net/mlx5/

[PATCH 09/10] net/mlx5: add send to kernel action resource holder

2022-09-20 Thread Michael Savisko
Add new structure mlx5_send_to_kernel_action which will hold together allocated action resource and a reference to used table. A new structure member of this type added to struct mlx5_dev_ctx_shared. The member will be initialized upon first created send_to_kernel action and will be reused for all

[PATCH 10/10] net/mlx5: translation of rte flow send to kernel action

2022-09-20 Thread Michael Savisko
Add flow_dv_translate_action_send_to_kernel() function which will allocate rdma-core send_to_kernel action object. Called from flow_dv_translate(). Signed-off-by: Michael Savisko --- drivers/net/mlx5/mlx5_flow_dv.c | 62 +++-- 1 file changed, 59 insertions(+), 3 delet

Re: [PATCH v4] usertools: rewrite pmdinfo

2022-09-20 Thread Olivier Matz
On Tue, Sep 20, 2022 at 12:42:12PM +0200, Robin Jarry wrote: > dpdk-pmdinfo.py does not produce any parseable output. The -r/--raw flag > merely prints multiple independent JSON lines which cannot be fed > directly to any JSON parser. Moreover, the script complexity is rather > high for such a simp

Re: [PATCH v9 00/12] preparation for the rte_flow offload of nfp PMD

2022-09-20 Thread Ferruh Yigit
On 9/15/2022 11:44 AM, Chaoyong He wrote: * Changes since v8 - Update the nfp.rst - Fix the 'app_hw' to 'app_fw' - Remove the ovs compatible header file - Remove the use of rte_eth_dev_configure()/rte_eth_rx_burst()/rte_eth_dev_start() API * Changes since v7 - Adjust the logics to make sure not

Re: [PATCH v9 07/12] net/nfp: add flower ctrl VNIC related logics

2022-09-20 Thread Ferruh Yigit
On 9/15/2022 11:44 AM, Chaoyong He wrote: Adds the setup/start logic for the ctrl vNIC. This vNIC is used by the PMD and flower firmware application as a communication channel between driver and firmware. In the case of OVS it is also used to communicate flow statistics from hardware to the drive

Re: [PATCH v9 05/12] net/nfp: add flower PF setup logic

2022-09-20 Thread Ferruh Yigit
On 9/15/2022 11:44 AM, Chaoyong He wrote: Adds the vNIC initialization logic for the flower PF vNIC. The flower firmware application exposes this vNIC for the purposes of fallback traffic in the switchdev use-case. Adds minimal dev_ops for this PF vNIC device. Because the device is being exposed

[PATCH] raw/ioat: remove deprecated driver

2022-09-20 Thread Bruce Richardson
The ioat rawdev driver has been superceded by the ioat and idxd dmadev drivers, and has been deprecated for some time, so remove it. Signed-off-by: Bruce Richardson --- doc/guides/rawdevs/index.rst | 1 - doc/guides/rawdevs/ioat.rst| 333 --- doc/guides/rel_notes/

[PATCH] examples/kni: remove deprecated kni example

2022-09-20 Thread Bruce Richardson
As part of the agreed process for deprecating KNI in DPDK, the example app is scheduled for removal as part of the 22.11 release. Signed-off-by: Bruce Richardson --- doc/guides/rel_notes/deprecation.rst |1 - doc/guides/sample_app_ug/index.rst|1 - .../sample_app_ug/

Re: [PATCH v2 1/6] app/procinfo: add version dump

2022-09-20 Thread Stephen Hemminger
On Tue, 20 Sep 2022 18:51:42 +0800 Dongdong Liu wrote: > From: "Min Hu (Connor)" > > This patch add support for dump dpdk version and ethdev firmware version. > > The command is like: > dpdk-proc-info -a :xx:xx.x --file-prefix=xxx -- --show-version > > Signed-off-by: Min Hu (Connor) > Si

Re: [PATCH v2 3/6] app/procinfo: add module info dump

2022-09-20 Thread Stephen Hemminger
On Tue, 20 Sep 2022 18:51:44 +0800 Dongdong Liu wrote: > + > + RTE_ETH_FOREACH_DEV(i) { > + /* Skip if port is not in mask */ > + if ((enabled_port_mask & (1ul << i)) == 0) > + continue; > + > + if (!rte_eth_dev_is_valid_port(i)) > +

Re: [PATCH v2 2/6] app/procinfo: add RSS RETA dump

2022-09-20 Thread Stephen Hemminger
On Tue, 20 Sep 2022 18:51:43 +0800 Dongdong Liu wrote: > + ret = rte_eth_dev_info_get(id, &dev_info); > + if (ret < 0) { > + printf("Error getting device info, ret = %d\n", ret); Proc-info should be showing all errors on stderr, not stdout. And in case

Re: [PATCH] examples/kni: remove deprecated kni example

2022-09-20 Thread Stephen Hemminger
On Tue, 20 Sep 2022 16:14:53 +0100 Bruce Richardson wrote: > As part of the agreed process for deprecating KNI in DPDK, the example > app is scheduled for removal as part of the 22.11 release. > > Signed-off-by: Bruce Richardson And as expected, no one will notice until it is gone! Acked-by:

RE: [PATCH v1] ethdev: add direction info when creating the transfer table

2022-09-20 Thread Ivan Malov
Hi Ori, On Tue, 20 Sep 2022, Ori Kam wrote: Hi Ivan, -Original Message- From: Ivan Malov Sent: Tuesday, 20 September 2022 15:46 Hi Ori, On Tue, 20 Sep 2022, Ori Kam wrote: Hi Ivan, Thomas and Rongwei -Original Message- From: Thomas Monjalon Sent: Thursday, 15 September

[PATCH v2] examples/kni: remove deprecated kni example

2022-09-20 Thread Bruce Richardson
As part of the agreed process for deprecating KNI in DPDK, the example app is scheduled for removal as part of the 22.11 release. Signed-off-by: Bruce Richardson --- V2: Correct old release note links to KNI guide by referencing older doc --- doc/guides/rel_notes/deprecation.rst |1

[PATCH v2] raw/ioat: remove deprecated driver

2022-09-20 Thread Bruce Richardson
The ioat driver has been superseded by the ioat and idxd dmadev drivers, and has been deprecated for some time, so remove it. Signed-off-by: Bruce Richardson --- V2: remove references to ioat rawdev from API guide --- doc/api/doxy-api-index.md | 1 - doc/api/doxy-api.conf.in

Re: [PATCH v3 2/2] net: have checksum routines accept unaligned data

2022-09-20 Thread Thomas Monjalon
20/09/2022 14:09, Mattias Rönnblom: > On 2022-07-11 15:25, Olivier Matz wrote: > > On Mon, Jul 11, 2022 at 02:11:32PM +0200, Mattias Rönnblom wrote: > >> __rte_raw_cksum() (used by rte_raw_cksum() among others) accessed its > >> data through an uint16_t pointer, which allowed the compiler to assume

Re: [PATCH] net/nfp: improve readability NFP HWINFO header

2022-09-20 Thread Ferruh Yigit
On 8/26/2022 6:39 AM, Chaoyong He wrote: From: James Hershaw Prepend `0x` to the NFP HWINFO header value that is printed to improve the readability of the printed statement. Signed-off-by: James Hershaw Reviewed-by: Chaoyong He Reviewed-by: Niklas Söderlund --- drivers/net/nfp/nfpcore/nfp

Re: [PATCH v4] usertools: rewrite pmdinfo

2022-09-20 Thread Ferruh Yigit
On 9/20/2022 11:42 AM, Robin Jarry wrote: dpdk-pmdinfo.py does not produce any parseable output. The -r/--raw flag merely prints multiple independent JSON lines which cannot be fed directly to any JSON parser. Moreover, the script complexity is rather high for such a simple task: extracting PMD

Re: [PATCH v4] usertools: rewrite pmdinfo

2022-09-20 Thread Ferruh Yigit
On 9/20/2022 6:48 PM, Ferruh Yigit wrote: On 9/20/2022 11:42 AM, Robin Jarry wrote: dpdk-pmdinfo.py does not produce any parseable output. The -r/--raw flag merely prints multiple independent JSON lines which cannot be fed directly to any JSON parser. Moreover, the script complexity is rather

Re: [PATCH] net/nfp: improve readability NFP HWINFO header

2022-09-20 Thread Niklas Söderlund
Hi Ferruh, Thanks for your feedback. On 2022-09-20 18:33:02 +0100, Ferruh Yigit wrote: > On 8/26/2022 6:39 AM, Chaoyong He wrote: > > From: James Hershaw > > > > Prepend `0x` to the NFP HWINFO header value that is printed to improve > > the readability of the printed statement. > > > > Signed-

RE: [PATCH v4 4/9] dts: add ssh pexpect library

2022-09-20 Thread Honnappa Nagarahalli
> > > > On Fri, Jul 29, 2022 at 10:55:45AM +, Juraj Linkeš wrote: > > > > > +self.session = pxssh.pxssh(encoding="utf-8") > > > +self.session.login( > > > +self.node, > > > +self.username, >

Re: [PATCH] net/nfp: improve readability NFP HWINFO header

2022-09-20 Thread Ferruh Yigit
On 9/20/2022 6:51 PM, Niklas Söderlund wrote: Hi Ferruh, Thanks for your feedback. On 2022-09-20 18:33:02 +0100, Ferruh Yigit wrote: On 8/26/2022 6:39 AM, Chaoyong He wrote: From: James Hershaw Prepend `0x` to the NFP HWINFO header value that is printed to improve the readability of the pri

Re: [PATCH 2/2] net/nfp: use dpdk debug macro to control nfp Rx/Tx log print

2022-09-20 Thread Ferruh Yigit
On 8/26/2022 7:03 AM, Chaoyong He wrote: From: Long Wu Nfp log print was controlled by nfp's own macro before. This commit changes to use dpdk debug rx/tx macro to control it. Signed-off-by: Long Wu Reviewed-by: Chaoyong He Reviewed-by: Niklas Söderlund Acked-by: Ferruh Yigit

Re: [PATCH 0/2] upgrade the log system of nfp PMD

2022-09-20 Thread Ferruh Yigit
On 8/26/2022 7:03 AM, Chaoyong He wrote: This patch series do some upgrade of the log system of nfp PMD: Use DPDK debug macro to control the nfp Rx/Tx log. Add the support of nfp cpp log macro. Long Wu (2): net/nfp: add support for nfp cpp log print net/nfp: use dpdk debug macro to control

Re: [PATCH v2] net/nfp: support Corigine PCIe ID for the nfp PMD

2022-09-20 Thread Ferruh Yigit
On 9/20/2022 11:28 AM, Niklas Söderlund wrote: From: James Hershaw Previously the nfp driver has supported NFP chips with the Netronome PCIe ID. This patch extends the PMD to also support NFP chips with the Corigine PCIe vendor ID (0x1da8), which at this point are assumed to be otherwise identic

Re: [PATCH v4] usertools: rewrite pmdinfo

2022-09-20 Thread Robin Jarry
Ferruh Yigit, Sep 20, 2022 at 19:48: > > +* The ``dpdk-pmdinfo.py`` script was rewritten to produce valid JSON only. > > + PCI-IDs parsing has been removed. > > + To get a similar output to the (now removed) ``-r/--raw`` flag, you may > > use the following command:: > > + > > + strings $dpdk

RE: [PATCH v4 4/9] dts: add ssh pexpect library

2022-09-20 Thread Tu, Lijuan
> > > > On Fri, Jul 29, 2022 at 10:55:45AM +, Juraj Linkeš wrote: > > > > > +self.session = pxssh.pxssh(encoding="utf-8") > > > +self.session.login( > > > +self.node, > > > +self.username, >

RE: [PATCH v9 07/12] net/nfp: add flower ctrl VNIC related logics

2022-09-20 Thread Chaoyong He
> On 9/15/2022 11:44 AM, Chaoyong He wrote: > > Adds the setup/start logic for the ctrl vNIC. This vNIC is used by the > > PMD and flower firmware application as a communication channel > between > > driver and firmware. In the case of OVS it is also used to communicate > > flow statistics from har

[PATCH v4 0/7] ethdev: separate metering and marking from policing

2022-09-20 Thread Alexander Kozyrev
Extend Metering and Marking support in the Flow API: 1. Add METER_COLOR item to match Color Marker set by a Meter. 2. Add the ability to set Color Marker via modify_field Flow API. 3. Add Meter API to get profile/policy objects. 4. Add METER_MARK action to perform Meter color metering and marking.

[PATCH v4 1/7] ethdev: add meter color flow matching item

2022-09-20 Thread Alexander Kozyrev
Provide an ability to use a Color Marker set by a Meter as a matching item in Flow API. The Color Marker reflects the metering result by setting the metadata for a packet to a particular codepoint: green, yellow or red. Signed-off-by: Alexander Kozyrev --- doc/guides/prog_guide/rte_flow.rst

[PATCH v4 2/7] ethdev: allow meter color marker modification

2022-09-20 Thread Alexander Kozyrev
Extend modify_field Flow API with support of Meter Color Marker modifications. It allows setting the packet's metadata to any color marker: green, yellow or red. A user is able to specify an initial packet color for Meter API or create simple Metering and Marking flow rules based on his own colorin

[PATCH v4 3/7] ethdev: get meter profile/policy objects

2022-09-20 Thread Alexander Kozyrev
Introduce a new Meter API to retrieve a Meter profile and policy objects using the profile/policy ID previously created with meter_profile_add() and meter_policy_create() functions. That allows to save the pointer and avoid any lookups in the corresponding lists for quick access during a flow rule

[PATCH v4 4/7] ethdev: add meter color mark flow action

2022-09-20 Thread Alexander Kozyrev
Create a new Flow API action: METER_MARK. It Meters a packet stream and marks its packets with colors. The marking is done on a metadata, not on a packet field. Unlike the METER action, it performs no policing at all. A user has the flexibility to create any policies with the help of the METER_COLO

[PATCH v4 6/7] app/test-pmd: allow meter color marker modification

2022-09-20 Thread Alexander Kozyrev
Extend the list of available modify_field IDs to include recently added meter color marker item in testpmd CLI. Signed-off-by: Alexander Kozyrev --- app/test-pmd/cmdline_flow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_

[PATCH v4 5/7] app/test-pmd: add meter color flow matching item

2022-09-20 Thread Alexander Kozyrev
Add testpmd command line to match on a meter color: flow create 0 ingress group 0 pattern meter color is green / end Signed-off-by: Alexander Kozyrev --- app/test-pmd/cmdline_flow.c | 83 + doc/guides/testpmd_app_ug/testpmd_funcs.rst | 4 + 2 files ch

[PATCH v4 7/7] app/testpmd: add meter color mark flow action

2022-09-20 Thread Alexander Kozyrev
Add testpmd command line to match for METER_MARK action: flow create ... actions meter_mark mtr_profile 20 / end Signed-off-by: Alexander Kozyrev --- app/test-pmd/cmdline_flow.c | 127 app/test-pmd/config.c | 26 app/test-p

RE: [PATCH v9 05/12] net/nfp: add flower PF setup logic

2022-09-20 Thread Chaoyong He
> On 9/15/2022 11:44 AM, Chaoyong He wrote: > > Adds the vNIC initialization logic for the flower PF vNIC. The flower > > firmware application exposes this vNIC for the purposes of fallback > > traffic in the switchdev use-case. > > > > Adds minimal dev_ops for this PF vNIC device. Because the devi

[PATCH v2 0/9] introduce memarea library

2022-09-20 Thread Chengwen Feng
The memarea library is an allocator of variable-size object. It is a collection of allocated objects that can be efficiently alloc or free all at once, the main feature are as follows: a) it facilitate alloc and free of memory with low overhead. b) it provides refcnt feature which could be useful

[PATCH v2 9/9] test/memarea: support no MT-safe test

2022-09-20 Thread Chengwen Feng
MT-safe is enabled by default in previous test, this patch adds no MT-safe test. Signed-off-by: Chengwen Feng --- app/test/test_memarea.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/app/test/test_memarea.c b/app/test/test_memarea.c index 9609909d7c..2ab90f

  1   2   >