Re: [PATCH v3 2/4] ethdev: introduce protocol hdr based buffer split

2022-09-19 Thread Andrew Rybchenko
On 9/16/22 11:38, Wang, YuanX wrote: Hi Andrew, -Original Message- From: Andrew Rybchenko Sent: Monday, September 12, 2022 7:47 PM To: Wang, YuanX ; dev@dpdk.org; Thomas Monjalon ; Ferruh Yigit Cc: m...@ashroe.eu; Li, Xiaoyun ; Singh, Aman Deep ; Zhang, Yuying ; Zhang, Qi Z ; Yang, Qi

[PATCH 3/8] memarea: support alloc/free/update-refcnt API

2022-09-19 Thread Chengwen Feng
This patch supports rte_memarea_alloc()/rte_memarea_free()/ rte_memarea_update_refcnt() API. Signed-off-by: Chengwen Feng --- doc/guides/prog_guide/memarea_lib.rst | 10 ++ lib/memarea/memarea_private.h | 3 + lib/memarea/rte_memarea.c | 140 ++ lib

[PATCH 8/8] test/memarea: support backup memory test

2022-09-19 Thread Chengwen Feng
This patch supports backup memory mechanism test. Signed-off-by: Chengwen Feng --- app/test/test_memarea.c | 41 + 1 file changed, 41 insertions(+) diff --git a/app/test/test_memarea.c b/app/test/test_memarea.c index a1214f7080..1f7ab3fb1f 100644 --- a/ap

[PATCH 5/8] memarea: support dump API

2022-09-19 Thread Chengwen Feng
This patch supports rte_memarea_dump() API which could be used for debug. Signed-off-by: Chengwen Feng --- doc/guides/prog_guide/memarea_lib.rst | 3 + lib/memarea/rte_memarea.c | 83 +++ lib/memarea/rte_memarea.h | 21 +++ lib/memarea/version

[PATCH 2/8] test/memarea: support memarea test

2022-09-19 Thread Chengwen Feng
This patch support memarea test about API rte_memarea_create and rte_memarea_destroy. Signed-off-by: Chengwen Feng --- MAINTAINERS | 1 + app/test/meson.build| 2 + app/test/test_memarea.c | 130 3 files changed, 133 insertions(+) cre

[PATCH 6/8] test/memarea: support dump test

2022-09-19 Thread Chengwen Feng
This patch supports rte_memarea_dump() test. Signed-off-by: Chengwen Feng --- app/test/test_memarea.c | 33 + 1 file changed, 33 insertions(+) diff --git a/app/test/test_memarea.c b/app/test/test_memarea.c index 66616be0b6..a1214f7080 100644 --- a/app/test/test_m

[PATCH 4/8] test/memarea: support alloc/free/update-refcnt test

2022-09-19 Thread Chengwen Feng
This patch supports rte_memarea_alloc()/rte_memarea_free()/ rte_memarea_update_refcnt() test. Signed-off-by: Chengwen Feng --- app/test/test_memarea.c | 138 +++- 1 file changed, 137 insertions(+), 1 deletion(-) diff --git a/app/test/test_memarea.c b/app/test

[PATCH 7/8] memarea: support backup memory mechanism

2022-09-19 Thread Chengwen Feng
This patch supports backup memory mechanism, the memarea object could use another memarea object as a backup. Signed-off-by: Chengwen Feng --- doc/guides/prog_guide/memarea_lib.rst | 3 +++ lib/memarea/memarea_private.h | 2 ++ lib/memarea/rte_memarea.c | 22 +++

[PATCH 0/8] introduce memarea library

2022-09-19 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 1/8] memarea: introduce memory area library

2022-09-19 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 features are as follows: a) it facilitate alloc and free of memory with low overhead. b) it provides refcnt feature which could be useful

[PATCH v4 4/4] net/ice: support buffer split in Rx path

2022-09-19 Thread Yuan Wang
This patch adds support for protocol based buffer split in normal Rx data paths. When the Rx queue is configured with specific protocol type, packets received will be directly split into protocol header and payload parts limitation of pmd. And the two parts will be put into different mempools. Cur

[PATCH v4 3/4] app/testpmd: add rxhdrs commands and parameters

2022-09-19 Thread Yuan Wang
Add command line parameter: --rxhdrs=eth,[ipv4,udp] Set the protocol_hdr of segments to scatter packets on receiving if split feature is engaged. And the queues with BUFFER_SPLIT flag. Add interactive mode command: testpmd>set rxhdrs eth,ipv4,udp (protocol sequence should be valid) The protocol

[PATCH v4 2/4] ethdev: introduce protocol hdr based buffer split

2022-09-19 Thread Yuan Wang
Currently, Rx buffer split supports length based split. With Rx queue offload RTE_ETH_RX_OFFLOAD_BUFFER_SPLIT enabled and Rx packet segment configured, PMD will be able to split the received packets into multiple segments. However, length based buffer split is not suitable for NICs that do split b

[PATCH v4 1/4] ethdev: introduce protocol header API

2022-09-19 Thread Yuan Wang
Add a new ethdev API to retrieve supported protocol headers of a PMD, which helps to configure protocol header based buffer split. Signed-off-by: Yuan Wang Signed-off-by: Xuan Ding Signed-off-by: Wenxuan Wu --- doc/guides/rel_notes/release_22_11.rst | 5 lib/ethdev/ethdev_driver.h

[PATCH v4 0/4] support protocol based buffer split

2022-09-19 Thread Yuan Wang
Protocol type based buffer split consists of splitting a received packet into several separate segments based on the packet content. It is useful in some scenarios, such as GPU acceleration. The splitting will help to enable true zero copy and hence improve the performance significantly. This patc

Re: [PATCH v6 0/7] Introduce support for LoongArch architecture

2022-09-19 Thread zhoumin
Kindly ping. Could anyone give some feedback? Thanks. On 2022年08月27日 16:59, Min Zhou wrote: Dear team, The following patch set is intended to support DPDK running on LoongArch architecture. LoongArch is the general processor architecture of Loongson Corporation and is a new RISC ISA, which i

RE: [PATCH] vhost: use try_lock in rte_vhost_vring_call

2022-09-19 Thread Liu, Changpeng
> -Original Message- > From: Xia, Chenbo > Sent: Tuesday, September 20, 2022 10:54 AM > To: Liu, Changpeng ; dev@dpdk.org > Cc: Maxime Coquelin > Subject: RE: [PATCH] vhost: use try_lock in rte_vhost_vring_call > > > -Original Message- > > From: Liu, Changpeng > > Sent: Tuesd

RE: [PATCH] vhost: use try_lock in rte_vhost_vring_call

2022-09-19 Thread Xia, Chenbo
> -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, Chenbo > > Sent:

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

2022-09-19 Thread Dongdong Liu
Hi Pattan Many thanks for you review. On 2022/9/19 17:23, Pattan, Reshma wrote: -Original Message- From: Dongdong Liu Subject: [PATCH 1/6] app/procinfo: add version dump If this is V2 version of patch, please add V2 in the patch heading. And can you mark the previous version of pa

RE: [PATCH] vhost: use try_lock in rte_vhost_vring_call

2022-09-19 Thread Liu, Changpeng
Hi Bo, > -Original Message- > From: Xia, Chenbo > Sent: Tuesday, September 20, 2022 10:25 AM > To: Liu, Changpeng ; dev@dpdk.org > Cc: Maxime Coquelin > Subject: RE: [PATCH] vhost: use try_lock in rte_vhost_vring_call > > Hi Changpeng, > > > -Original Message- > > From: Liu, Ch

RE: [PATCH] vhost: use try_lock in rte_vhost_vring_call

2022-09-19 Thread Xia, Chenbo
Hi Changpeng, > -Original Message- > From: Liu, Changpeng > Sent: Tuesday, September 6, 2022 10:22 AM > To: dev@dpdk.org > Cc: Liu, Changpeng ; Maxime Coquelin > ; Xia, Chenbo > Subject: [PATCH] vhost: use try_lock in rte_vhost_vring_call > > Note that this function is in data path, so

RE: [PATCH] net/ice: fix PTP init failed

2022-09-19 Thread Zhang, Qi Z
> -Original Message- > From: Su, Simei > Sent: Tuesday, September 20, 2022 8:14 AM > To: Zhang, Qi Z ; Yang, Qiming > > Cc: dev@dpdk.org; Su, Simei ; sta...@dpdk.org > Subject: [PATCH] net/ice: fix PTP init failed > > Because of share code update, "ice_ptp_init_phc" API for E810/E822

RE: [PATCH v2] net/ice: add nic blinking support

2022-09-19 Thread Zhang, Qi Z
> -Original Message- > From: Markus Theil > Sent: Wednesday, September 14, 2022 11:57 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Theil, Markus > Subject: [PATCH v2] net/ice: add nic blinking support > > From: Markus Theil > > Signed-off-by: Markus Theil Acked-by: Q

RE: [PATCH] doc: refine iavf limitation or known issues

2022-09-19 Thread Zhang, Qi Z
> -Original Message- > From: Xing, Beilei > Sent: Tuesday, September 13, 2022 3:49 PM > To: Zhang, Qi Z ; Wu, Jingjing > Cc: Yang, Qiming ; dev@dpdk.org > Subject: RE: [PATCH] doc: refine iavf limitation or known issues > > > > > -Original Message- > > From: Zhang, Qi Z > >

[PATCH] net/ice: fix PTP init failed

2022-09-19 Thread Simei Su
Because of share code update, "ice_ptp_init_phc" API for E810/E822 depends on PHY configuration, not whether the device is E810 based. So before this API is called, assign specific value to phy cfg. Fixes: 646dcbe6c701 ("net/ice: support IEEE 1588 PTP") Cc: sta...@dpdk.org Signed-off-by: Simei Su

Re: [PATCH v2 1/3] net/bonding: support Tx prepare

2022-09-19 Thread Chas Williams
On 9/19/22 10:07, Konstantin Ananyev wrote: On 9/16/22 22:35, fengchengwen wrote: Hi Chas, On 2022/9/15 0:59, Chas Williams wrote: On 9/13/22 20:46, fengchengwen wrote: The main problem is hard to design a tx_prepare for bonding device: 1. as Chas Williams said, there maybe twice hash

RE: [PATCH v3] dma/cnxk: add support for CN10K DMA engine

2022-09-19 Thread Radha Chintakuntla
> -Original Message- > From: Radha Chintakuntla > Sent: Thursday, September 1, 2022 12:08 PM > To: Radha Chintakuntla ; dev@dpdk.org > Cc: tho...@monjalon.net; Nithin Kumar Dabilpuram > ; Kiran Kumar Kokkilagadda > ; Sunil Kumar Kori ; Satha > Koteswara Rao Kottidi ; Veerasenareddy Burru

Re: Cannot set affinity - pthread_setaffinity_np - DPDK21

2022-09-19 Thread Stephen Hemminger
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 application. > BTW is there a way to check the cores affinity set to DPDK after > rte_eail_init ? Do we ha

Re: [PATCH v1 1/1] net/cnxk: program DF bit appropriately in vector mode

2022-09-19 Thread Jerin Jacob
On Thu, Sep 1, 2022 at 11:58 AM Hanumanth Pothula wrote: > > In vector mode, DF bit is not programmed correctly, as the > return value of vsetq_lane_u64() is ignored, which actually > contains the updated value, leading HW to free mbufs though > NIX_TX_OFFLOAD_MBUF_NOFF_F flag is set. > > Hence, s

Re: [PATCH v1 1/1] net/cnxk: resolve fail to set large Rx/Tx queues

2022-09-19 Thread Jerin Jacob
On Thu, Sep 1, 2022 at 11:46 AM Hanumanth Pothula wrote: > > While configuring NIX, local variables 'nb_rxq' and 'nb_txq' > are declared as 8bit variables, leading to an integer overflow > when an application sends Rxq/Txq value greater than 255. > > Hence, declare local variables, 'nb_rxq' and 'n

[PATCH 7/7] app/flow-perf: add hairpin queue memory config

2022-09-19 Thread Dariusz Sosnowski
This patch adds the hairpin-conf command line parameter to flow-perf application. hairpin-conf parameter takes a hexadecimal bitmask with bits having the following meaning: - Bit 0 - Force memory settings of hairpin RX queue. - Bit 1 - Force memory settings of hairpin TX queue. - Bit 4 - Use locke

[PATCH 6/7] app/testpmd: add hairpin queues memory modes

2022-09-19 Thread Dariusz Sosnowski
This patch extends hairpin-mode command line option of test-pmd application with an ability to configure whether Rx/Tx hairpin queue should use locked device memory or RTE memory. For purposes of this configurations the following bits of 32 bit hairpin-mode are reserved: - Bit 8 - If set, then fo

[PATCH 5/7] net/mlx5: allow hairpin Rx queue in locked memory

2022-09-19 Thread Dariusz Sosnowski
This patch adds a capability to place hairpin Rx queue in locked device memory. This capability is equivalent to storing hairpin RQ's data buffers in locked internal device memory. Hairpin Rx queue creation is extended with requesting that RQ is allocated in locked internal device memory. If alloc

[PATCH 4/7] net/mlx5: allow hairpin Tx queue in RTE memory

2022-09-19 Thread Dariusz Sosnowski
This patch adds a capability to place hairpin Tx queue in host memory managed by DPDK. This capability is equivalent to storing hairpin SQ's WQ buffer in host memory. Hairpin Tx queue creation is extended with allocating a memory buffer of proper size (calculated from required number of packets an

[PATCH 3/7] common/mlx5: add hairpin RQ buffer type capabilities

2022-09-19 Thread Dariusz Sosnowski
This patch adds new HCA capability related to hairpin RQs. This new capability, hairpin_data_buffer_locked, indicates whether HCA supports locking data buffer of hairpin RQ in ICMC (Interconnect Context Memory Cache). Struct used to define RQ configuration (RQ context) is extended with hairpin_dat

[PATCH 2/7] common/mlx5: add hairpin SQ buffer type capabilities

2022-09-19 Thread Dariusz Sosnowski
This patch extends HCA_CAP and SQ Context structs available in PRM. This fields allow checking if NIC supports storing hairpin SQ's WQ buffer in host memory and configuring such memory placement. HCA capabilities are extended with the following fields: - hairpin_sq_wq_in_host_mem - If set, then N

[PATCH 1/7] ethdev: introduce hairpin memory capabilities

2022-09-19 Thread Dariusz Sosnowski
This patch introduces new hairpin queue configuration options through rte_eth_hairpin_conf struct, allowing to tune Rx and Tx hairpin queues memory configuration. Hairpin configuration is extended with the following fields: - use_locked_device_memory - If set, PMD will use specialized on-device

[PATCH 0/7] ethdev: introduce hairpin memory capabilities

2022-09-19 Thread Dariusz Sosnowski
This patch series introduces hairpin memory configuration options proposed in http://patches.dpdk.org/project/dpdk/patch/20220811120530.191683-1-dsosnow...@nvidia.com/ for Rx and Tx hairpin queues. It also implements handling of these options in mlx5 PMD and allows to use new hairpin options in te

[PATCH v3] ethdev: add send to kernel action

2022-09-19 Thread Michael Savisko
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. With bifurcated driver we can have a rule to route packets matching a pattern (example: IPv4 packets) to the DPDK appl

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

2022-09-19 Thread Owen Hilyard
On Wed, Sep 14, 2022 at 3:57 PM Honnappa Nagarahalli < honnappa.nagaraha...@arm.com> wrote: > > > > > > > > On Fri, Jul 29, 2022 at 10:55:45AM +, Juraj Linkeš wrote: > > > > > > > +self.session = pxssh.pxssh(encoding="utf-8") > > > > +self.

RE: [PATCH v2 1/3] net/bonding: support Tx prepare

2022-09-19 Thread Konstantin Ananyev
> > On 9/16/22 22:35, fengchengwen wrote: > > Hi Chas, > > > > On 2022/9/15 0:59, Chas Williams wrote: > >> On 9/13/22 20:46, fengchengwen wrote: > >>> > >>> The main problem is hard to design a tx_prepare for bonding device: > >>> 1. as Chas Williams said, there maybe twice hash calc to get targ

Re: [PATCH] net/cnxk: multi-seg support for Inline IPsec

2022-09-19 Thread Jerin Jacob
On Tue, Aug 30, 2022 at 4:45 PM Rahul Bhansali wrote: > > From: Nithin Dabilpuram > > Add multi-seg support for Inline IPsec. > Also in reassembly, FI_PAD is not required to compute pointer to > Fragment info because it is only at CPT_PARSE_HDR_S + FI_OFFSET * 8 > and is always 8B aligned. > > Si

Re: [dpdk-dev] [PATCH v2 3/3] common/cnxk: update MKEX capability flags

2022-09-19 Thread Jerin Jacob
On Mon, Aug 29, 2022 at 11:55 AM wrote: > > From: Satheesh Paul > > Update MKEX capability flags to enable parsing > VLAN PCP, DSCP and GTPv1 TEID. > > Signed-off-by: Satheesh Paul > Reviewed-by: Kiran Kumar K > --- Series applied to dpdk-next-net-mrvl/for-next-net. Thanks. > v2: > * Fixed c

[PATCH 2/3] common/cnxk: add congestion management ROC APIs

2022-09-19 Thread skori
From: Sunil Kumar Kori Add congestion management RoC APIs. Depends-on: patch-24710 ("ethdev: support congestion management") Signed-off-by: Sunil Kumar Kori --- drivers/common/cnxk/roc_nix.h | 5 ++ drivers/common/cnxk/roc_nix_queue.c | 106 drivers/common

[PATCH 3/3] net/cnxk: support congestion management ops

2022-09-19 Thread skori
From: Sunil Kumar Kori Support congestion management. Depends-on: patch-24710 ("ethdev: support congestion management") Signed-off-by: Sunil Kumar Kori --- doc/guides/nics/features/cnxk.ini | 1 + drivers/net/cnxk/cnxk_ethdev.c | 4 + drivers/net/cnxk/cnxk_ethdev.h | 12 +++

[PATCH 1/3] app/testpmd: support congestion management CLIs

2022-09-19 Thread skori
From: Sunil Kumar Kori Support congestion management CLIs. Depends-on: patch-24710 ("ethdev: support congestion management") Signed-off-by: Sunil Kumar Kori --- app/test-pmd/cmdline.c | 15 + app/test-pmd/cmdline_cman.c | 390 app/tes

RE: [EXT] Re: [RFC PATCH] cryptodev: add return parameter to callback process API

2022-09-19 Thread Srujana Challa
> -Original Message- > From: Thomas Monjalon > Sent: Sunday, July 17, 2022 4:17 PM > To: Akhil Goyal ; Srujana Challa > > Cc: roy.fan.zh...@intel.com; dev@dpdk.org; Jerin Jacob Kollanukkaran > ; Nithin Kumar Dabilpuram > ; Anoob Joseph ; > david.march...@redhat.com; bruce.richard...@intel

[PATCH 2/3] common/cnxk: add congestion management ROC APIs

2022-09-19 Thread skori
From: Sunil Kumar Kori Add congestion management RoC APIs. Depends-on: patch-24710 ("ethdev: support congestion management") Signed-off-by: Sunil Kumar Kori Change-Id: I55ca54cd2f5c7e208640de53799103342453e703 --- drivers/common/cnxk/roc_nix.h | 5 ++ drivers/common/cnxk/roc_nix_queue

[PATCH 3/3] net/cnxk: support congestion management ops

2022-09-19 Thread skori
From: Sunil Kumar Kori Support congestion management. Depends-on: patch-24710 ("ethdev: support congestion management") Signed-off-by: Sunil Kumar Kori Change-Id: Ic655574a1b9bb34baa177848b8148a29a87fe8cf --- doc/guides/nics/features/cnxk.ini | 1 + drivers/net/cnxk/cnxk_ethdev.c |

[PATCH 1/3] app/testpmd: support congestion management CLIs

2022-09-19 Thread skori
From: Sunil Kumar Kori Support congestion management CLIs. Depends-on: patch-24710 ("ethdev: support congestion management") Signed-off-by: Sunil Kumar Kori Change-Id: Icbaeea982ed28639fe96b1afd3a4f686ae3ee7a5 --- app/test-pmd/cmdline.c | 15 + app/test-pmd/cmdline_cman.

[PATCH v2 1/1] ethdev: support congestion management

2022-09-19 Thread skori
From: Jerin Jacob NIC HW controllers often come with congestion management support on various HW objects such as Rx queue depth or mempool queue depth. Also, it can support various modes of operation such as RED (Random early discard), WRED etc on those HW objects. This patch adds a framework t

[RFC v2] app/dma-perf: introduce dma-perf application

2022-09-19 Thread Cheng Jiang
There are many high-performance DMA devices supported in DPDK now, and these DMA devices can also be integrated into other modules of DPDK as accelerators, such as Vhost. Before integrating DMA into applications, developers need to know the performance of these DMA devices in various scenarios and

RE: [RFT] dumpcap: add file-prefix option

2022-09-19 Thread Kaur, Arshdeep
> -Original Message- > From: Stephen Hemminger > Sent: Friday, September 16, 2022 9:05 PM > To: Ben Magistro > Cc: Kaur, Arshdeep ; dev@dpdk.org > Subject: Re: [RFT] dumpcap: add file-prefix option > > On Fri, 16 Sep 2022 08:51:59 -0400 > Ben Magistro wrote: > > > Kaur, > > > > I be

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

2022-09-19 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 --- doc/guides/eventdevs/cnxk.rst | 5 ++--- drivers/common/cnxk/roc_mbox.h | 2 +- drivers/common/cnxk/roc_sso.c | 2 -- d

RE: [PATCH v7 1/4] eal: add lcore poll busyness telemetry

2022-09-19 Thread Konstantin Ananyev
Hi everyone, > > From: Anatoly Burakov > > Currently, there is no way to measure lcore poll busyness in a passive way, > without any modifications to the application. This patch adds a new EAL API > that will be able to passively track core polling busyness. > > The poll busyness is calculated

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

2022-09-19 Thread Pattan, Reshma
> -Original Message- > From: Dongdong Liu > Subject: [PATCH 1/6] app/procinfo: add version dump If this is V2 version of patch, please add V2 in the patch heading. And can you mark the previous version of patches "Superseded" in the patchwork. > dpdk-proc-info -a :xx:xx.x --file-

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

2022-09-19 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 | 293 +++ 2 files changed, 295 insertions(+) create mode 100644 app/test/test_power_uncore.c diff --git a/ap

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

2022-09-19 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 v3 1/3] power: add uncore frequency control API to the power library

2022-09-19 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 v3 0/3] add uncore api to be called through l3fwd-power

2022-09-19 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: tadhgkear

RE: [RFC] app/dma-perf: introduce dma-perf application

2022-09-19 Thread Morten Brørup
> From: Jiang, Cheng1 [mailto:cheng1.ji...@intel.com] > Sent: Monday, 19 September 2022 10.10 > > > From: Morten Brørup > > Sent: Friday, September 16, 2022 3:36 PM > > > > > From: Cheng Jiang [mailto:cheng1.ji...@intel.com] > > > Sent: Thursday, 15 September 2022 17.48 [...] > > Is there any r

RE: [RFC] app/dma-perf: introduce dma-perf application

2022-09-19 Thread Jiang, Cheng1
Hi, Replies are inline. > -Original Message- > From: Morten Brørup > Sent: Friday, September 16, 2022 3:36 PM > To: Jiang, Cheng1 ; tho...@monjalon.net; > Richardson, Bruce > Cc: dev@dpdk.org; Hu, Jiayu ; Ding, Xuan > ; Ma, WenwuX ; Wang, > YuanX ; Yang, YvonneX > ; He, Xingguang > Sub

[PATCH v2] net/iavf: fix error of virtchnl command

2022-09-19 Thread Yiding Zhou
When the device is bonded, bond pmd will register callback for LSC event. This callback will execute some virtchnl commands in eal-intr-thread to reinitialize the device with interrupts disabled. In this case, responses to all commands not be received. This commit starts a thread to handle all eve

RE: [PATCH] net/ice: support traffic to original DCF port

2022-09-19 Thread Xu, Ke1
> -Original Message- > From: Zhichao Zeng > Sent: Saturday, September 17, 2022 9:49 AM > To: dev@dpdk.org > Cc: Zhou, YidingX ; Zeng, ZhichaoX > ; Yang, Qiming ; Zhang, > Qi Z > Subject: [PATCH] net/ice: support traffic to original DCF port > > Add support for sending traffic to the or